/*iocstyle.css wrtten by Naji Naeem @ Pissfactory for www.iocircuits.com*/

a#memberSection{
	float: right;
	margin: 0 5px 0 0;
	font-size: 80%;
}

a#regLink{
	float:right;
	margin:5px 25px 0 0;
	text-decoration:none;
	border:none;
}

div#loginBox{
	position: relative;
	width: auto;
	height:auto; 
	background: none; 
	border:none;
	margin: 20px 0 0 20px;
	padding: 0 0 5px 0;
}

#alerts {

	background: #686868;

}

#loginAlerts {

	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;

}

form ol {  
	padding: 0;  
	margin:20px 0 0 0;
	list-style: none; 
} 


form#login input{
	border: none;
	margin: 3px 0;

}

#loginBox p {
	color: #99cc00;
}

.errorMsg {
	margin: 0;
	color: #0099cc;

}

#loginBox .errorMsg {
	margin: 0;
	color: #0099cc;
	
}

form#login input.button{

	width:62px;
	height:27px;
	padding:0 0 5px 0;
	color: #666600;
	margin:15px 0 0 0;
	background: url(../images/button.gif) top center no-repeat;
}

form#login input.button:hover{
	
	color: #ffffff;
}

form#login input.button:active{

	background: url(../images/buttonpress.gif) top center no-repeat;
}