html, body {
	width: 100%;
	height: 100%;
	min-width:860px;
	
	
	
}
/* */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #333333;
	width: 100%;
	font-weight:regular;
	text-align:center;
	background: url(images/bg3.gif) repeat-x top;


	
	
}

#pageContainer {
	visibility:hidden;border: 2px solid #2d4561;
	display:block;
	width: 860px;
	height: 1px;
	margin: 0 auto;

}
.pageContainer #container {
	width: 713px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #dcc849;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 0px 0px;
	margin-top:0px;
}
.pageContainer #mainContent {
	padding: 0px 0px 0px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */

}


/* H Tags
-------------------------------------------------------------- */
h1, h2{
	font: normal 16px/24px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: left;
}

h1 {

	visibility:hidden;
}


h2 {
	font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}


/* P + General Content Tags - Logo
-------------------------------------------------------------- */
.error { color: #cc3300;
text-align: center;
} /* visibility:hidden; need to be removed, otherwise cant show up*/

.img_logo{
	display:block;
	float:left;
	font-weight:bold;
	margin-right: 20px;
	background:url(images/logo_big.gif) no-repeat;
	background-position:left;
	margin-bottom: 40px;
	width:713px;
	height:210px;
}
.img_logo span { visibility:hidden; }/* if there is an image - put a name of your image/ visibility:hidden; need to be removed, otherwise cant show up*/

/* END P + General Content Tags 
-------------------------------------------------------------- */


#form {
	background: #fff;
	padding:0px;
	
	
}
#form td{
	padding: 0px ;
	
}
.formStatus{
	padding-top: 15px ;
	
}


#phoneTable, .address {
   font-weight:bold;
   font-size:11px;
   }

.phoneLabel{
	display:block;
	float:left;
	font-weight:bold;
	font-size:11px;
	margin-right: 20px;
}
.formBasic {
	
	clear:both;
}

.formHalf {
	width: 600px;
}

.formBasic div  {
	padding: 3px 0;
	border-bottom: 1px solid #ffffff;
}
div.tabs > div {
	margin: 15px 0 0 15px;
	width: 660px;
	position:relative;
}


.formBasic label {
	display:block;
	float:left;
	font-weight:normal;
	margin-right: 20px;
}

.formHalf label{
	width: 180px;
	text-align: right;
}

fieldset {

	border:none;
}

input, textarea, select {
	font: 11px/14px Helvetica, Arial, sans-serif;
	padding: 2px;
	color: #333;
}
.formBasic fieldset input, .formBasic fieldset label, .formBasic fieldset a, .formBasic fieldset span {
	display:table-cell;
	display:inline-block;
	float:left;
	margin-right:5px;
	width:auto;
}

.formBasic fieldset span.phoneEntry {
	padding-top: 5px;
}




.moreOptions a{
	font-weight: bold;
	font-size: 11px;
	color: #d57500;
	margin-left: 200px;

}

.formBasic fieldset button, .formButton{
	display:block;
	float: left;
	padding: 4px;
	font-weight:bold;
	color:#black;
	border:1px solid white;
	font-size:9px;
	background-color:#eaeaea;
	text-decoration: none;
	}
.formBasic .moreOptions, .formBasic .moreOptions div {
	border:none;
	color: #3F5972;
}

.formButton{
	margin-left: 200px;
	margin-top: 20px;
	font-size:11px;
	background-color:eaeaea;

	
	}
.bufferLeft {
	margin-left: 10px;
}



.space{
	height:80px;
}
.formButton_
{text-decoration: none;}


