.textField {
padding-top:2px;
padding-left: 3px; 
width:214px;
height:20px;
border:0px;
background:url(/images/textfield.png) no-repeat;
font-size:12px;		
color:#666;
font-family:Arial, Helvetica, sans-serif;

	
}

.textArea {
padding-top:2px; 
width:214px;
height:102px;
border:0px;
background:url(/images/textarea.png) no-repeat;
font-size:12px;	
font-family:Arial, Helvetica, sans-serif;
color:#666;
scroll: none;
overflow: auto;

	
}

a{
text-decoration:none	
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#helpholder{
background:url(/images/backing.png);
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:1000;
vertical-align:middle;
}

#help {
width:540px;
height: 480px;
margin: 5% auto;
background: url(/images/helpbg.png) top center no-repeat;
}

#help p {
font-size: 80%;
}

#helpheader {
width: 490px;
height: 120px;
background: url(/images/helpheader.png) center center no-repeat;
}

#helpheader img {
margin: 10px 0 0 10px;
}

#helpbox {
margin: 15px 25px 0 25px;
}
#captcha_close {
	margin: 0 30px 0 0;
	float: right;
	}
select {
font-size: 12px;
	}





