fieldset
{
	display:			block;
	padding:			5px;
	border:				2px groove #BBBBBB;
	margin-bottom:		20px;
}

fieldset legend
{
	font-size:			12px;
	padding:			0 10px 0 10px;
	color:				#316684;
	margin-bottom:		5px;
	font-weight:		bold;
}

fieldset label
{
	display:			block;
	width:				30%;
	float: 				left;
	text-align:			right;
	margin-right:		10px;
	vertical-align:		top;
	margin-top:			3px;
	color:				#3A799C;
}
fieldset .field
{
	text-align:			left;
	margin:				5px;
	margin-top:			15px;
	display:			inline;
}


fieldset textarea
{
	width:			200px;
	height:			50px;
}

fieldset .error
{
	color:			red;
	font-size:		10px;
	margin-left:	30%;
	padding-left:	20px;
	padding-top:	3px;
	display:		block;
}

fieldset .notice
{
	color:			#666;
	font-size:		10px;
	margin-left:	30%;
	padding-left:	20px;
	padding-top:	3px;
	display:		block;
}

fieldset .footer
{
	text-align: center;
	margin-top: 30px;
}

label .required
{
	color:		red;
}

.input_text, .input_password
{
	border: 1px solid black;
	background: white;
}

.input_button
{
	background: #990000;
	color: white;
	border: 1px solid black;
}