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

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

td.tablecell {
	border: 1px solid #A4A192;
	background-color: #E0DDD6}

/** normal input box labels **/
label {
	font: 12px "trebuchet MS", verdana;
	color: #3A5963;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
	clear: both;
	text-transform: uppercase;
	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: #297D2F;
	padding-left: 20px;
	font-weight: bold;
	background: url(../images/required-check.jpg) top center no-repeat
}

/** normal input boxes / textarea **/
.text, textarea {
	font: 12px "trebuchet MS", verdana;
	width: 250px;
	height: 50px;
	margin-bottom: 15px
}

.postal {
	font: 12px "trebuchet MS", verdana;
	width: 250px;
	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);
	color: #3A5963; 
}

.postal-required, .postal-required-comments {
	font: 12px "trebuchet MS", verdana;
	width: 250px;
	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);
	color: #3A5963; 
}

.postal-required-comments {
	width: 540px;
	height: 75px;
	background: url(../images/bgfield-required.gif) -4px 0 no-repeat;
}


.button {
	padding: 3px;
	border-right: #430D01 1px outset;
	border-top: #769C82 1px outset;
	border-left: #769C82 1px outset;
	color: #FFF; 
	font-weight: bold;
	width: 75px;
	text-transform: uppercase;
	border-bottom: #430D01 1px outset;
	background-color: #3A5963;
	font: 12px "trebuchet MS", verdana;
	}