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

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

/** normal input box labels **/
label {
	color: #083e7a;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
	clear: both;
	width:200px;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	cursor: pointer
}


/** error labels **/
label.error {
	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
}


/** input boxes of required fields **/
.required {
	border-left: 3px solid #B20200;
	padding: 2px
}

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

/** thanks message at the top of the form **/
.thanksmsg {
	color: #006600;
	padding-left: 20px;
	background: url(../images/required-check.gif) top center no-repeat
}

/** normal input boxes / textarea **/
.text, textarea {
	font-family: Arial;
	font-size: 13px;
	width: 325px;
	margin-bottom: 15px
}

#login {
 background: #eee; 
 border: 1px solid #900; 
 height: 135px; 
}


.login {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	width: 175px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #C2B37C 1px outset;
	border-top: #C2B37C 1px outset;
	border-left: #C2B37C 1px outset;
	border-bottom: #C2B37C 1px outset;
	background-image: url(../images/bgfield.jpg)!important;
	color: #083e7a; 
}

.postal {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	width: 325px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #C2B37C 1px outset;
	border-top: #C2B37C 1px outset;
	border-left: #C2B37C 1px outset;
	border-bottom: #C2B37C 1px outset;
	background-image: url(../images/bgfield.jpg)!important;
	color: #083e7a; 
}

.postal-comments {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	width: 682px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #C2B37C 1px outset;
	border-top: #C2B37C 1px outset;
	border-left: #C2B37C 1px outset;
	border-bottom: #C2B37C 1px outset;
	background-image: url(../images/bgfield.jpg)!important;
	color: #083e7a; 
}

.postal-required {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	width: 325px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #C2B37C 1px outset;
	border-top: #C2B37C 1px outset;
	border-left: #C2B37C 1px outset;
	border-bottom: #C2B37C 1px outset;
	background-image: url(../images/bgfield-required.jpg)!important;
	color: #083e7a; 
}

.button {
	float: right;
	padding: 3px;
	width: 75px;
	margin: 0 17px 10px 0;
	border-right: #040201 1px outset;
	border-top: #9B5A08 1px outset;
	border-left: #9B5A08 1px outset;
	border-bottom: #040201 1px outset;
	color: #FFF; 
	background-color: #422807
}
