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

#Contact_Form {
	width: 375px;
	margin:0 auto;
	padding: 12px 38px 0 0
}

/** normal input box labels **/
label {
	color: #416072;
	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
}

.radio {
	float: left;
}

/** 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: 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: #416072; 
}

.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: #416072; 
}

.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-image: url(../images/bgfield-required.gif)!important;
	color: #416072; 
}

.odd {
	background-color: #ECECEC;
}

.button {
/*	float: left;*/
	padding: 3px;
	border-right: #416072 1px outset;
	border-top: #2B4A58 1px outset;
	border-left: #2B4A58 1px outset;
	color: #FDFDFD; 
	border-bottom: #416072 1px outset;
	background-color: #416072}