/* -------------
 * Inputs Sign Up Page
 * ------------- */
.jNiceInputWrapper {
	width:403px;
}

.jNiceInputInner {
	background:url(../../images/contact/contact-input-box.png) no-repeat ;	
	height:28px;
	width:276px;
	behavior: url("Scripts/iepngfix.htc");
}

.jNiceInputInner .myinput {

 	height: 28px;
	width:276px;
}

.jNiceInputInner .myinput {

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


  
.jNiceSafari .myinput {
	height: 28px;
	width:256px;
	position: relative;
	overflow: hidden;
	padding-top:2px;
	padding-left:0px;
	
	
	
}

.jNiceSafari .jNiceInputInner {
	width:276px; 
	height:28px;
	

	
}

.jNiceSafari .myinput {
	background-color: transparent !important;
	top: 0;
	padding-left:0px;
	left:1px;
	outline:none;
	
}




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


.jNice {
	padding-left: 20px;
	padding-top: 20px;
} 

input { height: auto; }