#contact_content_left_div
{
	width:					270px;
	height:					300px;
	float:					left;
}

#contact_content_right_div
{
	height:					300px;
	font-family:			"Arial", _sans;
	font-size:				12px;
}

.contact_content_input_middle
{
	width:					300px;	
	font-family:			"Arial", _sans;
	font-size:				12px;
}

.contact_content_button_small
{
	width:					100px;	
	font-family:			"Arial", _sans;
	font-size:				12px;
	cursor:                 pointer;
}

.contact_content_button_middle
{
	width:					150px;	
	font-family:			"Arial", _sans;
	font-size:				12px;
	cursor:                 pointer;
}

.contact_content_textarea
{
	width:					450px;	
	height:					125px;
	font-family:			"Arial", _sans;
	font-size:				12px;
}

table.contact_form_table
{
	font-family:			"Arial", _sans;
	font-size:				12px;
	color:					#444444;
	border:                 0;
	cellspacing:            0; 
	cellpadding:            5;
}

tr.contact_form_tr 
{
    padding: 				0px;
	margin: 				0px;
	width: 					100%;
}

td.contact_form_td_left
{
	width:					100px;
}

td.contact_form_td_right
{

}
