
#container{
width:1024px;
}

#left, #right {
width:160;
}
#left {
float:left;
}
#right {
float:right;
}

#center{
float:left;
width:630px;
margin-left:20px;
}

.sub,.sub2,.top{
font-family:Arial, sans-serif;
font-size:11px;
width:160px;
padding-left:10px;
}

.sub{
background-color:#a8d4fc;
}

.sub2{
background-color:#3BA2FF;
}

.top{
background-color:#3ba2ff;
color:#fff;
}

.top2{
background-color:#3ba2ff;
color:#fff;
}

.top3{
background-color:#006DCF;
color:#fff;
}


a.a_top{
 color:white;
 text-decoration:none;
}

a.a_sub{
 color:black;
 text-decoration:none;
}

a.checkout{
 color:black;
 text-decoration:none;
 }

.inputRequirement{
color:red;
}

.td_register{
width:145px;
}
.td_register2{
width:455px;
align:left;
}
form{ margin-bottom:0px;margin-top:0px;}

 tr.hover a:hover {
 border-bottom:1px solid red;
 border-top:1px solid green;
 width:200;
 }

body{
font-family:Arial, sans-serif;
font-size:11px;

}