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

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

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

/** submit/reset buttons **/
.button {	
	margin: 0 0 20px 0;
	padding: 3px;
	border-right: #4B4432 1px outset;
	border-top: #4B4432 1px outset;
	border-left: #4B4432 1px outset;
	color: #FDFDFD; 
	border-bottom: #4B4432 1px outset;
	background-color: #4B4432;
}

.thanksmsg {
	color: #363528;
	padding-left: 20px;
	background: url(../images/required-check.gif) top left 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);
	color: #363528; 
}

.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);
	color: #363528; 
}
