@charset "utf-8";
html,body{ height: 100% }

body{ padding:0px; margin:0px; font-family:Tahoma; font-size:13px; background:url(../images/bg_login.jpg) repeat-x center top; height:400px; max-height:400px; margin-top:220px; color:#000;}

/* Font face */
@font-face {
    font-family: 'db_ozone_xmedium';
    src: url('../fonts/db_ozone_x_med_v3.2Ozone.eot');
    src: url('../fonts/db_ozone_x_med_v3.2Ozone.eot?#iefix') format('embedded-opentype'),
		url('../fonts/db_ozone_x_med_v3.2ozone-webfont.woff') format('woff'),
         url('../fonts/db_ozone_x_med_v3.2ozone-webfont.ttf') format('truetype'),
         url('../fonts/db_ozone_x_med_v3.2ozone-webfont.svg#db_ozone_xmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'db_ozone_xbold';
    src: url('../fonts/db_ozone_x_bd_v3.2Ozone.eot');
    src: url('../fonts/db_ozone_x_bd_v3.2Ozone.eot?#iefix') format('embedded-opentype'),
         url('../fonts/db_ozone_x_bd_v3.2ozone-webfont.woff') format('woff'),
         url('../fonts/db_ozone_x_bd_v3.2ozone-webfont.ttf') format('truetype'),
         url('../fonts/db_ozone_x_bd_v3.2ozone-webfont.svg#db_ozone_xbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{ transition: 1s color; /*animates for 1 second*/ -moz-transition: 1s color; /*For Firefox < 16.0*/ -webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/	}
h1,dl,dd,dt,input,ul,li,p,table,td,tr,hr{ padding:0px; margin:0px; list-style:none;}
form{ display:inline; line-height:30px;}
input.txtbox{ 
	border:1px #999 solid; font-family:Tahoma, Geneva, sans-serif; font-size:13px; text-indent:3px; padding:4px 0px 4px 0px;
	/*background-image:url(../images/form_bg.jpg);*/
	background-repeat:repeat-x; border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; 
}
label{ width:90px; display:inline-block; text-align:right; margin-bottom:5px; margin-right:5px; font-size:13px; font-family: Arial; font-weight:bold;}
h1{ 
	border-bottom:2px #f3f3f3 solid; text-shadow: 1px 1px 1px #333;
	font-family: db_ozone_xmedium ,Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:38px; font-weight:normal; color:#fff; line-height:28px; margin-bottom:10px;
	background:url(../images/ico_64_system.png) no-repeat left top; padding:10px 0px 5px 65px;
}
h1 span{ font-size:26px; display:block; }

#container{ 
	width:400px; margin:auto; height:230px; max-height:230px; border:2px solid #fff; background:none;
	padding:10px;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.div_btn{ width:100%; margin:auto; text-align:center;  border-top:2px #f3f3f3 solid; padding-top:5px; margin-top:3px;}
.div_btn p{ width:100%; margin:auto; font-size:13px; text-align:left; margin-bottom:3px; color: #fff; }
.red{ font-size:11px; color:#C00;}

#return_login, #fotgot_pws{ color:#000; font-size:11px; }
#return_login:hover, #fotgot_pws:hover{ color:#FF0; cursor: pointer;}

.show_message{ width:100%; margin:auto; text-align: center; margin-bottom:10px; padding-top:15px; color: #039; line-height:1.5em;} 
.show_message img{ display:block; margin:auto; margin-bottom:10px;}
.show_message a{ color:#000; font-size:11px; cursor:pointer;}
.show_message a:hover{ color: #FF0;}
.show_message span{ margin:auto; width:32px; margin-bottom:10px;}
.log_warning{ background:url(../images/ico_all_alert.png) no-repeat center 15px; }
.log_error{ background:url(../images/ico_all_alert.png) no-repeat center -32px; width:35px; height:35px; display:block; overflow:hidden;}


.btn{
	box-shadow: 0px 1px 0px rgb(71, 220, 81);	
		color: #333;
		text-shadow: 0px -1px 0px #999;
		background-color: rgb(96, 176, 68);
		background-image: linear-gradient(rgb(138, 221, 109), rgb(96, 176, 68));
		background-repeat: repeat-x;
		border-color: rgb(92, 169, 65);
		outline: medium none;
		position: relative;
		display: inline-block;
		padding:6px 10px; height:32px;
		font-size:13px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight: bold;
		border-radius: 3px 3px 3px 3px;
		border-width: 1px;
		border-style: solid;
		-moz-border-top-colors: none;
		-moz-border-right-colors: none;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		border-image: none;
		vertical-align: middle;
		cursor: pointer;
		-moz-user-select: none;
}

.btn:hover{
	color: #000;
	background-color: rgb(91, 167, 64);
	background-image: linear-gradient(rgb(130, 219, 99), rgb(91, 167, 64));
	background-repeat: repeat-x;
	border-color: rgb(74, 153, 62);
}

.close_sys{ width:40%; margin:auto; text-align:center;}
.close_sys h1{ background: url(../images/LH1-Shutdown-icon.png) no-repeat; font-size:40px; padding:0px; margin:0px; text-indent:0px; background-color:none; border:none;
	height:200px; background-position:center top; padding-top:140px; line-height:38px;
} 
.close_sys span{ color:#039; font-size:29px;}