/***** Form Related Styles *****/

#Order_Form {
	width: 375px;
	margin:0 auto;
	padding: 12px 38px 0 0
}

/** normal input box labels **/
label {
	color: white;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
	clear: both;
	cursor: pointer
}

label.inline {
  clear: none;
  margin: 0;
  display: inline;
}

/** 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
}

/** thanks message at the top of the form **/
.thanksmsg {
	color: #006600;
	padding-left: 20px;
	background: url(../images/required-check.gif) top center no-repeat
}

/** submit/reset buttons **/
/*button {
	margin-top: 10px;
	padding: 2px;
	display: block;
	clear: both
}*/

/** 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: 35px;
	padding: 3px 3px 3px 6px;
	margin: 0;
	border: #a9a9a9 1px outset;
	background-image: url(../images/bgfield.gif) !important;
	color: #FFF; 
}

.postal-required {
	font-family: Arial;
	font-size: 13px;
	width: 35px;
	padding: 3px 3px 3px 6px;
	margin: 0;
	border: #a9a9a9 1px outset;
	background-image: url(../images/bgfield.gif) !important;
	color: #FFF; 
}

.postal-form  {
	font-family: Arial;
	font-size: 13px;
	width: 300px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 20px 0;
	border: #a9a9a9 1px outset;
	background-image: url(../images/bgfield.gif) !important;
	color: #FFF; 
}

.postal-required-form {
	font-family: Arial;
	font-size: 13px;
	width: 300px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 20px 0;
/*	border-top: #a9a9a9 1px outset;
	border-right: #a9a9a9 1px outset;
	border-bottom: #a9a9a9 1px outset;*/
	border: #a9a9a9 1px solid;
	border-left: #B20200 1px solid;
	background-image: url(../images/bgfield-required.gif) !important;
	color: #FFF; 
}

.postal-required-dropdown {
	font-family: Arial;
	font-size: 13px;
	width: 300px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 20px 0;
	border-top: #a9a9a9 1px outset;
	border-right: #a9a9a9 1px outset;
	border-bottom: #a9a9a9 1px outset;
	border-left: #B20200 2px outset;
	background: #525252 url(../images/bgfield.gif) top left no-repeat !important;
	color: #FFF; 
}

.comingSoon {
  color:#900;
  font-style:italic;
  padding-left:18px;
}
.sale {
  color:#900;
  font-style:italic;
}
.button {
	padding: 3px;
	border: #EDE6DC 1px outset;
	color: #FFF; 
	background-color: #525252}

