
label {font-weight: normal; font-size:12px;}
/*
ol, ul { list-style: none }
li {list-style-image:none}*/
blockquote, q { quotes: none }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/**
 * remember to define focus styles!
 **/
:focus { outline: 0 }
/**
 * remember to highlight inserts somehow!
 **/
ins { text-decoration: none }
del { text-decoration: line-through }
/**
 * tables still need 'cellspacing="0"' in the markup
 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**
 * RDHOME BEGINS
 **/

.bold { font-weight: bold }
.left2 { float: left }
.right2 { float: right }
.f-right { float: right!important }
.f-left { float: left }
.clear { clear: both }


#container3 { float:right;
    width: 220px; 
    margin: 0 auto;
    background-color: #fff;
    border: 0px solid #ccc;
    position: relative;
	margin-top:10px;
}
#container-inner3 {
    background-color: #fff;
    width: 200px; margin-left:50px;
    position: relative;
}
.highlight { color: #811201 }
.uppercase {text-transform:uppercase}
.margin-TB {margin:10px 0; overflow:hidden}

/**
 *	SUBMIT BUTTON CODE
 *
#searchContainer input[type="text"],
#nlSignUpWrapper input[type="text"],*/
#loginPanel input[type="text"],
#loginPanel input[type="password"] 
{
    background-color: #fff;
    border: solid 1px #d6d6d6;
    color: #333333;
    padding: 3px 0;
}

/**
 *	LOGIN PANEL
 **/
#loginWrapper {
    width: 200px;
    position: absolute;
    left: 0px;
    top: 15px;
    overflow: hidden;
    z-index: 1000;
    padding: 0 0 10px;
    color: #ffffff;
}
#loginPanel {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    text-align: left;
    padding: 5px 10px 10px;
    border-radius: 0 0 8px 8px;
    background: #006BB7;
    display:none
}
#loginPanel fieldset { margin-bottom: 10px }
#loginPanel fieldset input { width: 100% }
div#loginWrapper span.profileUsername,
div#loginWrapper div#ftr p,
div#loginWrapper a:link,
div#loginWrapper a:active,
div#loginWrapper a:visited /* this visited rule is intentional please do not remove */{
    color: #d0d0b4;
    font-weight: normal;
    font-size: 11px;
}
#loginPanel a:hover{
    text-decoration:underline;
}

div#loginWrapper div.contentBG input#email { background: transparent }
.password:focus, .username:focus { }
#forgotpasswordContent { display: none }

.panel_button {
    position: relative;
    top: -5px;
    left: 0px;
}
.panel_button a { text-decoration: none }
.panel_button a:link,
.panel_button a:active,
.panel_button a:visited /* this visited rule is intentional please do not remove */{
    font-size: 16px;
    color: #004E8B;
    position: relative;
}
.panel_button a:hover { color:#006BB7 }
.panel_button img {
    position: relative;
    top: 3px;
	right:10px
}
