/*[fmt]1A90-1A0A-3*/
/*RESET*/
.bgtniceforms_styled_wrap {
	position: relative;
}
.bgtniceforms_styled_element {
	position: absolute;
	left: 0;
	top: 0;
}
.bgtniceforms_styled {
	position: relative;
	width: auto;
	opacity: 0;
	margin: 0;
	padding: 0;
	float: none;
	filter: alpha(opacity=0);
	z-index: 5;
}
.bgtniceforms_styled_disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*Make radios/checkboxes inline by default*/
div.bgtniceforms_styled_radio_wrap, div.bgtniceforms_styled_checkbox_wrap {
	display: inline-block;
	=display: inline;
	vertical-align: middle;
}
/*radios*/
div.bgtniceforms_radio {
	width: 23px;
	height: 23px;
	background: url(img/bgradiospng.ashx) no-repeat 0 0;
}
div.bgtniceforms_radio.selected {
	background-position: 0 -24px;
}
/*checkbox*/
div.bgtniceforms_checkbox {
	width: 15px;
	height: 17px;
	background: url(img/checkboxespng.ashx) no-repeat 0 0;
}
div.bgtniceforms_checkbox.selected {
	background-position: -15px 0;
	width: 19px;
}
/*selects*/
div.bgtniceforms_select {
	background: url(img/selectspng.ashx) no-repeat 0 0;
	width: 200px;
	height: 30px;
	padding-left: 5px;
	line-height: 30px;
}
div.bgtniceforms_select span {
	background: url(img/selectspng.ashx) no-repeat 100% -30px;
	display: block;
	height: 30px;
	padding-left: 5px;
}
div.bgtniceforms_select.hasfocus {
/*onfocus styles*/
}
