#contact_form {
	margin: 25px auto;
	width: 500px;
	background: #CCCCCC;
	padding: 25px;
}
.float_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
}


fieldset {
	margin: 1em 0px 1em 34px;
	padding: 1em;
	border: 3px solid #666666;
	width: 400px;
}

legend {
	font-weight: bold;
	color: #000000;
}

label {
	float: left;
	width: 10em;
}

input {
	width: 200px;
}		

textarea {
	width: 250px;
	height: 100px;
}

input.submit {
	width: auto;
	border: 1px solid #333333;
	background: #CCCCCC url(../images/shared/menu_bg.png) repeat-x;
	margin: 10px 0px 5px 50px;
}

input:focus, textarea:focus {
	background: #CCCCCC}
