@import url("font-awesome.min.css");
.content_fancy{
	max-width:450px;
}
.dkdn_box{
	width: 100%; 
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.dkdn_box *{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	line-height:110%;
}
.dkdn_box .title{
	font-size:15px;
	text-align:left;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.hover_box{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;	
}
.dkdn_box .captcha{
	display:inline-block;
	cursor:pointer;
	border:thin rgba(60, 110, 180, 1) solid;
}
/*.hover_box:hover{
	border:thin rgba(60, 110, 180, 1) solid;
	box-shadow:0px 0px 10px rgba(60, 110, 180, 1);
}*/
.hover_box:active{
	background-color:rgba(60, 110, 180,1);
}
.dkdn_box .checkbox{
	height:15px;
	width:20px;
    float: left;
}
.dkdn_box .box_input{
	background:linear-gradient(top,#fff,#eee);
	background:-webkit-linear-gradient(top,#fff,#eee);
	background:-moz-linear-gradient(top,#fff,#eee);
	background:-o-linear-gradient(top,#fff,#eee);
	display:table;
	border:thin #d9d9d9 solid;
	width:100%;
	border-radius:3px;
}
.dkdn_box .box_input i{
	vertical-align:middle;
	display:table-cell;
	font-size:20px;
	width:40px;
	color:#444;
	background:#eee;
	border-right:thin #d9d9d9 solid;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;	
	border-radius:3px 0px 0px 3px;
    text-align: center;
}
.dkdn_box .box_input:hover i{
	color:rgba(60, 110, 180,1);
	font-size:25px;
	line-height:25px;
}
.dkdn_box #img_capcha{
	margin-bottom:10px;
}

.dkdn_box label{
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
    font-weight: normal;
}
/* table */
.dkdn_box .table{
	width:100%;
}
.dkdn_box .table tr{
	text-align:center;
}
.dkdn_box td{
	padding:5px 10px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;	
	border-radius:3px 0px 0px 3px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align: center;
}
.dkdn_box td.col1{
	width:16%;
	text-align:left;
    border: none;
}
.dkdn_box td.col2{
	width:60%;
	text-align:left;
    border: none;
}
.dkdn_box td.col3{
	width:15%;
	text-align:left;
    border: none;
}
.dkdn_box .input{
	color:rgba(60, 110, 180,1);
	width:100%;
	font-size:13px;
	font-style:italic;
	display:table-cell;
	border-radius:2px;
    line-height: 30px;
    height: 30px;
	text-indent:10px;
	border:none;
	background:none;	
}
.dkdn_box .input[type=file]{
	text-indent:-5px;
	padding-left:20px;
}
.dkdn_box .input[type=checkbox],
.dkdn_box .input[type=radio]{
	height:20px;
	width:20px;
	float:left;
	margin: 5px;
}
.dkdn_box p,
.dkdn_box span{
	font-size:13px;
	line-height:26px;
	text-align:left;
	text-indent:10px;
}
.dkdn_box .textarea{
	height:105px;
	margin-bottom:-2px;
}
.dkdn_box .button{
	cursor:pointer;
	line-height:35px;
	height:35px;
	padding:0px 15px;
	color:#fff;
	text-transform:uppercase;
	border:#fff;
	background:#3a3d42;
    font-weight: bold;
    font-size: 14px;
}
.dkdn_box .button:hover{
	color:yellow;
	background:rgba(0, 0, 0, 0.51);
}
.dkdn_box label.error{
	cursor:pointer;
	display:inline-block;
	width:100%;
	text-align:left;
	line-height:22px;
	font-size:12px;
	color:#fff;
	padding-left:35px;
	margin-top:5px;
	border-radius:5px;
	background-color:#000000;
	position:relative;
	overflow:hidden;
}
.dkdn_box label.error:before{
	content:'';
	height:20px;
	width:20px;
	position:absolute;
	top:1px;
	left:5px;
	background-image:url(message.png);
	background-repeat:no-repeat;
	background-position:-40px 0px;
}
#left_taikhoan{width: 70%; float: right;}
#right_taikhoan{width: 27%; float: left;}
/*end table */

@media screen and (max-width: 780px) {
	.dkdn_box td.col1,
	.dkdn_box td.col3{
		display:none;
	}
}
@media screen and (max-width: 550px) {
	
}
@media screen and (max-width: 380px) {
	
}	