/* CSS Document */
/*=============*/
/* member form styles */

form {
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid #333;
	padding-bottom: 5px;
	margin-top: 5px;
	
}

.sub-set {
	clear: both;
	border: none;
	float: left;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right:20px;
	margin-left:20px;
}

legend
{
font-weight: bold;
color: #003333; 
}

#member_form div.row {
	clear: both;
 	padding-top: 5px;
 	padding-bottom: 0;	
	margin-bottom: 0;
  /*width: 685px;*/
  	float: left;
 	width: 100%;
  	font-size: 1em;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	}

#member_form div.row .normaltext {
	font-size: .8em;
	line-height: 1em;
	font-weight: normal;
}	

#member_form div.row div.message {
	text-align: left;
	margin: 2px;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.1em;
	}

#member_form div.row span.error {
	color: Red;
}	


#member_form div.row span.label-left  { 
	text-align: right; 
	margin: 0; 
	padding-top: 0px; 
	padding-right: 3px;
	line-height: 1.4em; 
	width: 30%; 
	float: left;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 }

#member_form div.row span.label-left-left  { 
	text-align: left; 
	margin: 0; 
	padding-top: 0px; 
	padding-right: 3px; 
	line-height: 1.4em;
	width: 30%; 
	float: left;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 }


#member_form div.row span.form-right {
  float: right;
  width: 69%;
  text-align: left;
  margin:0;
  line-height: 1.4em;
  font-size: .8em;
} 
#member_form div.row span.form-left {
  float: left;
  width: 30%;
  text-align: right;
  margin:0;
  line-height: 1.4em;
  }


#member_form div.row span.label-right  { 
	font-size: 0.9em; 
	text-align: left; 
	margin: 0; 
	padding-top: 0px; 
	padding-left: 3px; 
	line-height: 1.4em; 
	width: 60%; 
	float: right 
	}   

#member_form div.row span.fullwidth {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 3px;
  padding-top: 2px;
  margin:0;
  }
/*=============*/
