@charset "utf-8";



.form {
	font-size: 10px;
	line-height: 15px;
}
input, textfield, textarea, select {
	border: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3d454d;
	
	background-color: #eceef1;
}
.w01 { width: 135px; }
.w02 { width: 280px; }
.h01 { height: 75px; }



.formLabel {
	width: 50px;
	
	font-size: 11px;
	line-height: 15px;
	color: #3d454d;
	
	text-align: right;
	padding: 0px 10px 10px 0px;
}
.td {
	width: 280px;
	padding: 0px 0px 10px 0px;
}
.button {
	font-size: 10px;
	line-height: 15px;
	color: #80909f;
	
	background-color: #d9dde2;
	
	cursor: pointer;
}
.bg { background-color: #d9dde2; }



#acceptterms.checkboxRequiredState { color: #80909f; }
#acceptterms input { background: #fff; margin: 0; padding: 0; border: 0; }
