﻿.tab_content {
    background: #eff4f3;
    border: 1px #dbdbdb solid;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 100px;
    padding: 10px 10px 0px 10px;
    position: relative;
}
.row-form{
	margin-bottom:15px;
}
.row-form label{
	height:38px;
	line-height:38px;
	width:152px;
	color:#5a5a5a;
	display:block;
	float:left;
	font-size:14px;
}
.textbox-contact{
	height:38px;
	width:320px;
	padding:0px 0px 0px 10px;
	display:block;
	float:left;
	border:none;
	line-height:26px;
	color:#676767;
	border:1px #d6d6d6 solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.select-contact{
	height:38px;
	width:320px;
	padding:0px 0px 0px 10px;
	display:block;
	float:left;
	border:none;
	line-height:26px;
	color:#676767;
	border:1px #d6d6d6 solid;
	font-size:14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.text-area{
	border:1px #d6d6d6 solid;
	padding:10px;
	width:320px;
	height:100px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.box-captra{
	margin-bottom:8px;
}
.box-captra label{
	height:26px;
	line-height:26px;
	width:152px;
	color:#5a5a5a;
	display:block;
	float:left;
	font-size:14px;
}
.box-captra img{
	float:left;
	height:24px;
	width:66px;
	margin-right:20px;
}
.box-captra input{
	float:left;
	height:20px;
	line-height:20px;
	padding-left:5px;
	margin-right:10px;
}
.left-contact{
	width:485px;
	float:left;
}
.right-contact{
	width:446px;
	float:right;
}
.right-contact h3{
	color:#2c2c2c;
	font-size:12px;
	margin:70px 0px 10px;
}
.button-submit{
	float:left;
	margin-right:10px;
}
.button-reset{
	width:88px;
	height:27px;
	line-height:27px;
	text-align:center;
	color:#fff;
	background:#b7acad;
	float:left;
	border:none;
	cursor:pointer;
}

.content p{
	margin-bottom:10px;
}
.content ul{
	list-style:auto;
}
.button-submit{
	color:#fff;
	background:#e71e24;
	display:block;
	height:35px;
	line-height:35px;
	float:left;
	padding:0px 25px;
	border:none;
	cursor:pointer;
	font-size:18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button-submit:hover{
	background:#8dc73f;
}

.header-contact01{
	height:26px;
	line-height:26px;
	color:#5a5a5a;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 15px;
}