/*##########################################
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:150px;
	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;
}

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


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

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