input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
.textinput{
	width:236px;
	height:15px;
	background:url(../../images/niceforms/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinput_s{
	width:73px;
	height:15px;
	background:url(../../images/niceforms/input_s.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textarea{
	width:336px;
	height:125px;
	background:url(../../images/niceforms/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textarea_ie{
	width:336px;
	height:125px;
	background:url(../../images/niceforms/textarea.gif) -5px -159px;
	background-attachment:fixed;
	border:none;
	padding:4px 8px;
	overflow:hidden;
}
.button{
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:3px;
	background:url(../../images/niceforms/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.button_b{
	width:130px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:3px;
	background:url(../../images/niceforms/button_b.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}