/* --------- New login -------*/
body {
background: #ffffff;
font-family: Tahoma;
color: #000;
margin: 0;
padding: 0;
font-size: 12px;
}

table.profilebox {
margin-right:auto;
margin-left:auto;
margin-top:0px;
background-color: #00ccff;
}

table.profilebox td.tl {
background: url(/images/boxcorners/top-left.gif) no-repeat;
}
table.profilebox td.tri {
background: url(/images/boxcorners/top-right.gif) no-repeat;
}
table.profilebox td.bl {
background: url(/images/boxcorners/bottom-left.gif) no-repeat;
}
table.profilebox td.bri {
background: url(/images/boxcorners/bottom-right.gif) no-repeat;
}
