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

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

/** normal input box labels **/
label {
	color: #797979;
	margin: 10px 0 5px 0;
	display: block;
	/* font-weight: bold; */
	/* font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
	font-size: 11px;
	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: normal;
}

/** 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: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	width: 300px;
	margin-bottom: 15px
}

.postal,.postal-required,.postal-half-required  {
	width: 360px;
	border-right: #D3D3D3 1px solid;
	border-top: #D3D3D3 1px solid;
	border-left: #D3D3D3 1px solid;
	border-bottom: #D3D3D3 1px solid;
}

.postal-half-required {
	float: left;
}

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

.postal-required {
	width: 360px;
	background-image: url(../images/bgfield-required.gif);
}

.postal-right {
	float: right;
	width: 165px;
}

.postal-left {
	float: left;
	width: 165px;
}


.button {
	padding: 3px;
	margin: 0 0 25px 0;
	border-right: #9A0002 1px solid;
	border-top: #9A0002 1px solid;
	border-left: #9A0002 1px solid;
	color: #FDFDFD; 
	border-bottom: #9A0002 1px solid;
	background-color: #9A0002
}

input  {
  color: gray;
	padding: 4px 4px 4px 8px;
	margin: 0 0 5px 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
}

textarea {
	color: gray;
	padding: 5px;
	margin: 0 0 5px 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
}


.formright {
	float: right;
	width: 390px;
}

.formleft {
	width: 480px;
	float: left;
}
