form  p
{
margin: .6em 0 ;
padding:3px 0 5px 0;
}

label {
	height:35px;
	line-height: 35px;	
	margin-right: 5px;	
	padding-left:6px;	
	float:left;
	display:block;	
	font-size: 105%;
	color:#333;
}


input.user {
   background-image: url(../images/user.png);
   background-repeat: no-repeat;
   background-position:left;
   background-color:#fff;
   width:150px;
   color: #666;
   padding:3px 5px 3px 19px;
   font-size: 2em;
   font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
   border: 1px solid #ccc;
   height: 25px;
  
}


input.passw{
    background-image: url(../images/passw.png);
    background-repeat: no-repeat;
   	background-position:left;
   	background-color:#fff;
	width:150px;
    color: #666;
    padding:5px 5px 3px 19px;
	font-size: 1em;
	border: 1px solid #ccc;
	height: 25px;
	line-height: 25px;
	 font-size: 2em;
	}
	
input.textbox {
	background-image: url(../images/arrow.png);
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	width:290px;
	color: #666;
	padding:5px 5px 3px 22px;
	height: 25px;
	border: 1px solid #ccc;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	 font-size: 2em;
}
	
.button {
	background: #e6e6dc;
	font-size:12px; 
	color: #900; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	margin-left: 148px;
}