@charset "utf-8";
.form_lienhe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:20px;
}
#row {
    min-height: 24px;
    padding: 3px;
}
.form_contact{
    margin-left: 17%;
}
#row .label {
    color: #323232;
    float: left;
    font-weight: bold;
    margin: 0 4px;
    padding: 5px 5px 5px 0px;
    text-align: left;
    width: 20%;
	background:none;
}
#row .label.contact{
    width: 15%;
}
#row .input {
    background-color: #FFFFFF;
    border-left: 1px solid #E9E9E9;
    color: #323232;
    height: 17px;
    margin-left: 170px;
    padding: 5px;
}
.inputcontact input,.inputcontact textarea{
	width:100%;
}
.inputcontact .macode{
	width:50% !important;
}
.refresh_code {
    background: url("../images/refresh.png") no-repeat scroll 4px 4px;
    cursor: pointer;
    float: left;
    height: 21px;
    width: 20px;
}
.refresh_code:hover {
    background: url("../images/refresh_hover.png") no-repeat scroll 4px 4px;
}
.inputcontact {
    float: left;
    width:60%
}
.inputcontact_capcha{
	float:left;
}
.error_form {
    color: red;
	width:100%;
	margin-top:-7px;
	margin-bottom:3px;
}
.stnd_content_project_view{
	height:400px;
	width:100%;
	margin-top:15px;
}