html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}

body {
background-image: url(/template/shared/images/tile_background.gif);
}

table.containerTable {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

table.containerTable td {
vertical-align: middle;
}

#top_container {
margin: 0px auto;
width: 505px;
}

#top_container div {
float: left;
}

#tl {
width: 8px;
height: 24px;
background-image: url(/template/login/images/login_shadow_tl.png);
}

#top {
width: 489px;
height: 24px;
background-image: url(/template/login/images/login_top.gif);
}

#tr {
width: 8px;
height: 24px;
background-image: url(/template/login/images/login_shadow_tr.png);
}

#container {
margin: 0px auto;
width: 505px;
background-image: url(/template/login/images/login_shadow_back.png);
clear: both;
}

#header {
margin: 0px 8px;
width: 489px;
background-color: #ffffff;
}

#header div {
float: left;
}

#logo,
#logo a {
width: 212px;
height: 126px;
background-image: url(/template/login/images/login_logo.gif);
}

#logo {
overflow: hidden;
}

#logo a {
padding: 126px 0px 0px;
display: block;
}

#image {
width: 277px;
height: 126px;
background-image: url(/template/login/images/login_header.jpg);
}

#mid {
margin: 0px 8px;
width: 489px;
clear: both;
background-color: #ffffff;
}

#bar {
width: 489px;
height: 9px;
background-image: url(/template/login/images/login_upper_bar.gif);
}

#content {
padding: 20px 0px;
margin: 0px 20px;
}

#footer {
margin: 0px 8px;
width: 489px;
height: 64px;
background-image: url(/template/login/images/login_footer.gif);
background-color: #ffffff;
}

#btm {
margin: 0px auto;
width: 505px;
height: 8px;
background-image: url(/template/login/images/login_shadow_btm.png);
}

#copyright {
margin: 0px auto 5px;
width: 489px;
}