#contactForm    {
        float:left;
}

#contactForm    p{
        margin-top:0;
        margin-bottom:5px;
}

#contactForm input, #contactForm textarea   {
        background:#efefef;
        border:1px solid #CFCFCF;
	font: 11px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
        /*color:#841000;*/
        width:300px;
        }
        
#contactForm input.dateDay   {
        width:20px;
        }        

#contactForm input.dateYear   {
        width:60px;
        }        
        
#contactForm input.checkbox   {
				padding: 0;
				margin: 0;
				border: 0;
        width:20px;
        background:#FFF;
        }

#contactForm input.radio   {
				width: 12px!important;
        height: 12px!important;
        width: 12px;
        height: 12px;
        border: 0;
        margin: 0;
        padding: 0;
        margin-right: 5px;
        vertical-align: middle;
        background:#FFF;
        }


#contactForm select.dateMonth       {
				background:#efefef;
        width:50px;
        font-size:10px;
        letter-spacing:.6px !important;
        }
        
#contactForm select.productList       {
				background:#efefef;
        font-size:10px;
        letter-spacing:.6px !important;
        }

fieldset {
        border: 0;
        padding: 0;
        margin: 0;
}


.SubmitButton   {
        width:2.2em !important;
        height:1.6em !important;
        }

.hidden {display:none;}

/********** BASIC FORM ***********/
#basicForm {
  width: 450px;
  /*font-size: 11px;
  font-family: Arial, Helvetica, Verdana, Serif;*/
  border: 0px solid #000;
}

#basicForm fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
	display: inline;
	margin-bottom: 5px;
}

#basicForm legend {
	font-weight: bold;
}

#basicForm label, #basicForm label.test {
	display: block;
	float: left;
	clear: none;
	width: 80px;
	margin: 0;
	padding: 0;
	/*color: #000;*/
	font-weight: normal;
	border: 0px solid #000;
}

#basicForm label.test
{
 width: 200px;
}

/*#basicForm input, #basicForm textarea  {
	border-top:1px solid #000 !important;
	border-left:1px solid #000 !important;

	border-right:1px solid #D4D4D4 !important;
	border-bottom:1px solid #D4D4D4 !important;
}*/

#basicForm textarea   {
	margin: 0;
	padding: 0;
  /*background:#ccc;
  color: #3B2221;*/
  width: 305px;
}        

#basicForm input  {
  width:220px;
	margin: 0;
  margin-bottom: 5px;
	padding: 0;
  /*background: #ccc;
  color: #3B2221;*/
}

#basicForm select {
  width: 100px;
	padding: 0;
	margin: 0;
  margin-bottom: 5px;
  /*background: #ccc;
  color: #3B2221;*/
	border: 1px solid #3B2221;
}

#basicForm input.radio, #basicForm input.tickBox, #basicForm input.checkbox  {
  width: 15px;
  height: 15px;
  border: 0;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  vertical-align: middle;
}

#basicForm input.checkbox  {
 background: #ccc !important; 
}

#basicForm .rightAlignButtons {
		text-align: right;
    width: 100%;
    margin-right:1em;
    padding-bottom: 5px;
}

#basicForm input.submit  {
  width: auto;
  float: right;
  margin-right: 5px;
  padding: 1px 3px;
  text-align: center;
  vertical-align: middle;
}

#basicForm input.button  {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #4F5556 !important;
  border-bottom: 1px solid #4F5556 !important;
  width: auto;
  margin: 0;
  padding: 1px 3px;
  background: #E4E4E4;
  /*font-size:9px !important;*/
  text-align: center;
  vertical-align: middle;
}


#basicForm .SubmitButton   {
        width:2.2em !important;
        height:1.6em !important;
        color: #000;
        background: #fff;
        }

/********** WARRANTY FORM ***********/
#warrantyForm {
  width: 450px;
  /*font-size: 11px;
  font-family: Arial, Helvetica, Verdana, Serif;*/
  border: 0px solid #000;
}

#warrantyForm fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
	display: inline;
	margin-bottom: 5px;
}

#warrantyForm legend {
	font-weight: bold;
}

#warrantyForm label {
	display: block;
	float: left;
	clear: none;
	width: 135px !important;
	width: 130px;
	margin: 0;
	padding: 0;
	/*color: #000;*/
	font-weight: normal;
	border: 0px solid #ccc;
}

/*#basicForm input, #basicForm textarea  {
	border-top:1px solid #000 !important;
	border-left:1px solid #000 !important;

	border-right:1px solid #D4D4D4 !important;
	border-bottom:1px solid #D4D4D4 !important;
}*/

#warrantyForm textarea   {
	margin: 0;
	padding: 0;
  /*background:#ccc;
  color: #3B2221;*/
  width: 305px;
}        

#warrantyForm input  {
  width: 190px;
	margin: 0;
  margin-bottom: 5px;
	padding: 0;
	border: 1px solid #ccc;
  /*background: #ccc;
  color: #3B2221;*/
}

#warrantyForm select {
  width: 190px;
	padding: 0;
	margin: 0;
  margin-bottom: 5px;
  /*background: #ccc;
  color: #3B2221;*/
	border: 1px solid #3B2221;
}

#warrantyForm input.radio, #warrantyForm input.tickBox, #warrantyForm input.checkbox  {
  width: 15px;
  height: 15px;
  border: 0;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  vertical-align: middle;
}

#warrantyForm input.checkbox  {
 background: #ccc !important; 
}

#warrantyForm .rightAlignButtons {
		text-align: right;
    width: 100%;
    margin-right:1em;
    padding-bottom: 5px;
}

#warrantyForm input.submit  {
  width: auto;
  float: right;
  margin-right: 5px;
  padding: 1px 3px;
  text-align: center;
  vertical-align: middle;
}

#warrantyForm input.button  {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #4F5556 !important;
  border-bottom: 1px solid #4F5556 !important;
  width: auto;
  margin: 0;
  padding: 1px 3px;
  background: #E4E4E4;
  /*font-size:9px !important;*/
  text-align: center;
  vertical-align: middle;
}


#warrantyForm .SubmitButton   {
        width:2.2em !important;
        height:1.6em !important;
        color: #000;
        background: #fff;
        }

/********** HIGHLIGHT BOX ***********/
#contactForm .highlightBox {
  display: block;
  padding: 1em;
  border: 1px dashed #4F5556;
  margin: 10px 40px 10px 0;
  background: #efefef;
  color:#000;
  text-align: left;
  width: 300px;
}

/*form br*/
form br {
  clear: left;
}

form p  {
  margin: 0px;
  padding: 0px;
  clear: both;/**/
}

.red, .required, .requiredField  {color:#841000;}
