/*
   -------------------------
	Rescue Plumbing Website
	Structure CSS Document
	28th July, 2008
	Hamish Dean
   -------------------------
*/

/* -- Label -- */
div.masterWrapper div.formWrapper label {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:2px;
	color:#FFF;
}

/* -- Inputs -- */
input.text,
select,
textarea {
	width:300px;
	border:1px solid #FFF;
	color:#2D4A77;
	background:url(../images/forms/input_background.png) repeat transparent;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
}
option {
	background:url(../images/forms/input_background.png) repeat transparent;
}
input.large,
textarea.large {
	width:300px;
}
select.large {
	width:306px;
}
textarea {
	height:70px;
}

/* -- Buttons -- */
input.submitButton {
	width:125px;
	height:25px;
	border:none;
	background:url(../images/forms/submit_button.gif) no-repeat;
}

/* -- Post Errors -- */
span.postError {
	display:block;
	padding:2px 4px;
	color:#CC0000 !important;
	font-weight:bold;
	background-color:#FFE8F0;
	border:1px solid #CC0000;
	margin-top:2px;
	width:296px;
}