/* ------------- * Inputs * ------------- */.jNiceInputWrapper {	background: transparent url(../elements/input.gif) no-repeat left top;	float:left;}.jNiceInputInner {	background: transparent url(../elements/input.gif) no-repeat right top;	padding: 2px 4px 2px 0;	margin: 0 0 0 4px;}.jNiceInputInner input {	font-family:Arial, Helvetica, sans-serif;	font-size: 12px;	color:#404040;		line-height: 19px;	height: 19px;	*line-height: 17px;/* IE Hacks */	*height: 17px;/* 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(../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(../elements/checkbox.gif) no-repeat center top;	height: 18px;	width: 18px;	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;height:23px;line-height:21px; color:000000;}.jNiceSelectWrapper {	height: 21px;	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: 23px;	line-height: 21px;	padding: 0px 0px 0px 2px;	border: 0px solid #CCCCCC;	border-right: none;	background-image: url(../elements/ddBack.gif);	background-repeat: repeat-x;	background-position: top;	background-color: #d4d5d6;	color: #5b3f3c;	overflow:hidden;float:none;position:absolute;z-index:100;}.jNiceSelectWrapper .jNiceSelectOpen {	width: 21px;	height: 23px;	background: url(../elements/select_right.gif) no-repeat center center;	z-index:100;display:block;position:absolute;right:0px;}.jNiceSelectWrapper ul {	top: 21px;	background-color: white;	border: solid 1px #CCC;	max-height: 350px;	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 100%;}.jNiceSelectWrapper ul a {	color: black;	display:block;padding:1px;	text-decoration:none;}.jNiceSelectWrapper ul li {padding:0px;margin: 1px;text-decoration:none;}.jNiceSelectWrapper ul a:hover { background: #f9ecf1; text-decoration: none;  }.jNiceSelectWrapper ul a.selected {}.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;}textarea{	background-color: #fde8f1;	border: 1px solid #fde8f1;}textarea:focus{	background-color: #fdcbe1;	border: 1px solid #6f1200;}.sitebuttonnormal{	line-height: 18px;	width: 90px;	background-color: #fde8f1;	border: 0px;}.sitebuttonhover {	line-height: 22px;	width: 90px;	background-color: #fdb7d6;	color: #5b3f3c;}.subBut{	text-align: right;	margin: 12px;}
