body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	/* background: #fff url(images/water_air.jpg); */
    /* repeat */
	color: #0077BA;
    
    background: url(images/water_air.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

#notice {
    bottom:20px;
    right:20px;
    position: absolute;
}

#containercredentials {
    top: 10px;
    left: 250px;
    /* width: 100%; */
    /*height: 50px;*/
    margin-top: 5px;
    margin-right: 5px;
    position: absolute;
}

#containercredentialsu {
    width: 250px;
    float: left;
}
#containercredentialsp {
    width: 250px;
    float: left;
}
#containercredentialsl {
    width: 150px;
    float: left;
}

#login_logo {
    top: 10px;
    left: 10px;
    width: 215px;
    height: 200px; 
    position: fixed;
    margin-top: 5px;
    margin-right: 5px;
    background: #fff url(/images/logo.png) no-repeat left top;
    float: left;
}

input{
	width: 100px;
	/* border: solid #e3e3e3 1px; */
	height: 25px;
	/*background:url(images/input_bg.png) repeat-x left top;*/
	padding: 4px 0;
	vertical-align: middle;
	margin-left: 20px;
	margin-bottom: 10px;
}

input:hover {
	border: solid #aad4e3 1px;
	background-position:left bottom;
}

input.button {
	font-weight: bold;
	color: #FFF;
	/* background:url(images/menu_bg.png) 0px -8px repeat-x; */
    background-color: #0077BA;
	/* border: solid #e3e3e3 1px; */
	/* 
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
    margin-left: 100px;
    */
}

input.button:hover {
	/* background:url(images/menu_bg_dblue.png) 0px -8px repeat-x; */
    background-color: #0077BA; 
    color: #000;
}

label{
	width: 100px;
	padding-top: 7px;
	padding-left: 50px;
    margin-right: 10px;
    float: left;
}

.popbox {
    /* position: fixed; */
    z-index: 99999;
    width: 500px;
    top: 200px; 
    /*
    left: 100px; */
     /* right: 8pt; */
    border: 1px solid #4D4F53;
    background-color: #EEEEEE;
    margin: 200px auto;
    padding: 10px;
    font-size: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
  
.popbox h2 {
    background-color: #A51815;
    color:  #FFF;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}
