/***** Form Related Styles *****/

#Contact_Form {
	width: 700px;
	margin:10px auto;
	padding: 0
}

#form-wrapper {
	width: 325px;
	margin:0 auto;
	padding:0;
}

/** error message at the top of the form **/
.errormsg {
	color: #B20200
}


/** normal input box labels **/
label {
	text-align: left;
	color: #8bc1ff;
	font: 13px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	margin: 0 10 5px 0;
	display: block;
	font-weight: bold;
	clear: both;
	width:325px;
	cursor: pointer
}


/** error labels **/
label.error {
	text-align: left;
	color: #B20200;
	margin: 0 0 5px 0;
	padding-left: 22px;
	display: block;
	font-weight: bold;
	background: url(../images/error_label_bg.gif) bottom left no-repeat;
	vertical-align: top;
	cursor: pointer
}

/** labels of checkboxes/radiobuttons **/
label.check {
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0
}

.text, textarea {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	width: 325px;
	margin-bottom: 15px
}

.field,.field-comments,.field-required {
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-weight: bold;
	width: 325px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #AC640A 1px outset;
	border-top: #422807 1px outset;
	border-left: #422807 1px outset;
	border-bottom: #AC640A 1px outset;
	color: #19384C; 
}

.field {
	height: 18px;
	background-image: url(../images/bgfield.gif)!important;
}

.field-comments {
	background-image: url(../images/bgfield.gif)!important;
}

.field-required {
	height: 18px;
	background-image: url(../images/bgfield-required.gif)!important;
}

.button {
	padding: 3px;
	width: 115px;
	margin: 15px 0 0 0;
	border-right: #225279 1px outset;
	border-top: #225279 1px outset;
	border-left: #225279 1px outset;
	border-bottom: #225279 1px outset;
	color: #FFF; 
	background-color: #225279
}
