/********************* www.nauticlab.com **********************/
/*
/*
/*
/*

/* STRUTTURA PORTANTE */

body, html {
height: 100%;
margin: 0;
background-color:#262626;
}

#box {
width: 400px;
height: 250px;
border: 1px;
border-color: #cacaca;
border-style: solid;
background: url(../images/bg_login.jpg) right bottom no-repeat;
position: absolute; top: 50%; left: 50%;
margin: -125px 0 0 -200px;
}

h1 {
font-family: Verdana, Arial, sans-serif, "Arial";
font-size: 11px;
color: #666666;
margin: 0px;
padding: 0px;
padding-left: 5px;
line-height: 25px;
font-weight: normal;
border-bottom: 1px;
border-bottom-color: #e5e5e5;
border-bottom-style: solid;
background-image: url(../images/bg_box.jpg);
}

h2 {
font-family: Verdana, Arial, sans-serif, "Arial";
font-size: 12px;
color: #FF0000;
margin: 0px;
padding: 0px;
padding-left: 5px;
line-height: 25px;
font-weight: bold;
}

p {
font-family: Verdana, Arial, sans-serif, "Arial";
font-size: 11px;
color: #000000;
margin: 0px;
margin-top: 10px;
padding: 0px;
padding-left: 5px;
font-weight: normal;
}

.ff {
font-family: Verdana, Arial, sans-serif, "Arial";
font-size: 18px;
color: #666666;
width: 220px;
height: 25px;
border: 1px;
border-color: #cacaca;
border-style: solid;
margin-top: 2px;
margin-bottom: 10px;
}

.submit {
margin-top: 10px;
}

a, a:hover {
color: #0066CC;
text-decoration: none;
}
