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

#form-wrapper {
	margin: 10px auto 35px auto;
	padding:25px 0 0 0;
	border: 1px solid #454C4D
}

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

.left-col {
	float: left;
	margin:0;
	padding:0;
	width:330px;
}

.right-col {
	float: right;
	margin:0;
	padding:0;
	width:330px;
}

/** normal input box labels **/
label {
	color: #999C9C;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
	clear: both;
	width:325px;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	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;
	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 {
	text-align:center;
	color: #B20200
}

/** thanks message at the top of the form **/
.thanksmsg {
	color: #006600;
	text-align:center;
	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
}

.postal,.postal-comments,.postal-required {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	width: 325px;
	padding: 5px 3px 5px 6px;
	margin: 0 0 15px 0;
	border-right: #3D4445 2px outset;
	border-top: #3D4445 2px inset;
	border-left: #3D4445 2px inset;
	border-bottom: #3D4445 2px outset;
	color: #999C9C; 
}

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

.postal-comments {
	background-image: url(../images/bgfield.gif)!important;
   width: 695px;
}

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

.button {
	float: right;
	padding: 3px;
	width: 100px;
	margin: 0 17px 10px 0;
	border-right: #175862 1px outset;
	border-top: #175862 1px outset;
	border-left: #175862 1px outset;
	border-bottom: #175862 1px outset;
	color: #FFF; 
	text-transform: uppercase;
	background-color: #2F646A}
