/* Start of CMSMS style sheet 'Funky-forms' */
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	padding-left:2px;
	line-height:16px;
margin-left:10px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Text inputs*/
.textinput {
	height:15px;
	background:url(images/inputBG.gif) no-repeat left top;
	border:none;
	padding:4px 12px;
	vertical-align:middle;
}
.textinput:hover {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}


/*Button*/
.buttonSubmit {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 8px;
	background:url(../images/buttonBG.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmit:hover {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}
/* End of 'Funky-forms' */

