body{
	background: url(../images/skybg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:repeat;
	position:static;
}
.wrap
{	
	width:100%;
	height:100%;
	background: url(../images/earth.png);
	background-attachment:fixed;
	background-position: bottom;
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	z-index:0;
	position:fixed;
}

#wrapper {
   border: 0px;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
}

#header {      
   background-color: #E9f6ff;
   background-position: right top;
   border-bottom: 4px solid #0099FF;
   background: url(../images/header_bg.png);
}

#logo {
   position: relative;
   width: 100%;
   background: url(../images/version.png) no-repeat;
   background-position: bottom right;
   margin: 0px;
   padding: 0px;
}

#break {
   height: 50px;
}

form {
    margin: 0px;
}

.button {
   color : #666666;
   font-weight : bold;
   font-size : 11px;
   padding: 4px;
}
#login{ 
width:500px;
height:400px;
background-image:url(../images/Logologin.png); 
background-repeat:no-repeat; 
background-position: 50% 100px;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#fff;
z-index:1;
position:static;
}
#login2{ 
width:500px;
height:400px;
background-image:url(../images/poldalogin.jpg); 
background-repeat:no-repeat; 
margin:100px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#fff;
}
.login {
   margin-left: auto;
   margin-right: auto;
   margin-top: 6em;
   padding: 15px;
   border: 1px solid #CCCCCC;
   width: 150px;
   background: #f4f5eb;
}
   
.login h1 {
   background: url(../images/login_header.png) no-repeat;
   background-position: left top;
   color: #333333;
   margin: 0px;
   height: 50px;
   padding: 15px 4px 0 50px;
   text-align: left;
   font-size: 1.5em;
}

.login p {
   padding: 0 1em 0 1em;
}
   
.form-block {
   padding-top: 15px;
   padding-left: 10px;
   padding-bottom: 10px;
   padding-right: 10px;
}

.login-form {
   text-align: left;
}

.login-text {
   text-align: justify;
}

.inputlabel {
   font-weight: bold;
   text-align: left;
   padding-bottom:5px;
}

.inputbox {
   width: 196px;
   height:26px;
   text-align:center;
   margin: 0 0 0.5em 0;
   border: 0;
   background:url(../images/txtbox.png);
   background-repeat:no-repeat; 
   
}

.clr {
   clear:both;
}

.ctr {
   text-align: center;
}

.version {
   font-size: 0.8em;
}

.footer {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #999;
	height:50px;
	width:100%;	
}
