@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a { color:#FF0000; text-decoration:none;}
a:hover { color:#FF0000; text-decoration:underline;}

#main_div {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../../images/dhlinfrapageorg.png);
	background-repeat:no-repeat;
	background-position: center top;
}

#mainheader {
	padding-top: 15px;
	padding-bottom:15px;
	margin-bottom: 20px;
	height: 115px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0087cf;
	
}
#mainlogo {
	margin-top: 5px;
	width: 240px;
	display: inline;
}

#maincenter {
	padding-top: 15px;
	padding-bottom:15px;
	margin-bottom: 20px;
	height: auto;
	float:left;
}

#login-box {
	width:360px;
	height: auto;
	padding: 150px 30px 0 0px;
	color: #000;
	background: url('images/login-box-backg.png') no-repeat left top;
	float: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #000000;
	font: bold 33px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 255px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

/***********Registration*************/
#reg-box {
	width:350px;
	height: 630px;
	padding: 40px 35px 0 45px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('images/reg-box-backg.png') no-repeat left top;
	float: left;
	margin-left: 60px;
	margin-right: 80px;
}

#reg-box img {
	border:none;
}

#reg-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 33px "Calibri", Arial;
}


#reg-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#reg-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 20px 7px 0;
}


.form-reglogin  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.reglogin-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.reglogin-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
