form {
	margin: 20px;
}

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}

/*Forms defaults - change as needed*/
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

/*Text inputs*/
.txtInput,.txtInputHovered {
	height: 15px;
	background: url(../images/input_bg.gif) repeat-x left top;
	border: none;
	padding: 4px 0;
	vertical-align: middle;
	border: 0px solid #FFFFFF;
}

.txtInputHovered {
	background-position: left bottom;
}

.inputRounder {
	padding-bottom: 0;
	vertical-align: middle;
}

/*Text areas*/
.txtarea .tr,.txtarea .tr_xon {
	background: url(../images/txtarea_tr.gif) no-repeat top right;
}

.txtarea .tr_xon {
	background: url(../images/txtarea_tr_xon.gif) no-repeat top right;
}

.txtarea img.txt_corner {
	width: 5px;
	height: 5px;
	display: block;
}

.txtarea .br,.txtarea .br_xon {
	background: url(../images/txtarea_br.gif) no-repeat top right;
}

.txtarea .br_xon {
	background: url(../images/txtarea_br_xon.gif) no-repeat top right;
}

.txtarea .cntr {
	background: url(../images/txtarea_cntr.gif) repeat-y right top;
}

.txtarea .cntr_xon {
	background: url(../images/txtarea_cntr_xon.gif) repeat-y right top;
}

.txtarea .cntr_l,.txtarea .cntr_l_xon {
	width: 5px;
	background: url(../images/txtarea_l.gif) repeat-y left top;
	float: left;
}

.txtarea .cntr_l_xon {
	background: url(../images/txtarea_l_xon.gif) repeat-y left top;
}

.txtarea textarea {
	border: 0;
	background: none;
	padding: 0;
	margin: 5px;
}

/*Button*/
.buttonSubmit,.buttonSubmitHovered {
	width: auto;
	height: 26px;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	background: url(../images/button_bg.gif) repeat-x left top;
	cursor: pointer;
	border: none;
}

.buttonSubmitHovered {
	background-position: left bottom;
}

.buttonImg {
	vertical-align: bottom;
}
span.required {
	color: red;
}