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

.att {color:#CC0000;}
.form {}
	.form table {}
	.form table th,
	.form table td {padding:10px; border-bottom:1px solid #ededed;}
	
	.form table td input,
	.form table td textarea,
	.form table td select {border:1px solid #5ca2f0; padding:5px; width:250px;}
	*html .form table td input {height:25px;}
	*+html .form table td input {height:25px;}
	
	.form table td input:focus,
	.form table td textarea:focus {border:1px solid #5ca2f0; background:#F4FEFF;}
	
	.form table th {width:100px;}
	

.submitbtn	{text-align:center;}
	.submitbtn .regist {background:#FF6600; border:1px solid #FF6600; color:#fff; padding:3px;}
	.submitbtn .reset {background:#ededed; border:1px solid #ededed; padding:3px;}