@charset "utf-8";
/* CSS Document */

.customStyleSelectBox
{
	width:173px;
	height:22px;
	padding:3px;
	border:none;
	color:#666666;
	font-size:12px;
	background:url(../images/select.png) no-repeat left top;
}
.customStyleSelectBox.error
{
	background-position:left bottom;
}
.buttonbg
{
	background-position:left top;
}
.buttonbg:hover
{
	background-position:left bottom !important;
}
input.checkbox,input.radio
{
	position:absolute;
	display:block;
	left:-1000px;
}
label.checkbox,label.radio
{
	background: url(../images/checkbox.png) no-repeat left top;
	padding-left: 25px;
	display: block;
	line-height:18px;
	margin-bottom:4px;
}
label.checkbox.error
{
	background: url(../images/checkbox-error.png) no-repeat;
}
label.radio.error
{
	background: url(../images/radio-error.png) no-repeat left top;
}
label.checkbox.selected,label.radio.selected
{
	background-position:left bottom;
}
input[type="text"],textarea
{
	border:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:6px 5px 4px 5px;
}
input[type="text"]
{
	height:26px;
	width:206px;
	background:url(../images/text.png) no-repeat left top;
	line-height:26px;
	margin-bottom:3px;
}
textarea
{
	width:300px;
	height:110px;
	background:url(../images/textarea.png) no-repeat left top;
	line-height:17px;
	resize:none;
	margin-bottom:15px;
	overflow:hidden;
}
input[type="text"].error,textarea.error
{
	background-position:left bottom;
}
label.text
{
	display:block;
	margin-bottom:3px;
}
input[type="submit"]
{
	border:0;
	width:82px;
	height:37px;
	cursor:pointer;
	display:block;
	background:url(../images/submit.png) no-repeat left top;
}