/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles not really related to the forms*/



/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:80px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../imagem/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}


.buttonSubmitokk, .buttonSubmitokkHovered {
	width:84px;
	height:22px;
	color: #666666;#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../imagem/btn_f.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitokkHovered {
	background-position:left bottom;
}


/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
