span.article_title
{
        font-size		:		24px;
        font-weight		:		bold;
}

div.article_info
{
        position		:		relative;
        width			:		720px;

        font-size		:		12px;

        padding			:		10px 0px;
}

div.article_lead
{
        position		:		relative;
        width			:		720px;
        clear                   :               both;
}

div.article_lead-img
{
        position		:		relative;
        width			:		220px;
        /*height			:		170px;*/
        float			:		left;
}
div.article_lead-img img
{
        width			:		300px;
        /*height			:		225px; Disable because too large margin under lead and before banner */ 
}

div.article_lead-text
{
        position		:		relative;
        float			:		left;
        width			:		400px;
        margin-left		:		90px;

}

div.article_lead-text p
{
        font-weight		:		bold;
        text-align		:		justify;
        font-size		:		14px;
        line-height		:		20px;
}

div.article_contain
{
        position 		:		relative;
        width			:		720px;
        text-align		:		justify;
        margin-left		:		0px;
        line-height		:		20px;
}

div.article_contain table, div.article_contain table td, div.article_contain table tr {
        border			:		0!important;
        line-height             :               20px!important;

}

div.article_contain table td span {
        line-height             :               20px!important;
}

span.add_comment-label, span.view_comments-label
{
        font-size			:		24px;
        font-weight			:		bold;
}

div.add_coment-box
{
        width				:		700px;
}

div.add_comment table
{
        border-collapse:separate; 
        border-spacing:1em;
}

div.add_comment table input
{
        height				:		20px;
}

div.add_comment table textarea.add_comment
{
        resize				:		none;
        height				:		100px;
        width				:		570px;

}


div.add_coment-box.comment-0-level, div.add_coment-box.comment-1-level
{
        border				:		2px #CCCCCC solid;
        width				:		700px;
        padding				:		20px;
}

div.comment-0-level
{
        background : white;
}

div.comment-1-level
{
        background	:	#EEEEEE;
        margin-left	:	40px;
}

div.ae_button {
        background : red;
        color : white;
        text-shadow: 2px 2px 2px rgba(22, 22, 22, 1);
}
