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

#Contact_Form {
	width: 375px;
	margin: 0 auto 20px auto;
	padding: 10px 50px 50px 50px;
/*	border: solid 1px #450E01;*/
}

/** normal input box labels **/
label {
	color: #430D01;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
	clear: both;
	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;
	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;
	font-weight: bold
}

/** thanks message at the top of the form **/
.thanksmsg {
	color: #006600;
	padding-left: 20px;
	font-weight: bold
}

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

.postal {
	font-family: Arial;
	font-size: 13px;
	width: 400px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #EDE6DC 1px outset;
	border-top: #EDE6DC 1px outset;
	border-left: #EDE6DC 1px outset;
	border-bottom: #EDE6DC 1px outset;
	background-image: url(../images/bgfield.gif) !important;
	color: #E7D7C3; 
}

.postal-required {
	font-family: Arial;
	font-size: 13px;
	width: 400px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #EDE6DC 1px outset;
	border-top: #EDE6DC 1px outset;
	border-left: #EDE6DC 1px outset;
	border-bottom: #EDE6DC 1px outset;
	background-image: url(../images/bgfield-required.gif) !important;
	color: #E7D7C3; 
}

.postal-required-dropdown {
	font-family: Arial;
	font-size: 13px;
	width: 410px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #EDE6DC 1px outset;
	border-top: #EDE6DC 1px outset;
	border-left: #EDE6DC 1px outset;
	border-bottom: #EDE6DC 1px outset;
	background: #582303 url(../images/bgfield-required.gif) top left no-repeat !important;
	color: #E7D7C3; 
}

.button {
	padding: 3px;
	border-right: #300901 1px outset;
	border-top: #6B1401 1px outset;
	border-left: #6B1401 1px outset;
	color: #FDFDFD; 
	border-bottom: #300901 1px outset;
	background-color: #430D01
	}