/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults*/

form{margin:0; padding:0;}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:201px;
	height:16px;
	background:url(../images/form.jpg) no-repeat left top;
	border:none;
	padding:6px 8px 4px 8px;
	margin-bottom:4px;
}
.textinputHovered {
	background-position:left bottom;
}

form a{font-size:11px; color:#333333; text-decoration:underline;}

/*Button*/
.go {
	width:39px;
	height:31px;
	background:url(../images/go.jpg) no-repeat;
	cursor:pointer;
	border:none;
	position:relative;
	right:0px;
	float: right;
	bottom: 33px;
}


