﻿div.contact_form
{
	 border: solid 1px #ddd;
	 padding: 20px;
	 margin-top: 20px;
	 background-color:#fafafa;
}

#up_container ul
{
	padding: 10px 0 10px 25px;
}

div.contact_form table
{
    /*
line-height:1em;  
    border-collapse:collapse;
*/ 
}


div.contact_form td.hd
{
    width:100px;
    /*color:#ccc;*/
}


div.contact_form td
{
    /* line-height:1em;  
    padding:0px;    
   
    border:solid 1px #2f363b; 
*/
}

div.img_message
{
    /*
    height:108px;
    width:148px;
    background-image: url("images/send_message.png");
	background-repeat: repeat-x;
	background-position: 0 bottom;	
*/
}

div.img_message_sent
{
    /*
    height:108px;
    width:148px;
    background-image: url("images/send_message.png");
	background-repeat: repeat-x;
	background-position: 0 top;	
*/
}




