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

#form_wrap{
	width:555px;
	border:2px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	margin-bottom:10px;
}

table#form_wrap th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding-left:5px;
}

table#form_wrap td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding-left:5px;
}

.error_text{
	color:#FF0000;
	float:right;
	margin-right:5px;
}