/* ------------------------------------------------------- GLOBAL */

body{
background-image: url('../images/bg-body-preferred.jpg');
background-position: top center;
background-repeat: repeat-x;
}


/* ------------------------------------------------------- CONTENT */


#content-full{
float: left;
display: inline;
margin: 20px 0px 0px 20px;
padding: 0px;
width: 861px;
text-align: left;
}
#content-full p{
margin: 0px;
padding: 5px 23px 10px 14px;
font-size: 10pt;
text-align: justify;
line-height: 15px;
}

form{margin: 0px;}

#login{
background-color: #ececec;
margin: 0px auto;
padding: 35px;
width: 395px;
text-align: right;
border: 1px dashed #d3d2cd;
}
.formline{
margin: 0px;
padding: 0px;
height: 25px;
text-align: right;
}

.textfield{
color: #0f68a8;
background: #ffffff;
border: 1px ridge #cccccc;
font-size: 8pt;
width: 325px;
font-family: Arial;
padding: 2px 0px 2px 5px;
}

.button{
color: #ffffff;
background: #aecee4;
font-size: 9pt;
border: 1px groove #c0c1b3;
cursor: pointer;
height: 22px;
}

#botlogo{
width: 890px;
text-align: left;
}
