body {
	margin: 0;
	background: #b8b2b2;
}

a {
	color: #020737;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

input.zenloginbutton {
	background-image: url(../../images/zen/zen_login_button.png);
	width: 107px;
	height: 32px;
	border: 0;
	vertical-align: middle;
	cursor: hand;
}

input.zentext {
	width: 160px;
	height: 33px;
	background-image: url(../../images/zen/ZEN_Login_input.png);
	font-size: 20px;
	font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
	vertical-align: middle;
	color: #5a5758;
}

.main #Password {
	height: 34px;
	width: 180px;
	border: 0px;
	outline: none;
	margin-left: 10px;
	padding-top: 10px\0;
	background-color: transparent;
	background-position-x: right;
}

#RemeberPassword {
	float: left;
	width: 22px;
	height: 22px;
}

