/* --------- Form CSS --------- */
.legend, .legend_cart {
	padding: 0px 8px;
	position:absolute;
	top:-8px;
	left:30px;
	background: #FFFFFF;
	font-weight:bold;
} 
.top_left {
	position:absolute;
	top:-2px;
	left:-2px;
	width:10px;
	height:10px;
	background: #FFFFFF url(../images/form/top_left.gif) no-repeat;
}
.top_right {
	position:absolute;
	top:-2px;
	right:-1px;
	width:10px;
	height:10px;
	background: #FFFFFF url(../images/form/top_right.gif) no-repeat;
}
.bottom_right {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:10px;
	height:10px;
	background: #FFFFFF url(../images/form/bottom_right.gif) no-repeat;
}
.bottom_left {
	position:absolute;
	bottom:-1px;
	left:-2px;
	width:10px;
	height:10px;
	background: #FFFFFF url(../images/form/bottom_left.gif) no-repeat;
}
form.form {
	margin: 0px auto;
	padding: 0px;
	width:390px;
}
div.form {
	color: #666666;
	margin: 10px 0px 15px;
	padding: 20px;
	width:350px;
	list-style: none;
	border: 1px solid #dadada;
	position:relative;
}
form.form label {
	display:block;
	line-height:24px;
}
form.form td.seperator {
	width:5px;
}
#contactForm.form td {
	padding-bottom:0px;
}
form.form input.input, form.form input.errorinput, form.form textarea.input {
	font-size: 11px;
	background: #FFFFFF url(../images/shadow.gif) repeat-x;
	padding: 2px 3px 3px;
	color: #666666;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
form.form input.errorinput {
	font-size: 11px;
	background: #fff url(../images/shadow.gif) repeat-x;
	border: 1px solid #CC0000;
	color: #FF0000;
}
form.form input.input2  {
	font-size: 11px;
	background: #FFFFFF url(../images/shadow.gif) repeat-x;
	border: 1px solid #7DACDB;
	padding: 2px 3px 3px;
	color: #1075c4;
}
.errordiv {
	font-size: 11px;
	background: #FFF2C1;
	border: 1px solid #CC0000;
	color: #FF0000;
	padding:0px 5px;
	margin: 0px 0px 5px;
}
form.form select.select {
	font-size: 11px;
	background: #fff url(../images/shadow.gif) repeat-x;	
	color: #666666;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 2px 1px 1px 0px;
}
form.form label span {
   font-size:10px;
   line-height:10px;
}
form.form li {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}
form.form .tablesection {
	margin-bottom: 15px;
	width:650px;
}
form.form .description {
	display: block;
	clear: both;
	float: left;
	width: 120px;
	color:#fff;
}
form.form td.description {
	width: 120px;
	line-height: 20px;
	padding-bottom:5px;
}
form input.inputbtn, td.email a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #d06103;
  letter-spacing: .1em;
  border: 0px;
  padding: 3px 5px;
  color:#fff;
  text-transform:uppercase;
  cursor: pointer;
}
input.validationCodeIn{
	width:130px;
}
td.validationCode{
	padding-right: 13px;
}
td.noValidationCode{
	padding-top:5px;
}
.resellerLogin #innerContent h1{
text-transform:none;
font-size:26px;
padding-bottom:8px;
}