﻿.box-form-duan{
	width:440px;
	padding:20px 0px;
	background: #016a81 url('../images/bg-form.png') repeat-x;
	margin:0px auto 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box-form-duan h4{
	color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin:5px 0px 10px 0px;
    font-family: MyriadPro-SemiboldCond;
    text-align: center;
}

.box-content-form{
	width:280px;
	margin:auto;
}
.textbox-form-duan{
	width:100%;
	padding:8px 0px;
	text-indent:10px;
	margin:6px 0px 2px;
	border:1px #fff solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.text-area-form-duan{
	width:100%;
	height:60px;
	padding:3px 0px;
	text-indent:10px;
	margin:6px 0px 8px;
	font-size:14px;
	border:1px #fff solid;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button-form-register{
	padding: 10px 0px;
	width:100%;
    border: 0px;
    background: #e71e24;
    color: #fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size: 14px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:5px 0px 8px;
    cursor:pointer;
}
.button-form-register:hover{
    background: #ed3d43;
}
.box-captra label{
	line-height:28px;
	float:left;
	font-size:14px;
	color:#3c3c3c;
	margin-right:10px;
}
.box-captra input{
	float:left;
	font-size:14px;
	padding:5px 10px;
	border:1px #636363 solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:50px;
}
.box-captra img{
	float:right;
	height:30px;
	display:block;
}
.error{
	color:#ff0000;
}
@media (max-width: 768px) {
	.box-form-duan{
		width:90%;
		margin:20px auto 30px;
		padding:10px 0px;
	}
	.box-content-form{
		width:90%;
		margin:auto;
	}

}