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


#contact_form {
	width: 640px;
	height: 560px;
}


#contact_form form {
		width:600px;
		margin:15px auto 10px 0px;
		}
#contact_form label {
		display: block;
		font-weight:bold;
	}
#contact_form textarea {
			width:400px;
			height:150px;
			}
.textInput {
			width:250px;
			}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000066;
}
.style1 {
	color: #990000;
	font-size: x-small;

