/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/


div#form {width:250px; margin:0 auto;}


form,fieldset,input,label{margin:0;padding:0;}
fieldset{border:0;}



/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#efefb9 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #bfb06d;
	color:#905d36;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#captcha { margin-top: 95px; }
#captcha input { width: 70px !important; }
#captcha img { position: absolute; left: 110%; top: -2px; margin-left: 90px; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:15px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.html");
	width:64px;
	height:20px;
	border:1px solid ;
	cursor:pointer;
	}

  
  
  
  
  
  
  
  
  
  


#horiz-form {
	width:860px;
	/*margin:20px auto;*/
height:105px;
/* margin: 0 0 0 83px; */
position:absolute;
top:15px;
left:-3px;
	}
	
	#horiz-form label {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#EFEFB9;
	margin:0;padding:0;


	}
	
#horiz-form form {
	width:350px;
	margin:0;
	}

#horiz-form input, #horiz-form textarea, #horiz-form select { 

	width:145px;
	}

#horiz-form select { width:150px; padding:0; } 

#horiz-form textarea { height:43px; overflow:auto; }

#horiz-form dl {
	width:155px;
	float:left;
	}		
  
  #horiz-form input.submit {width:150px;}
  
  
  #contact_business { display:none; }
  
  body#thankyou {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	background: url(../html/images/bg_13.jpg);
	}
  
  
  body#thankyou #wrap { background:#EFEFB9; border:10px solid #BFB06D; padding:20px; width:762px; margin:100px auto; }
  
  div#form-td{position:relative;}
  
  
  div#aacd {
	width:172px;
	height:77px;
	background: url(../images/aacd.gif) no-repeat;
	display:block;
	position:absolute;
	top:28px;
	left:430px;
}
div#aacd a#link1 {
	position:absolute;
	left:280px;
	color:#FFF;
	top:10px;
}
div#aacd a#link2 {
	position:absolute;
	left:280px;
	color:#FFF;
	top:40px;
}
  
  div#aacd-inside {
	width:172px;
	height:77px;
	background: url(../images/aacd.gif) no-repeat;
	display:block;
	position:absolute;
	top:568px;
	left:430px;
}
div#aacd-inside a#link1 {
	position:absolute;
	left:280px;
	color:#FFF;
	top:10px;
}
div#aacd-inside a#link2 {
	position:absolute;
	left:280px;
	color:#FFF;
	top:40px;
}
div#aacd-inside-contact {
	width:172px;
	height:77px;
	background: url(../images/aacd.gif) no-repeat;
	display:block;
	position:absolute;
	top:628px;
	left:430px;
}
div#aacd-inside-contact a#link1 {
	position:absolute;
	left:280px;
	color:#FFF;
	top:10px;
}
div#aacd-inside-contact a#link2 {
	position:absolute;
	left:280px;
	color:#FFF;
	top:40px;
}
  
 body#contact div#aacd {
 width:172px;
 height:77px;
 background: url(../images/aacd.jpg) no-repeat;
 display:block;
 float:right;
 margin: 25px 0 0 120px;
 }
