.listingHeader
{
    font-size: 14px; left;
    font-family: Times, serif;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 5px;
    color: #4F3622;

}

.listingHeader_preview
{
    font-size: 12px;
    font-family: Times, serif;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
    color: #4F3622;
}


.listingComment
{
    color: #AAAAAA;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}



.listingRight
{
    color: black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    border-bottom: 1px dotted #C1AE73;
    height: 12px;
    align: left;
}

.listingLeft
{
    color: black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
 padding: 8px;
    border-bottom: 1px dotted #C1AE73;
	height: 12px;
font-weight: bold;

}

.listing_text_input
{
    width: 90%;
    border-bottom: 1px solid #EDEBE8;
    border-top: 1px solid #EDEBE8;
    border-left: 1px solid #EDEBE8;
    border-right: 1px solid #EDEBE8;
    background: #FFFFFF;
    padding: 3px;
    font-size: 11px;
    color: #4B371F;
    font-family: Arial, Helvetica, sans-serif;

}

.listing_text_input_error
{
  background: #FFFFFF;
    width: 90%;
    border-bottom: 1px dotted #C1AE73;
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
}

.listingField
{
    color: #4B371F;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    width: 95%;
}

.listingGroupline
{
   
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 35px;
    font-family: Times;
    font-style: italic;
    color: #000000;
    font-size: 19px;
}

.listingTable
{
	width: 88%;
	border: 1px solid #B7AFA5;
	padding: 8px;
	background-color: #EAE4D4;

}

.mtt_table
{
    width: 80%;
    	border: 1px solid #B7AFA5;
	background-color: #EAE4D4;


   
}


.remaining_chars
{
    color: #C1AE73;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.listing_common_width
{
    width: 98%;
}

.divider
{
  border-bottom: 1px dotted #C1AE73;
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
}

.float_integer_part
{
    width: 200px;
}

.float_decimal_part
{
    width: 40px;
}

.listing_interval_width
{
    width: 200px;
}

.listing_dropdown
{
    width: 95%;
}

.listing_multiple_dropdown
{
    width: 95%;
}

input textarea
{

}