.left_contact_img{
	position:relative;
	width:246px;
	height:545px;
	background:url(../Images/center_left_contact_img_top.png) no-repeat;
}
.contact_content_bg{
	position:relative;
	top:5px;
	width:700px;
}
.contact_content_img_border{
	float:left;	
	margin-top:2px;
	margin-right:14px;
	margin-bottom:2px;
	padding:6px;
	background:#2B1112;
	/*border:1px solid #423B33;*/
	-moz-box-shadow: 0px 0px 5px #0A0907;
    -webkit-box-shadow: 0px 0px 5px #0A0907;
    box-shadow: 0px 0px 5px #0A0907;
}
.contact_content_img_border img{
	/*border:1px solid #ccc;*/
}
.contact_logo{
	position:absolute;
	width:160px;
	height:255px;
	/*background:url(../Images/contact_logo.png) no-repeat;*/
	top:15px;
	right:35px;
	display:none;
}
.contact_img{
	position:absolute;
	width:126px;
	height:87px;
	background:url(../Images/contact_img.png) no-repeat;
	bottom:5px;
	right:20px;
}
.contact_info
{
	line-height:20px;
	z-index:100;
	position:relative;
	margin-top:5px;
}
.contact_comp_name{
	font-weight:bold;
	font-size:13px;
}
/*.contact_form
{
	position:relative;
	width:700px;
}*/
.contact_form_content_bg
{
    /*position:relative;
	width:700px;*/
	margin-top:20px;
}
.txt_contact_form_left
{
    float:left;
    width:235px;    
}
.txt_contact_form_right
{
    float:left;
    width:320px;
	margin-left:20px;    
}
.contact_form_title
{
    position:relative;
	padding-left:2px;
	font-weight:bold;
	color:#134F6F;
}
.contact_txt
{
	width:220px;
	height:18px;
	margin-bottom:10px;
	margin-top:2px;
	background:#FAFCFE;
	padding-left:4px;
    border:1px dashed #134F6F;
    color:#134F6F;
	outline:none;
}
.contact_txta
{
	width:320px;
	height:179px;
	overflow:auto;
	margin-left:0px;
	margin-top:2px;	
	position:absolute;
	background:#FAFCFE;
	padding-left:4px;
    border:1px dashed #134F6F;
	color:#134F6F;
	outline:none;
	font: 12px Helvetica, Arial, sans-serif;
	resize: none;
}
.contact_button 
{
    float:left;
	height:50px;
	margin-top:10px;
	width:600px;
	overflow:hidden;
}
.contact_button a
{
	color:#CCC;
}
.contact_button a:hover
{
	color:#FFF;
}
/* Contact Button */
.contact_button_send_vi A
{
	position:absolute;
	width:110px;
	height:29px;
	margin-left:119px;
	background:transparent url(../Images/book_now_btn.png) no-repeat 0px 0px;
	text-align:center;
	padding-top:11px;
	font-weight:bold;
}
.contact_button_send_en A
{
	position:absolute;
	width:110px;
	height:29px;
	margin-left:119px;
	background:transparent url(../Images/book_now_btn.png) no-repeat 0px 0px;
	text-align:center;
	padding-top:11px;
	font-weight:bold;
}
.contact_button_send_vi A:hover, .contact_button_send_en A:hover
{
	background-position:0px -40px;
}
.contact_button_send_vi A:active, .contact_button_send_en A:active
{
	background-position:0px -80px;
}
.contact_button_reset_vi A
{
	position:absolute;
	width:110px;
	height:29px;
	margin-left:250px;
	background:transparent url(../Images/book_now_btn.png) no-repeat 0px 0px;
	text-align:center;
	padding-top:11px;
	font-weight:bold;
}
.contact_button_reset_en A
{
	position:absolute;
	width:110px;
	height:29px;
	margin-left:250px;
	background:transparent url(../Images/book_now_btn.png) no-repeat 0px 0px;
	text-align:center;
	padding-top:11px;
	font-weight:bold;
}
.contact_button_reset_vi A:hover, .contact_button_reset_en A:hover
{
	background-position:0px -40px;
}
.contact_button_reset_vi A:active, .contact_button_reset_en A:active
{
	background-position:0px -80px;
}

.invalid_icon
{
	width:19px;
	height:18px;	
	position:absolute;
	margin-top:5px;
	background:transparent url(../Images/Bullets/invalid_field.png) no-repeat 0px 0px;
}
.valid_icon
{
	width:19px;
	height:18px;
	position:absolute;
	margin-top:5px;
	background:transparent url(../Images/Bullets/valid_field.png) no-repeat 0px 0px;
}
.invalid_text
{
	margin-left:-225px;
	margin-top:-14px;
	position:absolute;
	font-weight:normal;
	font-size:11px;
	color:#CC0000;
	width:220px;
	text-align:right;
	
}
.contact_form label
{
	position:absolute;
	width:220px;
}
#content_error_mes
{
	position:absolute;
	margin-top:52px;	
}
#content_error_mes .invalid_icon
{
	width:19px;
	height:18px;
	position:absolute;
	background:transparent url(../Images/Bullets/invalid_field.png) no-repeat 0px 0px;
	margin-left:330px;
	margin-top:28px;
}
#content_error_mes .valid_icon
{
	width:19px;
	height:18px;
	position:absolute;
	background:transparent url(../Images/Bullets/valid_field.png) no-repeat 0px 0px;
	margin-left:330px;
	margin-top:28px;
}
#content_error_mes .invalid_text
{
	margin-left:2px;
	position:absolute;
	height:25px;
	width:322px;
	top:-52px;
	text-align:right;
}