*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #949494 url(images/stripe.png) repeat-x;
}
h2{
	color: #FFFFFF;
}
#wrapper{
	width: 336px;
	margin: 100px auto;
}
#loginlogo{
	background: url(images/loginlogo.png) no-repeat;
	height: 126px;
}
#loginbg{
	background: url(images/loginbg.png) no-repeat;
	height:216px;
}
#loginft{
	background: url(images/loginft.png) no-repeat bottom;
	height:216px;
}
#okbt{
	background: url(images/okbutton.png) no-repeat;
	height: 62px;
	width: 62px;
	border:0;
}
.logintext{
	background:url(images/textfieldbg.png) no-repeat center;
	height:22px;
	width: 210px;
	border:0;
	padding: 10px 20px; 
	font-size: 16px;
	font-weight: bold;
}
