/* my styles */



#content .jNice {
font-family:arial;
}
#content .main_forms {
font-size:1em;
}
#pass_right .std_label {
width:200px;
text-align:left;
height:30px;
color:#3d3f45;
}
.form_textarea {
width:400px;
height:100px;
background:url(/images/forms/text_area.gif);
}
#pass_right textarea {
padding:4px;
margin:5px;
color:#000;
font-family:arial;
}
#content .form_small {
font-size:0.8em;
font-weight:bold;
padding:0px;
margin:0px;
display:inline;;
}

/* -------------
 * Buttons
 * ------------- */

#content button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}
#content *:first-child+html button[type]{width: 1;} /* IE7 */

#content button span {
	background: transparent url(/images/forms/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 7px 0px 0px; /* sliding doors padding */
	margin: 0px;
	white-space:nowrap;
}
#content button span span {
	background: transparent url(/images/forms/btn_left.gif) no-repeat;
	color: #000;
	padding: 1px 4px 0px 12px;
	font-weight: normal;
	font-size: 12px;
	line-height: 23px;
	text-transform: lowercase;
	display: block;
	
	text-decoration: none;
        font-family:arial;
        font-weight:Bold;
}
/* -------------
 * Inputs
 * ------------- */
#content .jNiceInputWrapper {
	background: transparent url(/images/forms/input_left.gif) no-repeat left top;
	height: 30px;
	padding: 0px;

}

#content .jNiceInputInner {
	background: transparent url(/images/forms/input_right.gif) no-repeat right top;
	padding: 5px 4px 6px 8px;
	margin: 0px -1px 0px 0px;
}

#content .jNiceInputInner div {
	height: 19px;
}

#content .jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: auto;
	vertical-align: middle;
	height: 17px;
	color:#000;	
	border: 0;
	padding: 0px;
	margin: 0px;
}

#content .jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}

#content .jNiceSafari input {
	background-color: none;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 2px; 
}

/* -------------
 * Radios
 * ------------- */
#content .jRadioWrapper {float: left;}
#content .jNiceRadio,#content .jNiceRadio:hover {
	background: transparent url(/images/forms/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
#content .jNiceCheckbox {
	background: transparent url(/images/forms/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
#content .jNiceChecked,#content .jNiceChecked:hover { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
#content .jNiceSelectWrapper {
	width: 187px;
	position:relative;
	height: 24px;
       
}

#content .jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 157px;
	height: 20px;
	line-height: 15px;
        color:#000;
	padding: 3px 4px 0px 4px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-right: none;
        margin-left:3px;
 background:#fff;
}

#content .jNiceSelectWrapper div a{
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 25px;
	background: url(/images/forms/select_right.gif) no-repeat center center;
}
#content .jNiceSelectWrapper div a:hover{
	background: url(/images/forms/select_right_hover.gif) no-repeat center center;

}
#content .jNiceSelectWrapper ul {
	position: absolute;
	width: 182px;
	top: 24px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
margin-left:3px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
font-size:1em;
}

#content .jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#3d3f45;
        font-size:0.9em;
	background-color: #FFF;
	
}

#content .jNiceSelectWrapper ul a:hover { background:#666; color:#fff; font-size:0.9em;}
#content .jNiceSelectWrapper ul a.selected {background: #EDEDED; font-weight:bold;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
#content .jNiceHidden {display: none;}