@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a.linkimage {
	outline: none;
	text-decoration: none;
}

a:visited {

}

a:hover {
	
}
/************************************* End of Generic Styles ****************************************************/
.container {
	width: 520px;
	height: 450px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	/*background: url(../images/backglow_line.jpg) top left no-repeat;*/
	text-align:center;
}

.toplogo {
	width: 100%;
	height: 110px;
	text-align: center;
	background: url(../images/dzlogo.png) center top no-repeat;
}

.loginpanel {
	width: 486px;
	height: 380px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/loginBox.jpg) center top no-repeat;
}

.loginheader {
	width: 85px;
	height: 35px;
	padding-top: 25px;
	padding-left: 25px;
	/*background: url(../images/loginHeader.png) top left no-repeat;*/
}

.logininputs {
	width: 386px;
	height: 185px;
	margin: 0 auto;
	padding-top: 25px;
}

.inputboxes {
	width: 100%;
	height: 50px;
	background: url(../images/txtBack.png) top left no-repeat;
	text-align:center;
}

.inputboxes input {
	width: 336px;
	height: 16px;
	padding: 17px 25px;
	border: none;
	background: url(../images/txtback.png) top left no-repeat;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.10em;
	color: #FFFFFF;
}

.inputbottom {
	margin-top: 22px;
}

.inputbottom input {
	width: 130px;
	height: 50px;
	border: none;
	background: url(../images/loginBtn.png) top left no-repeat;
	outline: none;
}

.bottom-left {
	width: 30%;
	float: left;
	padding-left: 15px;
}

.bottom-left img {
	margin-top: 5px;
}

.bottom-right {
	width: 40%;
	float: right;
	text-align: right;
}