.rounded_STYLE
{
    width:250px;
    margin:5px;
    background-color: #F0F0F0;          /* if needed */
    border: 1px solid #000066;   /* if needed */
    -webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
}
#loginform input, #create_link input, #login_main input, ._rounded {
    border: 1px solid #000066;   /* if needed */
    -webkit-border-radius: 3px;    /* for Safari */
    -moz-border-radius: 3px;
}
#nav_spacer {
    margin: 0px 5px;
    border: solid 1px #000066;
    border-top:0px;
    height:39px;
    width:250px;
    float:left;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-topleft: 0px;
    -webkit-border-radius-topright: 0px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
}
.nav_btn {
    position:relative;
    margin: 0px 5px;
    border: solid 1px #000066;
    border-top:0px;
    background:#FFFFFF;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-topleft: 0px;
    -webkit-border-radius-topright: 0px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    width:80px;
    height:39px;
    text-align:center;
    line-height:35px;
    float:right;    
}
.nav_btn a:link {color:#445FD2;font-weight:bold;text-decoration:none;}
.nav_btn a:visited {color:#445FD2;font-weight:bold;text-decoration:none;}
.nav_btn a:hover {color:#0000FF;font-weight:bold;text-decoration:none;}



