/* -------------
 * 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('https://img.en25.com/eloquaimages/clients/McAfee/{f1dfabb6-7726-4e05-b8ec-8da89e1bdf58}_btn_right.gif') no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url('https://img.en25.com/eloquaimages/clients/McAfee/{02954f9b-2971-468c-8bfb-7401464e7d95}_btn_left.gif') no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url('https://img.en25.com/eloquaimages/clients/McAfee/{e8160430-95a3-4bf4-b504-489fe9415296}_input.gif') no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url('https://img.en25.com/eloquaimages/clients/McAfee/{e8160430-95a3-4bf4-b504-489fe9415296}_input.gif') no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*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; }


/* -------------
 * Inputs
 * ------------- */
.jNiceTextareaWrapper {
	background: transparent url('http://img.en25.com/eloquaimages/clients/McAfee/{fd591e67-ea4d-4216-bd25-e732f0622c99}_textarea.gif') no-repeat left top;
	float:left;
}

.jNiceTextareaInner {
	background: transparent url('http://img.en25.com/eloquaimages/clients/McAfee/{fd591e67-ea4d-4216-bd25-e732f0622c99}_textarea.gif') no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceTextareaInner textarea {
	font-family:Arial;
	font-size: 12px;
	color:#404040;	
	height: 67px;
	*height: 65px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceTextareaWrapper_hover { background-position: left bottom; }
.jNiceTextareaWrapper_hover .jNiceTextareaInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url('https://img.en25.com/eloquaimages/clients/McAfee/{c0b9acaf-5dad-4786-9176-4a328fd22fdb}_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('https://img.en25.com/eloquaimages/clients/McAfee/{62428211-6412-4647-b40f-4e3352033144}_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;}

.jNiceSelectWrapper {
	height: 23px;
	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: 21px;
	line-height: 21px;
	padding: 0px 5px;
	color:#000000;
	border: 1px solid #888;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
	font-family:Arial !important;
	font-size:12px !important;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 27px;
	height: 23px;
	background: url('https://img.en25.com/eloquaimages/clients/McAfee/{ca1872b6-c999-49a5-8887-d94c8fa01f2f}_select_right.gif') no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 22px;
	background-color: #FFF;
	border: solid 1px #888;
	height: 160px;
	position:absolute;left:0px;list-style:none;display: none;margin:0 !important;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul li{
	width: 100%;
	text-align: left;	
}

.jNiceSelectWrapper ul a {
	color:#000000;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.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;}