@charset "utf-8";


a img { border: none;}

form { margin: 5px 0 0 0; padding: 0; }
	form legend { display: none; }
	form fieldset { border: none;padding: 10px;}
	form label {
	display: block;
	width: 200px;
	float: left;
}
	form .textfield { margin-bottom: 5px; border: 1px solid #e1e1e0; height: 16px; width:200px;}
	form .textarea {width:200px;border: 1px solid #e1e1e0; overflow: auto; height: 100px;}
	form .large { width:420px;}
	form .textfield, form textarea {font-family: Arial, Verdana; font-size: 11px;}
	form .button {
	margin-left: 140px;
	margin-top: 20px;
}
	form .sub_error {color: #cf1c13; margin-bottom: 8px;}
	form p { margin: 0; padding: 0;}


input#submit {
	width : auto;
	background-color : #0F3A98;
	border : 2px double #551c35;
	border-top-color : #03F;
	text-transform : uppercase;
	color : #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0.15em;
	padding-bottom: 0;
	padding-left: 0.15em;
}
/* CSS Document */
div#content_main_in {
	width : 650px;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	text-align: justify;
}
div#content_main_two {
	width : 300px;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	text-align: justify;
}


