form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	color: #153532;
	font: 12px normal Arial, Helvetica, sans-serif;
  	margin: 0;
  	padding: 0;
  	min-width: 500px;
  	max-width: 400px;
  	width: 560px; 
}

form #login {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	color: #153532;
	font: 12px normal Arial, Helvetica, sans-serif;
  	margin: 0;
  	padding: 0;
  	min-width: 220px;
  	max-width: 220px;
  	width: 220px; 
}

form #login label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form fieldset {
	clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border: 1px solid #153532;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset legend {
	 /* 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  */
	color: #FFF;
	background: #153532;
	border: 1px solid #153532;
	padding: 2px 6px;				   
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-size: 90%;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

 input.submit {
	color: #EBF1FA;
	background: #153532;
	border: 1px solid #345184;
	cursor: pointer;
	margin-top: 2em;
	margin-bottom: 2em;
}

textarea { 
	overflow: auto; 
	width: 200px;
	height: 100px;
	font-size: 90%;
}

form br {	clear:left;}

#contentForm {
	margin: 0;
	padding:  1.3em;
	background: #FEFAF5;
}

#contentFormLogin {
	margin: 0;
	padding:  0;
	background: #FEFAF5;
}

/* Error message on Contact form */
#theForm .red {border: 1px solid #BF4E4B;}
#theForm label.red {border: none; color: #BF4E4B;}
#theForm .customRed {border: none; color: #BF4E4B;}

#validationMessage {
	padding: 5px;
	border: 1px solid #BF4E4B;
	margin: 0;
	color: #BF4E4B;
	font-weight: bold;
	display: none;
	background-color: #FFC;
}

#validationMessage ul {	padding: 15px; color: #000;}





#theform {
	background-color: #153532;
	width: 40em;
	}
#theform fieldset {
	height: 20em;
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	font-size: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}
#theform fieldset div.help {
	color: #B9C0AE;
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	font-style: italic;
	display: block;
	line-height: 1.5em;
	color: #FFF;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5em;
	border: 10px solid #FEFAF5;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}

.eclub123 {color:#FEFAF5;}

.smallForm {font-size: 90%; margin-left: 10.1em;}
.smallFormat {font-size: 90%; }
#contact-overlay {background-color:#000; cursor:wait;}