#formStyle 
{ 

line-height: 1.2em; 
color: #444; 
width: 560px; 
clear: left;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 20px;
background-color: transparent;
font-size: 1em;
} 

#formStyle fieldset 
{ 
background-color: transparent;
border: 1px solid #ccc;
padding: 2px 2px 10px 2px;
background-repeat:repeat-x;
}
#formStyle legend 
{ 
background-color: transparent;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 5px; 
padding-right: 5px; 
margin-left: 10px; 
font-weight: bold; 
color: #404040;
font-size: .8em;
} 
#formStyle p 
{ 
margin-bottom: 4px; 
margin-top: 4px;
} 
#formStyle p input 
{ 
background: #fff; border: 1px solid #ccc;

} 
#formStyle label 
{ 
display: block; 
width: 250px; 
float: left; 
text-align: right; 
padding-right: 5px;
padding-bottom: 3px;
padding-top: 0px; 
} 

#formStyle label.small 
{ 
display: block; 
width: 200px; 
float: left; 
text-align: right; 
padding-right: 5px;
padding-bottom: 3px;
padding-top: 3px; 
} 



#formStyle label em 
{ 
color: #CC0000;
font-weight: bold;
} 
#formStyle  p span input 
{ 
vertical-align: middle; 
border: none; 
background: none;
} 
#formStyle strong 
{ 
margin-left: 154px;
 } 
#formStyle strong input 
{ 
background-color: #195620;
border-left: 1px solid #404040;
border-right: 1px solid #404040;
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
font-weight: bold; 
color: #ffffff; 
margin-top: 5px;
margin-bottom: 0px;
padding: 2px;
margin-left: 100px;
}

#formStyle strong input.small 
{ 
background: #1d467e;
border-left: 1px solid #656c86;
border-right: 1px solid #656c86;
border-top: 1px solid #656c86;
border-bottom: 1px solid #656c86;
font-weight: bold; 
color: #ffffff; 
margin-top: 5px;
margin-bottom: 0px;
padding: 2px;
margin-left: 75px;
}

#formStyle .reminder 
{
	margin-left: 175px;
	margin-top: -10px;
}
.required
{
color: #660000;
font-weight: bold;
list-style-type: none;
}

#formStyle input:focus, select:focus, textarea:focus
{
background-color: #FFF8DC;
color:#000; 
}

.accelerator
{
 text-decoration: underline;	
}
/*
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../members/assets/images/formbg.gif) repeat-x left top;
background-image: url(../members/view/assets/images/formbg.gif)repeat-x left top;
}*/

.formbutton
{
	
	background-color: #e1e1e1; 
	background-repeat: repeat-x; 
	border-top: 1px outset #C8AF4D; 
	border-left:1px outset  #C8AF4D; 
	border-bottom: 1px outset #d3bc59; 
	border-right: 1px outset #d3bc59; 
	width: 150px; 
	font-size: 12px; 
	padding: 3px; 
	margin-left: 3px;
		
}

.smformbutton
{
	
	background-color: #e1e1e1; 
	background-repeat: repeat-x; 
	border-top: 1px outset #C8AF4D; 
	border-left:1px outset  #C8AF4D; 
	border-bottom: 1px outset #d3bc59; 
	border-right: 1px outset #d3bc59; 
	width: 150px; 
	font-size: 12px; 
	padding: 2px;
	width: 50px;
	margin-left: 10px;
		
}




