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

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

 

/* -------------
 * Inputs Search
 * ------------- */
.jNiceInputWrapper {
	height:27px;
	width:174px;
	margin-right:8px;
	float:left;
}


.jNiceInputInner {
	background: transparent  url(http://www.servi-tek.net/images/global/images/login-input.png) no-repeat;
	 
}	



.jNiceInputInner {
	height:27px;
	width:174px;
	
}

.jNiceInputInner .myinput {

	font-family: "Verdana", Century Gothic,  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size:1em;
	vertical-align: middle;
	color:#333333;	
	border: 0;
	padding: 0px;
	margin: 5px 7px 4px 7px;
	width:160px;
	background-color:transparent !important;
	float:left;
	
}


.jNiceSafari div {
	height:27px;
	width:174px;
	position: relative;
	overflow: hidden;
	padding-top:6px;

}


.jNiceSafari .jNiceInputInner {
	height:27px;
	width:174px;

}

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




.jNice input { 
	background:none !Important;
	border:none !Important;
}

.jNice {
	height:27px;
}
.jNice label {
	padding-left:2px;
}


#login-box {
  display:none;
}
