
/* -------------
 * Buttons
 * ------------- */
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{ width: 1px; } /* IE7 */


/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
		float:left;
	width:206px;
}


.jNiceInputInner {
	background: transparent  url(../images/search-input2.jpg) no-repeat right top;
	width:206px;
}


.jNiceInputInner {
	height: 29px;
	width:206px;
}

.jNiceInputInner .myinput {

	font-family: "Verdana", Century Gothic,  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size:.8em;
	text-transform:capitalize;
	vertical-align: middle;
	color:#000000;	
	border: 0;
	padding: 0px;
	margin: 8px 0px 4px 8px;
	width:190px;
	background-color:transparent !important;
	
}


.jNiceSafari div {
	height: 29px;
	width:206px;
	position: relative;
	overflow: hidden;
	padding-top:5px;

}


.jNiceSafari .jNiceInputInner {
	width:206px; 
	height:29px;

}

.jNiceSafari .myinput {
	background-color: transparent;
	position: absolute;
	top: -.45em;
	padding-left:0px;
	left:1px;
	outline:none;
	
}


/* -------------
 * Inputs home search
 * ------------- */


.jNiceInputWrapper22 {
	width:226px;

}

.jNiceInputInner22 {
	background: transparent  url(../images/search-input2.jpg) no-repeat right top;
	height:29px;
	width:226px;

}

.jNiceInputInner22 .myinput22 {

 	height: 29px;
	width:226px;
}

.jNiceInputInner22 .myinput22 {

	font-family: "Verdana", Century Gothic,  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size:.9em;
	text-transform:capitalize;
	color:#000000;	
	border: 0;
	padding: 0px;
	margin: 8px 0px 4px 8px;
	width:210px;
	background-color:transparent !important;
	outline:none;
}





.jNiceSafari22 .myinput22 {
	height: 29px;
	width:229px;
	position: relative;
	overflow: hidden;
	padding-top:0px;
	
	
	
}

.jNiceSafari22 .jNiceInputInner22 {
	width:210px; height:29px;
	

	
}

.jNiceSafari22 .myinput22 {
	background-color: transparent;
	position: absolute;
	top: -.85em;
	padding-left:2px;
	left:1px;
	outline:none;
	
}




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

