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

form {
	margin-bottom:30px;
}

dl {
	clear:both;
	margin-top:0px;
}

dt {
	clear:both;
	color:#e31b23;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	float:left;
	width:200px;
	margin-top:0px;
}

dd {
	float: left;
}

dd .input_text {
	width:200px;
}
dd .textarea {
	width:400px;
	height:150px;
}

form dl div {
	margin-top: 15px;
}

form dl div select {
	margin-top: 8px;
}

.formGroup.submit {
	clear:both;
	position:absolute;
	bottom:25px;
	right:-20px;
	background:url(../img/submit_button.gif) left top no-repeat;
	width:190px;
	height:65px;
	text-align:center;
	}
.formGroup.submit input {
	border:none;
	background:none;
	color:#e51e2b;
	padding:10px 0;
}