#box_container {
    float: right;
    margin: 3px 15px 0;
    position: relative;
}
p.forgot a:link, p.forgot a:visited {
    background: #ede73b;
    font-weight: normal;
    color: #2277BB;
    text-decoration: none;
}
p.forgot-username a:link, p.forgot-username a:visited{
    background: #ede73b;
    font-weight: bold;
    color: #2277BB;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a img {
    border-width: 0;
}
#topnav {
    font-size: 11px;
    line-height: 23px;
    /*padding: 10px 0 12px;*/
    text-align: right;
}
#topnav a.signin {
    background: none repeat scroll 0 0 #ede73b;
    border-radius: 4px 4px 4px 4px;
    color: #673979;
    font-weight: bold;
    padding: 4px 6px 6px;
    text-decoration: none;
}
#topnav a.signout {
    background: none repeat scroll 0 0 #673979;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 6px 6px;
    text-decoration: none;
}
#topnav a.signin:hover {
    background: none repeat scroll 0 0 #5599BB;
}
#topnav a.signout:hover {
    background: none repeat scroll 0 0 #ede73b;
	color: #673979;
}
#topnav a.signin, #topnav a.signin:hover {
}
a.signin {
    margin-left: 3px;
    position: relative;
}
a.signin span {
    background-image: url("../../img/login/toggle_down_light.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 4px 16px 6px 0;
}
a.signout span {
    background-image: url("../../img/login/indice.jpg");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 4px 22px 6px 0;
}
#topnav a.menu-open {
    background: none repeat scroll 0 0 #ede73b !important;
    color: #666666 !important;
    outline: medium none;
}
#small_signup {
    display: inline;
    float: none;
    line-height: 23px;
    margin: 25px 0 0;
    width: 170px;
}
a.signin.menu-open span {
    background-image: url("../../img/login/toggle_up_dark.png");
    color: #778899;
}
#signin_menu {
    background-color: #ede73b;
    border: 1px none transparent;
    /**color: #778899;**/
    display: none;
    font-size: 11px;
    margin-right: 0;
    margin-top: 5px;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 15px;
    width: 210px;
    z-index: 100;
}
#signin_menu input[type="text"], #signin_menu input[type="password"] {
    border: 1px solid #AACCEE;
    display: block;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}
#signin_menu p {
    background: none;
    margin: 0;
}
#signin_menu a {
    color: #66AACC;
}
#signin_menu label {
	color: #673979;
    font-weight: normal;
}
#signin_menu p.remember {
    padding: 10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear: both;
    margin: 5px 0;
}
#signin_menu p a {
    color: #2277BB !important;
}
#signin_submit {
    background: url("../../img/login/bg-btn-blue.png") repeat-x scroll 0 0 #3399DD;
    border: 1px solid #3399DD;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 4px 10px 5px;
    text-shadow: 0 -1px 0 #3399DD;
}
#signin_submit::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position: 0 -5px;
    cursor: pointer;
}
.tipsy-inner {
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px 15px;
}
.tipsy {
    background-repeat: no-repeat;
    opacity: 0.8;
    padding: 5px;
}
.tipsy-inner {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font: bold 11px 'Lucida Grande',sans-serif;
    max-width: 200px;
    padding: 8px;
    text-align: left;
}
.tipsy-north {
    background-image: url("../../img/login/tipsy-north.gif");
    background-position: center top;
}
.tipsy-south {
    background-image: url("../../img/login/tipsy-south.gif");
    background-position: center bottom;
}
.tipsy-east {
    background-image: url("../../img/login/tipsy-east.gif");
    background-position: right center;
}
.tipsy-west {
    background-image: url("../../img/login/tipsy-west.gif");
    background-position: left center;
}
