ul.error {
  	color: #c03;
  	font-weight: bold;	
	margin-bottom: 10px;
	margin-left: 5px;
	
}

.errorholder
{
	background-color: #D4BB16;
	font-size: 85%;
	padding: 2px 2px 2px 5px;
	margin-left: 5px;
	width: 70px;
}

#errormsgs {
	margin-left: 20px;	
}

.errorfield {
   	border: 2px solid red;
}

h2 {
	margin: 0 0 0 3px;
}

h3 {
	margin-left: 14px;	
}
/*rounded corners*/
.container .container .top-left,.container .container .top-right,.container .container .bottom-left,.container .container .bottom-right{background-image:url('../img/rounded_corners_form.gif')}
form .top-left{margin-top:17px}
form .bottom-left{clear:left}
form .bottom-right{margin-bottom:20px}
form{width:367px}
.formframe {
  	background-color: #E5E2EB;
  	color: #666666;
	clear: both;
	padding-left:15px;
	width: 352px;
}

.formframe fieldset {
	width: 170px;	
	margin:5px 0;
	float: left;
	white-space: nowrap;
	border: none; 
	display: inline; /* IE6 fix for doubled margin bug */

}

.formframe fieldset.wide {
    width: 500px;
}

.formframe fieldset.wide input {
    width: 350px;
}

.formframe label 
{
  	background-color: #E5E2EB;
  	color: #715774;
	display: block;
  	font-weight: bold;
  	line-height: 1.3em;
	margin-bottom:3px;
}

.formframe label img
{
	margin-bottom: 4px;
}

.formframe fieldset input 
{
	width: 160px;	
	clear: left;
}

.formframe span label 
{
	display: inline;
  	background-color: #E5E2EB;
  	color: #666666;
  	font-weight: normal;
  	margin-right: 10px;
	width: auto;
	float: none;
}

.formframe span input 
{
	width: auto;	
	clear: none;
	margin-left: 5px;
}


.formframe .hr {
	margin: 10px 18px 10px 0;
} 


.formframe ul 
{
	margin: 10px 0 0 5px;
	padding-bottom:10px;
}

.formframe ul li {
	display: inline;
	padding-right: 20px;	
}

.maincontent p {
 	clear: left;	
	margin: 5px; 
	width: 370px;	
}

.formframe div.dob {
	width: auto;	
}

div.buttons
{
	clear: both;	
}

div.buttons input
{
	width: 93px;
	height: 35px;
}
div.buttons input#loginbtn 
{
	width: 48px;
	margin:5px;
	height:auto;
}
