/* ------------- * Buttons * ------------- *//*button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}*:first-child+html button[type]{width:1;} /* IE7 *//*button span {	background: transparent url(../images/form_elements/btn_right.gif) no-repeat scroll right top;	display: block;	padding: 0px 4px 0px 0px; 	margin: 0px;}button span span {	background: transparent url(../images/form_elements/btn_left.gif) no-repeat;	color: #FFFFFF;	padding: 1px 4px 0px 8px;	font-weight: normal;	font-size: 10px;	line-height: 13px;	text-transform: lowercase;	display: block;	text-decoration: none;}*//* ------------- * Inputs * ------------- */.jNiceInputWrapper {	background: transparent url(images/form_../images/form_elements/input.jpg) no-repeat left top;}.jNiceInputInner {	background: transparent url(../images/form_elements/input.jpg) no-repeat right top;	padding: 8px 8px 2px 8px;
	width: 252px;}.jNiceInputInner input {	font-family:Arial, Helvetica, sans-serif;
	width: 256px;	font-size: 13px;	color:#454545;		line-height: 21px;	height: 21px;	*line-height: 15px;/* IE Hacks */	*height: 15px;/* IE Hacks */	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;}.jNiceInputWrapper_hover { background-position: left bottom; }.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }/* ------------- * Radios * ------------- */.jRadioWrapper { float: left; z-index: 2; }.jNiceRadio {	background: transparent url(../images/form_elements/radio.gif) no-repeat center top;	height: 18px;	width: 18px;	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;}/* ------------- * Checkboxes * ------------- */.jNiceCheckbox {	background: transparent url(../images/form_elements/checkbox.jpg) no-repeat center top;	height: 16px;	width: 16px;	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;}/* ------------- * Checked - Used for both Radio and Checkbox * ------------- */.jNiceChecked { background-position: center bottom;}/* ------------- * Selects * ------------- */.jNiceWrapper select {border:none;margin:0;padding:0; width: 245px;}

.jNiceWrapper select.small_select {
	width: 100px;
}.jNiceSelectWrapper {	height: 31px;	left:0px;top:0px;z-index:3;position:absolute;}.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}.jNiceSelectWrapper .jNiceSelectText {	height: 31px;	line-height: 31px;	padding: 0px 8px;
	font-weight: bold;	border-right: none;	background: url(../images/form_elements/select.jpg) no-repeat;	overflow:hidden;float:none;position:absolute;z-index:100;}.jNiceSelectWrapper .jNiceSelectOpen {	width: 16px;	height: 31px;	background: url(../images/form_elements/select_right.jpg) no-repeat center center;	z-index:100;display:block;position:absolute;right:0px;}.jNiceSelectWrapper ul {	top: 31px;	background-color: #E9E9E9;	border: solid 1px #CECECE;	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 100%;height:150px;}.jNiceSelectWrapper ul a {	color:#454545;	background-color: #EDEDED;	display:block;padding:5px;text-decoration:none;}.jNiceSelectWrapper ul a:hover { background:#cccccc; color: #FEFEFE; }.jNiceSelectWrapper ul a.selected {background: #cccccc; color:#FEFEFE;}.jNiceFocus { border: dotted 1px #666666; }.jNiceHidden {opacity:0;z-index:-1;position:relative;}.jNiceWrapper {position:relative;vertical-align:top;}.jNiceWrapper input {outline:none;moz-outline:none;}

.jNice label{
	margin-bottom: 14px;
	display: inline-block;
	font: 13px Arial;
	font-weight:bold;
}

.jNice label.label_regular{
	font-weight: normal;
	padding-left: 8px;
}

.jNice{
	font-family: Arial;
}

.jNice ul.extras li{
	float: left;
	width: 268px;
	margin-right: 48px;
}

.jNice textarea{
	background: url(../images/form_elements/textarea.jpg) no-repeat;
	border: none;
	padding: 10px;
	color: #454545;
	width: 248px;
	height:169px;
	line-height: 1.5em;
	font: 13px Arial;
}

.jNice textarea.jNiceFocus{
	background: url(../images/form_elements/textarea.jpg) no-repeat 0px -189px;
	border: none;
	padding: 10px;
	color: #454545;
	width: 248px;
	height:169px;
	line-height: 1.5em;
	font: 13px Arial;
}