﻿
strong.tc_ddd
{
    color:#bbb;
}


div.contact_form table
{
    line-height:1em;  
    border-collapse:collapse;  
}


div.contact_form td.hd
{
    width:130px;
    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;	
}




