.loginArea1 form input[type="text"],
.loginArea1 form input[type="password"]
{
	/*-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
	background: #e8f9f7 url(../images/icons.png) no-repeat;
	border: 1px solid #ceeae7;
	color: #777;
	font: 13px;
	margin: 0 0 10px;
	/* padding: 8px 10px 8px 40px;  */
	padding: 4px 8px 4px 40px; 
	//width: 80%;
}