/* CSS Document */
body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	height: 449px;
	width: 349px;
	margin:60px auto 0 auto;
}

#head{
height: 50px;
	width: 380px;
	float:left;
background:url(lock-icon.gif) no-repeat 0 0;
padding:0 0 0 30px;
margin:0 0 0 20px;}

h2{
font-size:24px;
font-weight:normal;
color:#1f1f1f;
margin:0;
line-height:50px;}

#bg{
width: 332px;
height: 388px;
float:left;
background:url(login-bg.gif) no-repeat 0 0;
	
}

.button {
	background: url(login-but-bg.gif) no-repeat 0 0;
	height: 31px;
	width: 70px;
	font-size: 15px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 31px;
	float:right;
	margin:0 30px 0 0;
	cursor:pointer;
}

.button:hover {
background: url(button-hover.gif) no-repeat 0 0;
}
#fieldbox {
	float: left;
	height: 220px;
	width: 290px;
	margin:100px 0 0 30px;
}
.usertext {
	font-size: 12px;
	line-height: 18px;
	color: #eae7ff;
	text-decoration: none;
	text-align: left;
}
.feilds {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	height: 27px;
	width: 234px;
	border: 1px solid #c4bdea;
}
