@charset "UTF-8";
/* CSS Document */

label{
	font-weight:bold;
	color:#435D7A;
}

input{
	width:100%;
}

#normal_size{
	width:auto;
}

textarea{
	width:100%;
	height:100px;
}

#security_code{
	width:150px;
}

.warning{
	color:#FF0000;
}
