/*

Form Stylesheet for UFO Freestyle (Winter Sports)
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.ufofreestyle.co.uk/winter-sports/

*/


#form {
	float: left;
	width: 300px;
	}

#form div  {
	margin-bottom: 10px;
	}	

#form legend {
	display: none;
	}

#form label {
	color: #3292c3;
	}
				
#form input, #form textarea 
	{
	background-color: #f2f7fb;
	border: 1px solid #fff;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	width: 260px;
	}
	
#primary-content #address {
	float: left;
	margin-top: 1.5em;
	}
	
#primary-content #address p {
	margin: 0 0 1.25em 0;
	width: auto;
	}
	
#primary-content #submit {
	border: none;
	height: 22px;
	padding: 0;
	width: 82px;
	}
	
#map {
	border: 3px solid #3292c3;
	height: 344px;
	margin-bottom: 1.25em;
	width: 544px;
	}

.red{
	color: red;
	}