@CHARSET "UTF-8";

.fwContact {
	font-size: 12px;
}

.fwContact .error{
    margin: 10px 0 10px 0px;
    padding: 10px;
	border: 1px solid #FF0000;
	clear:left;
	width:404px;
}

.fwContact .error li{
	padding-bottom: 5px;
    padding-top: 7px;
}


.fwContact .message-ok{
	margin: 10px 0 10px 0px;
    padding: 10px;
	border: 1px solid #00FF00;
	clear:left;
	width:404px;
}

.fwContact label{
	display: block;
	width: 161px;
	clear: both;
	margin: 26px 0 1px;
}

.fwContact input, .fwContact textarea, .fwContact select{
	display: block;
	width: 201px;
	float: left;
	border: 1px solid #cecece;
	float: left;
	margin: 0 0 1px;
	font-size: 12px;
	height:20px;
}

.fwContact textarea {
    height: 146px;
    width: 421px;
}

.fwContact .f3-form-error{
	border: 1px solid #ff0000;
}

.fwContact #submit{
	width: auto;
	padding-right: 20px;
	border: none;
	cursor: pointer;
	float:right;
	background: url("../img/sprite.png") no-repeat scroll right 1px transparent;
    color: #173E73;
    font-family: futura;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.fwContact h2{
	clear:left;
	margin-bottom: -27px;
}

#map_canvas{
    float: left;
    height: 250px;
    width: 635px;
	margin-left:0px;
	margin-right:10px;
}

#form_cell{
	float:left;
	margin-right:20px;
}

#form_cell_textarea{
	float:left;
}

#label_mandatory{
	clear:none;
	color: #9D9D9D;
}
