html,body,div,p {
	color: #333333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}
body {background: #E9E9E9 url(images/pagebg.gif) repeat-y 50% 0; background-attachment: fixed; margin: 0; padding: 0;}

/* Generic Rules
----------------------------------------------- */
a:link,a:active {color: #B30000; text-decoration: none; border-bottom: 1px dotted #B30000;}
a:visited {color: #999; text-decoration: none; border-bottom: 1px dotted #999;}	
a:hover {color: #123974; border-bottom: 1px solid #123974;}  /*#F0630D*/
a img {border-width: 0; border-style: none;}

/* orange #EF8C23 */
.error{
	color: #FF0000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	font-size: 10px;
}	
.input{
	width: 90%;
}