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

.input_text {
	width: 250px;
	border: 1px solid #999999;
	height: 20px;
}
textarea {
	width: 250px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
select {
	height: 20px;
	width: 250px;
	border: 1px solid #999999;
}
label {
	width: 160px;
	float: left;
	color: #666666;
	padding-right: 20px;
}
label.break {
	width: auto;
	float: none;
}
fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	visibility: hidden;
}
div.fieldset {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.fieldset p {
	padding-bottom: 20px;
}
#content .form {
	float: left;
	width: 65%;
}
#content .contact {
	float: left;
	width: 35%;
}
#content .contact .contact_border {
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	margin-top: 23px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
}
p.submit {
	padding-top: 0px;
	padding-left: 16px;
}
