* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 15px;
}

form .required {
	 font-weight:bold;
} /* uses class instead of div, more efficient */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 800px;
  max-width: 800px;
  width: 900px; 
}form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}#page-wrap {
	width: 900px;
	background: #000;
    padding: 10px 25px 10px 25px;
	margin: 0px auto;
	min-height: 900px;
	height: auto !important;
	height: 900px;
}#contact-area {
	width: 900px;
	margin-top: 10px;
}#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	margin-left: 5px;
	border: 2px solid #ccc;
}#contact-area textarea {
	height: 90px;
}#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}#contact-area input.submit-button {
	width: 100px;
	float: right;
}#catpcha-area {
	margin-left: 200px;
}
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #666666 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #000000 !important; //Text input field border color
   background-color:#000000 !important; //Text input field background color
   }
