/*

  (c) Mediaweb Studio

*/

/* common */
html, body, img, form {margin: 0px; padding: 0px; border: none;}
html, body {height:100%;}
body {background-color:#E9ECF5;}
body, td {font: 14px Arial, sans-serif; color: #000;}
a {color: #5674B9;	text-decoration: underline;}
a:hover {text-decoration: none;}
table {border: 0px; border-collapse: collapse;}
td {vertical-align: top;}
p {padding: 0px; margin: 0px 0px 12px 0px;}
object {outline:none;}

h1 {font-size:17px; padding: 0px; margin: 0px 0px 10px 0px;}
h2 {font-size:15px; padding: 0px; margin: 0px 0px 10px 0px;}
h3 {font-size:13px; padding: 0px; margin: 0px 0px 10px 0px;}

.clear {clear:both;}
.none {line-height:0;}
.relative {position:relative;}
.img-marg {float:left; margin:0 10px 5px 0;}
.float-l {float:left;}
.float-r {float:right;}

.login-box {width:246px; height:300px; margin:-150px 0 0 -123px; font-size: 11px; text-align: center; background: url(../img/login/logow.gif) top no-repeat; position: absolute; top:50%; left:50%;}
.login-box-body {width:246px; height:/* 182px */ 200px; padding:56px 0 0 0; margin: 0 0 12px 0; background: url(../img/login/enter.jpg) bottom no-repeat; }
.login-box-form {width:246px; float: left; padding:0; background: url(../img/login/enter_bg.gif) #5589CD; height: 50px; padding: 7px 0;}

.login-box fieldset {width:200px; float: left; border:0; padding:2px 0 2px 10px; margin:0;}
.login-box legend {display: none;}
.login-box .field {float: left; margin:0 3px 0 0;}
.login-box .field input.text {width:90px; height: 12px; padding:2px; margin:0 0 2px 0; font-size:11px; border:1px solid #0054A6; background-color:#E9ECF5;}
.login-box .field label {display: block; font-size:12px; color:#fff; text-align: left;}

#Remember {width:150px; height: 15px; overflow: hidden; padding:0; margin:0; clear: both; text-align: left; padding-top: 3px;}
#Remember input {display: inline; padding:0; margin:0; font-size:10px;}
#Remember label {display: inline; margin:0 0 2px 0; padding:0 0 0 3px; font-size:10px;}
#Remember input, #Remember label {vertical-align: middle;}

.Actions {width:30px; float: left; padding:15px 0 0 0; position: relative;}
.Actions input {width:24px; height:20px; float: left; overflow: hidden; text-indent:-200px; border:0; background: #98A5D2 url(../img/login/benter.gif) no-repeat; cursor: pointer;}

#ForgotPassword {width:150px; clear: both; position: absolute; top:35px; right:-30px; font-size:11px; padding-top: 3px;}
#ForgotPassword a {color:#fff; font-size:10px;}

.message {width:246px; position: absolute; top:-30px; left:0; text-align: center;}
.bad {color:red;}


