@charset "utf-8";
/* CSS Document */
fieldset {
	border:0;
	margin:0;
	padding:0;
}
label {
	vertical-align:top;
}
input.text {
	width:187px;
	font:12px/12px 'courier new', courier, monospace;
	color:#777;
	padding:4px;
	margin:-4px 0 12px 0;
	border-bottom:1px dashed #777;
	border-left:none;
	border-top:none;
	border-right:none;
}
textarea {
	width:187px;
	font:12px/12px 'courier new', courier, monospace;
	color:#777;
	padding:4px;
	margin:-4px 0 24px 0;
	border-bottom:1px dashed #777;
	border-left:none;
	border-top:none;
	border-right:none;
}
input.submit {
	margin-top:0px;
}
.mandatory {
	color: #FF0000;
}