.form {
	margin: 20px auto;
	}
.form input,
.form select,
.form textarea {
	background: #ffffff;
	padding: 3px;
	width: 370px;
	margin: 2px 0 8px 0;
	font-size: 12px;
	font-family: arial;
	color: #000000;
	}
.form label{
	color: #9a0a1b;
	margin-right: 5px;
	padding-top: 2px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 100px;	
	clear: both;
	display:block;
	text-align:right;
	font-weight: normal;
	height: 18px;
	}
.form textarea {
	width: 370px;
	height: 150px;
	}
.form .center {
	display: block;
	text-align: center;
	}
.form .disabled {
	color: #555 !important;
	cursor: default;
	}
.form .submit {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
	border: none;
	}
	
p.planGmaps {
	font-size: 11px;
	text-align: center;
	}
p.planGmaps a {
	color: #fff;
	}
p.planGmaps a:hover {
	text-decoration: underline;
	}
*html input.ie6 {
	width: 366px;
	}
