@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

.contentFormIndex {
	width: 100%;
	height: auto;
	float: left;
}

.contentFormIndex  input {
	width: 89%;
	height: 40px;
	margin-left: 5%;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding-left: 1%;
}

.titleFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.titleFormIndex p {
	font-size: 40px;
	font-weight: 300;
	color: #FFF;
}

.msgFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

.msgFormIndex p {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.nameFormIndex {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
}

.emailFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.telFormIndex {
	width: 32%;
	height: 50px;
	float: left;
	text-align: center;
}

.textFormIndex {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}

.textFormIndex textarea {
	font-family: 'Open Sans', sans-serif;
	width:88.5%;
	height: 100px;
	margin-left: 7.5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FFF;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding-left: 1%;
	border: 1px solid #CCC;
}

.btnFormIndex {
	width: 150px;
	height: 40px;
	float: left;
	margin-left: 45%;
	background-color: #FF7600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	font-weight: 300;
	font-size: 22px;
	color: #FFF;
	box-shadow: 0px 4px 0px #C65E00;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	border: 0;
	transition: all 0.5s;
}

.btnFormIndex:hover {
	box-shadow: 0px 0px 0px #C65E00;
	background-color: #C65E00;
	cursor: pointer;
}

.imgCaptcha {
	width: 40%;
	height: 35px;
	float: left;
	text-align: right;
}

.imgCaptcha img {
	vertical-align: middle;
}

.contentCaptcha {
	width: 60%;
	height: 35px;
	float: left;
	text-align: left;
	font-weight: 300;
	color: #F5F5F5;
	font-size: 18px;
}

.contentCaptcha input {
	width: 40%;
	height: 32px;
	margin-left: 3%;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	font-weight: 300;
	font-size: 18px;
	font-weight: 300;
	padding-left: 1%;
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF;
	color: #333;
	font-size: 16px;
	border: 1px solid #CCC;
}

.rowFormCaptcha {
    width: 80%;
    height: auto;
    float: left;
    margin-top: 15px;
    margin-left: 20%;
    margin-bottom: 15px;
}

.imgCaptcha img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}