/* @override http://www.romaid.org.uk/index.php?css=includes/forms.v.1275058041 */

label {
	color: #00adef;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}

input, textarea {
	font-size: 1.2em;
	font-family: 'Droid Sans', arial, serif;
	margin: 4px 0 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #003859;
	border: 1px solid #fff;
	background-color: #e1e1e1;
	height: 24px;
	line-height: 24px;
}

input:focus, textarea:focus {
	background-color: #fff;
}

#subForm {
	border-bottom: 1px dotted #00adef;
	margin-bottom: 10px;
	padding-top: 40px;
}

#subForm input {
	width: 210px;
}

#subForm input.button, #freeform button.button {
	width: 120px;
	color: white;
	padding: 0;
	border-style: none;
	height: 24px;
	bottom: 40px;
	font-size: 1.4em;
	background: url(../images/design/sprite.png) no-repeat -628px -130px;
	width: 124px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#subForm input.button:hover, #freeform button.button:hover {
	background-position: -628px -160px;
}



/* Contact */

span.req {
	color: #d1ff00;
}

#freeform {
	background-color: #123f65;
	padding: 10px;
}

#freeform textarea {
	height: 140px;
	width: 430px;
	padding: 5px;
}

#freeform input {
	width: 210px;
}

