@charset "utf-8";
/* CSS Document */


/*account*/
#accountBox {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	min-height: 400px;
}

#accountBox .table {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	text-align: center;
	color: #6d6c6b;
}

#accountBox .table tr:nth-child(1) {
	margin-top: 20px;
}

#accountBox .table tr {
	float: left;
	height: auto;
	width: 100%;
	font-weight: normal;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#accountBox .table tr th {
	float: left;
	height: auto;
	width: 25%;
	font-weight: normal;
	text-align: right;
}

#accountBox .table tr td {
	float: left;
	height: auto;
	width: 75%;
	text-align: left;
}

#accountBox .inputStyle {
	height: 30px;
	line-height: 30px;
	width: 270px;
	border: 1px solid #a4a4a4;
	padding: 5px;
	float: left;
}

#accountBox .inputStyle1 {
	height: 30px;
	line-height: 30px;
	width: 680px;
	border: 1px solid #a4a4a4;
	padding: 5px;
	float: left;
}

.red {
	color:#db073e;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.scrollBox {
	float: left;
	width: 680px;
	height: 130px;
	overflow-y: scroll;
	border: 1px solid #999;
	text-align: left;
	padding: 10px;
}

.radioStyle  {
	padding: 5px;
	vertical-align: baseline;
}

.radioSpan {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#accountBox .table tr:nth-last-child(1) td {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
}





/*account*/
@media only screen and (min-width: 1px) and (max-width: 950px) {

#accountBox {
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
}

#accountBox .table tr th {
	width: 100%;
	text-align: left;
}

#accountBox .table tr td {
	width: 100%;
}

#accountBox .inputStyle {
	width: 100%;
}

#accountBox .inputStyle1 {
	width: 100%;
}

.scrollBox {
	width: 100%;
}

}
