﻿.box-form-duan{
	width:auto;
	border:1px #999 dashed;
	padding:8px 0px;
	background: #f6f9fa;
	margin-bottom:10px;
}

.box-form-duan h4{
	color: #eaa926;
    font-size: 16px;
    margin:5px 0px 18px 5px;
    text-align: center;
}
.note-regester{
	margin:0px 10px 8px 10px;
	text-align:justify;
}

.box-content-form{
	margin:auto;
}
.textbox-form-duan{
	width:220px;
	padding:6px 0px;
	text-indent:10px;
	margin:8px auto 4px;
	border:1px #bcbcbc solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:block;
}
.text-area-form-duan{
	width:220px;
	height:60px;
	padding:3px 0px;
	text-indent:10px;
	margin:8px auto 14px;
	font-size:14px;
	border:1px #bcbcbc solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:block;
}
.button-form-register{
	padding: 8px 0px;
	width:220px;
    border: 0px;
    background: #eaa926;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin:5px auto 8px;
    cursor:pointer;
    display:block;
}
.button-form-register:hover{
    background: #ffaa00;
}
.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{
		margin:20px auto 30px;
		padding:10px 0px;
	}
	.box-content-form{
		width:90%;
		margin:auto;
	}

}