.contact_content_bg{
	position:relative;
	top:5px;
}
.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;
	margin-left:0px;
	margin-right:6px;
	top:0;
	left:0;
}
.contact_form_content_bg
{
    position:relative;
	margin-top:20px;
}
.contact_form_title
{
    position:relative;
	padding-left:2px;
	font-weight:bold;
	color:#134F6F;
}
.contact_txt
{
	width:100%;
	height:18px;
	margin-bottom:10px;
	margin-top:2px;
	background:#FAFCFE;
	padding-left:4px;
    border:1px dashed #134F6F;
    color:#134F6F;
	outline:none;
}
.contact_txta
{
    width:100%;
	height:172px;
	overflow:auto;
	margin-top:2px;	
	background:#FAFCFE;
	padding-left:4px;
    border:1px dashed #134F6F;
	color:#134F6F;
	outline:none;
	font: 12px Helvetica, Arial, sans-serif;
	resize: none;
}
.contact_button 
{
    position: relative;
    width: 240px;
    margin: 0 auto;
	height:50px;
	margin-top:10px;
	overflow:hidden;
}
.contact_button a
{
	color:#CCC;
}
.contact_button a:hover
{
	color:#FFF;
}
/* Contact Button */
.contact_button_send_vi A
{
	float: left;
	width:110px;
	height:29px;
	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
{
	float: left;
	width:110px;
	height:29px;
	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
{
    float: right;
	width:110px;
	height:29px;
	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
{
	float: right;
	width:110px;
	height:29px;
	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;
	top: -54px;
    right: -5px;
	background:transparent url(../Images/Bullets/invalid_field.png) no-repeat 0px 0px;
}
.valid_icon
{
	width:19px;
	height:18px;
	position:absolute;
    top: -54px;
    right: -5px;
	background:transparent url(../Images/Bullets/valid_field.png) no-repeat 0px 0px;
}
.invalid_text
{
	top: -52px;
    right: 18px;
	position:absolute;
	font-weight:normal;
	font-size:11px;
	color:#CC0000;
	width:100%;
	text-align:right;
	
	
}
.contact_form_content_bg label
{
	position:absolute;
    width: 100%;
}

#content_error_mes
{
	position:absolute;
	width: 100%;	
}
#content_error_mes .invalid_icon
{
	top: -198px;
}
#content_error_mes .valid_icon
{
	top: -198px;
}
#content_error_mes .invalid_text
{
	top: -196px;
}