#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;}




/* cc  payment form */
/* form style */
#myform {
	/* background:#333 url(/img/gradient/h300.png) repeat-x; */
	background:#333;	
	padding:15px 20px; 
	color:#eee;
	width:450px;
	margin:0 auto;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	float:left;
} 

/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding:0;
	/* background:#333333 url(/tools/img/logo-medium.png) no-repeat scroll 215px 40px; */	
	background:#333;	
}

/* typography */
#myform h3 	{ color:#eee; margin-top:0px; }
#myform p 	{ font-size:11px; }


/* input field */
#myform input, #myform select {
	border:1px solid #444;
	background-color:#666;
	padding:5px;
	color:#ddd;
	font-size:12px;
	
	
	/* CSS3 spicing */
	text-shadow:1px 1px 1px #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
}

#myform input:focus 		{ color:#fff; background-color:#777; }
#myform input:active 	{ background-color:#888; }


/* button */
#myform button {
	outline:0;
	border:1px solid #666;	
}


/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px !important;
	border:0px solid #E1E16D;
	padding:4px 10px;
	color:black !important;
	display:none;	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

.error p {
	margin:0;
	color:black !important;		
	font-size:11px !important;
}

/* field label */
label {
	display:block;
	font-size:11px;
	color:#ccc;
}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}

