@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: contact.css
 * style info	: contact pages style
 -----------------------------------------------------------*/

/* contact
--------------------------------------------------*/


#mail_add {
	margin-top:5em;
	background:url(../../../common/img/parts/mail.gif) no-repeat left;
	padding-left:2.7em;
}

table {
	margin-top:4em;
	width:600px;
}

table tr th {
	font-weight:normal;
	vertical-align:top;
}

table tr td {
	padding-bottom:8px;
	vertical-align:top;
}

table tr td .text_input {
	width:482px;
	border:none;
	background-color:#f1f1f1;
	position:relative;
}
/*
span.error_message {
	position:absolute;
	white-space: nowrap; 
	left:610px;
	z-index:10000;
	margin-top:3px;
	color:#d90000;
	font-size:0.9em;
	letter-spacing:0em;
}*/

span.error_message {
	
	position:absolute;
	visibility:hidden;
}

#contact_form input.error,
#contact_form textarea.error{
	background-color:#f5e8ec;
	border-left-color:#e6c6cf;
	border-top-color:#e6c6cf;
	color:#d90000;
}

#contact_form input.focus,
#contact_form textarea.focus,
#contact_form input.hover,
#contact_form textarea.hover{
	background-color:#e2f0f7;
	border-left-color:#b9d9eb;
	border-top-color:#b9d9eb;
	color:#333;
}

#btn_back {
	margin-right:1px;
}

#form_btns {
	float:right;
	margin-top:-8px;
}

/* thanks
--------------------------------------------------*/

#thanks #c_column {
	padding:180px 0 120px 0;
}