/*---- General ----*/
body { font-family:Arial, Helvetica, sans-serif; }

.astrix { color:#FF0000; }

.errorMessage {
	font-size:14px;
	font-weight: bold;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 2px;
}

.required {
	background: #F9FFD2;
	padding: 3px;
	margin: 0px 0px 5px 0px;
}

.normal {
	background: #FFF;
	padding: 3px;
	margin: 0px 0px 5px 0px;
}

form h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #00349A;
	font-weight:bold;
}

fieldset {
	border: 1px solid #CCC;
	border-top: 4px solid #BBB;
	margin: 10px 0 20px 0;
	padding: 10px;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000066;
	padding: 0 4px;
}

.floatBox { /*use to float two boxes next to each other, gives you two columns when two used in two divs*/
	width:320px;
	float:left;
}


#contactForm .formSubmitButton, #supportForm .formSubmitButton {
	background: url(../images/submit.jpg); 
	color:#FFFFFF; 
	font-weight:bold;
	font-size:14px;
	border: none;
	width: 104px;
	height: 31px;
	padding: 0 0 2px 23px;
	text-align:left;
	margin: 20px 0 10px 260px;
	cursor:pointer;
}

#contactForm .formSubmitButton:hover, #supportForm .formSubmitButton:hover {
	background: url(../images/submit_hover.jpg); 
	color:#FFFFFF; 
	border: none;
	padding: 0 0 2px 23px;
	cursor:pointer;
}

.listOfBoxes label {
	width: 200px;
}

/*---- Contact Us Form ----*/
#contactForm label {
	width: 120px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#contactForm input, select {
	border: solid 1px #9A9A9A;
	background-color: #F2F0FF;
	color:#333333;
	padding: 2px;
	margin: 3px;
}

#contactForm input:hover {
	border: solid 1px #9A9A9A;
	background-color: #F9FFD2;
	color:#333333;
	padding: 2px;
}

#contactForm textarea {
	margin: 10px 0 0 10px;
	width: 500px;
	padding: 5px;
}

/*---- Customer Support Form --*/
#supportForm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#supportForm label {
	width: 120px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#supportForm input, select {
	border: solid 1px #9A9A9A;
	background-color: #FFF;
	color:#333333;
	padding: 2px;
	margin: 3px;
}

#supportForm input.supportCheckBox {
	margin: 15px 8px 0 10px;
}

#supportForm input.supportRadio {
	display: inline;
	margin-left: 8px;
	margin-right: 4px;
}

#supportForm textarea {
	margin: 10px 0 0 10px;
	width: 500px;
	padding: 5px;
}

.timeDrop {
	width: 50px;
	border: 1px solid #CCC;
}

#context_div { /*for contextual display change with js */
	width: 400px;
	position: relative;
	visibility: visible;
}

#email,#phone,#fax {
	padding: 5px;
	position:relative;
	top: 0px;
	left:0px;
	display: none;
}

/*-- Search Box --*/
.searchButton {
	background: url(../images/submit.gif); 
	border: none;
	width: 19px;
	height: 19px;
	margin: 0px;
}

.searchButton:hover {
	background: url(../images/submit_hover.gif); 
}

/*-- Product Control Panel --*/

#productAdmin {
	border-bottom: 5px solid #00349A;
	width:600px;
	padding-left: 50px;
	float:left;
	margin: 20px 0 0 0;
}

#productAdmin li {
	float: left;
	text-align:center;
	list-style-type: none;
	margin: 0px 2px;
}

#productAdmin li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	text-decoration: none;
	background-color:#CCCCCC;
	display: block;
	width: 100px;
	height: 20px;
	padding: 3px;
}

#productAdmin li a:hover, #productAdmin li a:active /*for IE*/, #productAdmin li a:focus /*for Firefox*/ {
	color:#FFFFFF;
	background-color: #00349A;
}

#admincontext_div { /*for contextual display change with js */
	width: 600px;
	float:left;
	position: relative;
	visibility: visible;
}

#add, #edit, #delete {
	padding: 5px;
	position:relative;
	top: 0px;
	left:0px;
	display: none;
}

.rfq {
	font-weight: bold;
}

.rfq label {
	padding: 0px;
	margin: 0px;
	position:static;
}

.rfq input {
	padding: 0;
	margin: 0;
	position:static;
	font-weight: normal;
}
