Form {
	margin: 5px;
	padding: 0
}

label {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: pointer
}

.red {
color: #FF2D2D
}

/** normal input box labels **/
label {
	color: #FFFFFF;
	margin: 0 0 10px 0;
	display: block;
	font-weight: bold;
	clear: both;
	cursor: pointer
}

/** error labels **/
label.error {
	color: #FF2D2D;
	margin: 0 0 10px 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 #FF2D2D;
	padding: 2px;
	width: 200px;
}

/** error message at the top of the form **/
.errormsg {
	color: #FF2D2D
}

/** thanks message at the top of the form **/
.thanksmsg {
	color: #00E602;
	padding-left: 20px;
	background: url(../images/required-check.gif) top center no-repeat
}

/*.radio {
	float: left;
	display: block;
}
*/
.postal {
	font-family: Arial;
	font-size: 13px;
	width: 200px;
	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: #314C3D; 
}

.postal-required {
	border-left: 3px solid #FF2D2D;
	font-family: Arial;
	font-size: 13px;
	width: 200px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 15px 0;
	border-right: #EDE6DC 1px outset;
	border-top: #EDE6DC 1px outset;
/*	border-left: #FF2D2D 3px outset;*/
	border-bottom: #EDE6DC 1px outset;
	color: #314C3D; 
}

.button {
	display: block;
	padding: 3px;
	border-right: #314C3D 1px outset;
	border-top: #769C82 1px outset;
	border-left: #769C82 1px outset;
	color: #FDFDFD; 
	border-bottom: #314C3D 1px outset;
	background-color: Maroon}
