/* contacts */


#contacts_header P {
	color: #444;
}
#contacts_header .image_tick {
	margin: 9 8 2 2px;
}
#contacts_header .text_header {
	margin: 5 0 5 20px;
}

#contacts_table .mail_table {
	width: 425px;
	margin: 15 0 0 15px;
}

#contacts_table .emails_table TD {
	padding-right: 15px;
}
#contacts_table .emails_hint {
	color: #888;
}


#contacts_table .verification_gap {
	width: 60px;
}

#contacts_table .button {
	display: inline;
	margin-right: 30px;
}
#contacts_table .button INPUT {
	color: #000;
	background-color: #ddd;
	width: 120px;

	height: 25px;
}

#contacts_table .footer_text {
	float: left;
}

#contacts_table TH {
	font-size: 80%;
	/*color: #666;*/
	text-align: left;
}
#contacts_table TD {
	font-size: 80%;
}

#contacts_table .emails_table .email_td {
	padding-bottom: 10px;
}


#contacts_table .required {
	margin-right: 3px;
	display: inline;
	font-size: 120%;
	color: #D61D1B;
	font-weight: bold;
}

#contacts_table .footer {
	padding-top: 10px;
	font-size: 75%;
	color: #666;
}

#contacts_table .modify_general_error_class { font-size: 80%; color: red; }
#contacts_table DIV.verification_code_hint {}

#contacts_table .input_comment_popup_href { 
	font-size: 80%; 
}
#contacts_table .input_comment_popup_small { 
	text-align: left;
	padding: 10 10 10 25px; 
	font-size: 80%; 
	line-height: 150%;
	width: 300px; 
}

#contacts_table .table_header {
	font-size: 90%;
	font-weight: bold;
}


#contacts_table .image_tick {
	margin-top: 4px;
}
#contacts_table .subheader {padding:10px 0 5px 20px;font-size:90%;}