/* CSS3 Effects 
---------------------------------------- */


/* rounded corners  */
span.corners-top, span.corners-top span, span.corners-bottom, span.corners-bottom span {
	 background-image: none; 
}

.navbar, .panel, .headerbar, .forumbg, .forabg, .post, .cp-mini {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


/* gradient */
.forabg, .forumbg {
	background-image: none;
}

.forabg, .forumbg {
	border-top: 1px solid #c8eaa7; 	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 50, from(#ADCD8D), to(#809867));
	background-image: -moz-linear-gradient(0% 50px 90deg, #809867, #ADCD8D);
}

input[type=submit], input[type=button], input[type=reset], a.button1, a.button2, a.button3  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset] :hover {
/*
	-o-box-shadow: 0 0 5px #c3bd9f;
	-moz-box-shadow: 0 0 5px #c3bd9f;
	-webkit-box-shadow: 0 0 5px #c3bd9f;
	box-shadow: 0 0 5px #c3bd9f; 
*/	
}

input[type=text], input[type=password]:focus, input.inputbox, textarea {
	padding: 0.5em;
/*
	-o-box-shadow: inset 0 0 5px #c3bd9f;
	-moz-box-shadow: inset 0 0 5px #c3bd9f;
	-webkit-box-shadow: inset 0 0 5px #c3bd9f;
	box-shadow: inset 0 0 5px #c3bd9f; 
*/	
	/* 0 offset, 5px blur */
}


input[type=text]:focus, input[type=password]:focus, input.inputbox:focus, textarea:focus {
	-o-box-shadow: 0 0 5px #c3bd9f;
	-moz-box-shadow: 0 0 5px #c3bd9f;
	-webkit-box-shadow: 0 0 5px #c3bd9f;
	box-shadow: 0 0 5px #c3bd9f; /* 0 offset, 5px blur */
}

.headerbar input.inputbox:focus {
/*
	-o-box-shadow: 0 0 5px #2e593e;
	-moz-box-shadow: 0 0 5px #2e593e;
	-webkit-box-shadow: 0 0 5px #2e593e;
	box-shadow: 0 0 5px #2e593e; 
*/	
	/* 0 offset, 5px blur */
} 

/* we love bots :) */
#register fieldset.fields2 dl:nth-of-type(16) { display: none }