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

.register .reg_big_input {
	width: 250px;
}
.border {
	margin: 3px;
	border: 1px solid #b3b9c3;
}
.register label {
	display: block;
	float: left;
	width: 250px;
}

.form_error {
	background-color: #FFFFCC;
}

select.select_big_main {
	width: 100px;
}

select.select_big {
	width: 140px;
}
select.select_small {
	width: 47px;
}