#profileLoginOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #262626;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: .6;
    -moz-opacity: .5;
    display:none;
    z-index:70000;
}
#profileLoginFormOverlay {
    background:#FFFFFF none repeat scroll 0 0;
    border:3px solid #CCCCCC;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -2px 5px 5px #333;
    -moz-box-shadow: -2px 5px 5px #333;
    box-shadow: -2px 5px 5px #333;
    color:#333333;
    left:35%;
    margin-left:auto;
    margin-right:auto;
    padding:15px;
    position:absolute;
    top:30%;
    width:370px;
    z-index:71000;
}
.headertxt {
    color: #666666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
}
#formButtonDiv {
    float:right;
    left:3px;
    background: #FFFFFF;
}
#searchButton {
    font-size: .7em;
    font-weight: bolder;
    color: #013a75;
    text-align: center;
    background-color: #deebff;
    border: 1px solid #A5ACB2;
    cursor: pointer;
    padding: 1px;
}
#profileLoginLogo {
    position: relative;
    float: left;
}
#profileloginTitle {
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    position: relative;
    padding: 0 11px 0 0;
    line-height: 47px;
    vertical-align: bottom;
    color: #117DC3;
}
#profileLoginMessage {
    background: white none repeat scroll 0 0;
    color: #D19275;
    font-size: 13px;
    height: 13px;
    left: 5px;
    position: relative;
    text-align: left;
    width: 100%;
    clear: both;
    border-top: 1px #999 solid;
    padding: 15px 0 1px 0;
    margin-top: 5px;
}
#profileLoginCloseButton {
    z-index: 509;
    position: absolute;
    padding: 1px;
    display: block;
    background: url(/images/icons/close.png) no-repeat left top;
    top: -10px;
    right: -15px;
    width: 31px;
    height: 31px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}
#profileLoginAdditionalLinks {
    display: block;
    text-align: left;
    }
#profileLoginAdditionalLinks ul { margin: 0; padding: 0; list-style-type: none; }
#profileLoginAdditionalLinks ul li {
    margin: 0;
    background: url(/images/icons/minibullet.gif) no-repeat left 50%;
    padding-left: 15px;
    list-style-type: none;
    list-style-image: none;
}
#profileLoginAdditionalLinks ul li a { font-size: 90%; text-decoration: none;}
#profileLoginAdditionalLinks ul li a:hover { text-decoration: underline;}
#anonMenu {
    display:inline;
}
#authenticatedMenu {
    display:none;
}
#profileLoginButtonDiv {
    text-align: right;
    padding-right: 20px;
    padding-top: 15px;
}

#profileLoginForm {
    padding: 0 0px 0 30px;
}

#profileLoginForm table
{
text-align: right;
}

#profileLoginForm input
{ border: 1px solid #999; width: 180px; margin-left: 10px; }

/* blue button style*/
a.bbutton {
    background-image:url(/profile/user/resources/images/blue_right.gif);
    background-position:right top;
    background-repeat:no-repeat;
    cursor:pointer;
    display:inline-block;
    margin:0;
    padding:0 10px 0 0;
    text-decoration:none;
}
a.bbutton span {
    background-image:url(/profile/user/resources/images/blue_left.gif);
    background-repeat:no-repeat;
    border:0 none;
    color: #FFFFFF;
    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    display:block;
    line-height:32px;
    margin:0;
    padding:0 10px 0 12px;
    text-decoration:none;
}