/* GLOBAL GENERIC RULES ------------------------------------------------- */

body {
    margin: 0;
    font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    background-color:white;
}

.left {
    float:left;
}

.right {
    float:right;
}

.no_float {
    float:none !important;
}

.center {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.clear {
    clear:both;
}

.clear-left {
    clear:left;
}

.clear-right {
    clear:right;
}

.ie7 .clear,
.ie7 .clear-left,
.ie7 .clear-right {
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.hidden {
    display:none;
}

.inline-block {
    display:inline-block;
}

.ie7 .inline-block {
    zoom:1;
    display:inline;
}

.click_me {
    cursor:pointer;
}

.ie img {
    -ms-interpolation-mode:bicubic;
}

p, dl {
    font-size:14px;
    line-height:16px;
    color:#737373;
    margin-bottom:10px;
}

p a {
    color:#630460;
    text-decoration:none;
}
p a:hover {
    color:#630460;
    text-decoration:underline;
}

img {
    display:inline-block;
}

.ie7 img {
    zoom:1;
    display:inline;
}

a img {
    text-decoration:none;
    border:0;
    outline:0;
}

a:focus,
input[type=image]:focus,
.edit input {
    outline: 0;
}

ul {
    list-style-type:none;
}

ul.text_list, ol.text_list {
    font-size:14px;
    line-height:16px;
    color:#737373;
}
ul.text_list {
    list-style-type:disc;
}
ol.text_list {
    list-style-type:decimal;
}

.grid td a {
    text-decoration:none;
}
.grid td a:hover {
    text-decoration:underline;
}

.static_content {
    width:700px;
}

.print_this_page {
    font-size:11px;
}

.print_this_page a {
    color:#630460;
    text-decoration:none;
}

.print_this_page a:hover {
    text-decoration:underline;
}

input[type=text],
input[type=password],
textarea,
select {
    border-top:1px solid #989898;
    border-left:1px solid #989898;
    border-right:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    color:#3D3D3D;
}

textarea {
    font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

pre {
    font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    margin:0;
    white-space:pre-line;
}


/* FIXES ---------------------------------------------------------------- */

.calendar thead .title {
    background-color:gray !important;
    color:white !important;
}

.calendar .combo {
    color: black !important;
}

.flexigrid tr.trSelected td.sorted a,
.flexigrid tr.trSelected td a {
    color:#FF9933;
}

.TextSnippet,
.TextSnippet p {
    color:black;
    font-size:12px;
    font-weight:normal;
    margin:0;
    line-height:normal;
}

.TextSnippet h1,
.TextSnippet h2,
.TextSnippet h3,
.TextSnippet h4,
.TextSnippet h5,
.TextSnippet h6 {
    margin:0;
    line-height:auto;
    color:black;
    line-height:normal;
}

.TextSnippet h4,
.TextSnippet h5 {
    font-size:13px;
}

.TextSnippet pre {
    line-height:normal;
    margin:0;
    line-height:auto;
    color:black;
    font-size:8px;
}



.ie7 ul {
    margin-left:0;
}


/* TOP BAR -------------------------------------------------------------- */

#top_bar {
    width:100%;
    height:40px;
    background-image:url('../images/top-menu-bg.jpg');
    color:white;
    font-size:12px;
}
.ie7 #top_bar {
    position:relative;
    top:0;
    z-index:20;
}

#top-bar-wrapper {
    width:975px;
    margin:auto;
}

#left-top-menu {
    float:left;
    position:relative;
    margin-left:20px;
}
.top-menu-item {
    float: left;
    background-image:url('../images/top-menu-bg.jpg');
    position:relative;
}
.top-menu-item a.top-menu-link {
    padding-top:14px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:12px;
    display:block;
    color:white;
    text-decoration:none;
    line-height: 14px;
}
.top-menu-item:hover {
    background-image:url('../images/top-menu-bg-hover.png');
}
.top-submenu {
    display:none;
    position:absolute;
    top:40px;
    left:-5px;
    z-index:100;
}
.left-border {
    padding-left:7px;
    background-image:url('../images/top_menu/shadow-left.png');
    background-repeat:repeat-y;
}
.right-border {
    padding-right:7px;
    background-image:url('../images/top_menu/shadow-right.png');
    background-repeat:repeat-y;
    background-position:right;
}
.menu-footer {
    height:7px;
}
.menu-footer .center {
    background-image:url('../images/top_menu/shadow-bottom.png');
    height:7px;
}
.menu-footer .angle-left {
    background-image:url('../images/top_menu/shadow-bottom-left.png');
    background-position:left;
    background-repeat:no-repeat;
    padding-left:7px;
    height:7px;
}
.menu-footer .angle-right {
    background-image:url('../images/top_menu/shadow-bottom-right.png');
    background-position:right;
    background-repeat:no-repeat;
    padding-right:7px;
    height:7px;
}
#me-submenu .top-submenu {
    left:-5px;
}
#me-submenu {
    margin-left:15px;
}
.ie #me-submenu {
    margin-left:12px;
}
#me-submenu .top-submenu {
    width:130px;
}
#stuff-submenu .top-submenu {
    width:160px;
}
#network-submenu .top-submenu {
    width: 120px;
}
#explore-submenu .top-submenu {
    width: 110px;
}
#inspiration-submenu .top-submenu {
	width:125px;
}
#blogs-submenu .top-submenu {
    width:138px;
}
#create-collection-button .top-submenu {
    width: 137px;
}
#top_search_form .top-submenu {
    padding-left:17px;
    width:203px;
}
#left-top-menu .avatar {
    display:inline;
    background-color:transparent;
    position:relative;
    left:8px;
    top:8px;
    width:24px;
    height:24px;
    float: left;
}
#left-top-menu .small {
    z-index:1;
    width:24px;
    height:24px;
    min-height:0px;
    min-width:0px;
}

.top-submenu .top-submenu-item {
    background: #FFF;
    padding-top:5px;
    padding-bottom:4px;
    padding-left:15px;
    padding-right:10px;
}
.top-submenu .top-submenu-item.last {
    padding-bottom:10px;
}
.top-submenu .top-submenu-item:first-child {
    padding-top:10px;
}
.top-submenu a {
    color:#737373;
    text-decoration:none;
}
.top-submenu a:hover {
    color:#630460;
    text-decoration:underline;
}

.top-submenu .top-border {
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    height: 1px;
    background: #fff;
}
#create-collection-button {
    width:125px;
    background-image:url('../images/top-menu-bg-hover.png');
    float:right;
}

#top_bar #top_search_form {
    float:right;
    height:41px;
    position:relative;
}

#top_bar #nru_signin_link {
    line-height: 40px;
    font-size: 12px;
    margin-right: 1em;
}

#top_bar #nru_signin_link a {
    font-weight: bold;
    color: white;
    font-size: 14px;
    text-decoration: none;
}

#top_bar #nru_signin_link a:hover {
    text-decoration: underline;
}

.section-name {
    font-size:13px;
    text-transform:uppercase;
    color:rgb(99,4,96);
    margin-bottom:10px;
}

#top_bar img {
    vertical-align:middle;
}
.ie7 #top_search_box img {
    position:absolute;
    top:13px;
    right: 5px;
    height: 17px;
    background: #fff;
}
.ie7 #top_search_box {
    margin-right:20px;
}


#top_bar .right img:hover,
#top_more_search_link:hover,
#top_account_link:hover {
    cursor:pointer;
}

#search_keywords {
    width:185px;
    height:15px;
    margin-top:12px;
    border:0px;
    margin-left:19px;
    background-repeat:no-repeat;
    background-position:right;
}

.search-lens {
    position:absolute;
    top:13px;
    right:0px;
    cursor:pointer;
}

.new-messages-count {
    background-image: url('../images/circle-messages.png');
    width:12px;
    height:12px;
    line-height:12px;
    color:#630460;
    text-align:center;
    font-weight:bold;
    position:absolute;
    top:7px;
    right:1px;
    z-index:20;
    font-size:8px;
    display:block;
}

.unread-messages-count{
    color:#630460;
}

.unread-counter-highlight{
    color:#630460;
    font-weight: bold;
}

#top_search_label {
    position: absolute;
    z-index: 1;
    top:14px;
    left:24px;
    color: #989898;
    display: none;
}

#search_options ul {
    padding:0;
    margin:0;
}

#search_options li {
    text-decoration:none;
    color:#FFF;
    display:block;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:12px;
    padding-right:12px;
}

#search_options li:hover {
    background-color:#702C6D;
}

#search_options li:first-child {
    margin-top:10px;
}

/* CONTENT PREVIEWS ------------------------------------------------------ */

.collection_preview_container {
    z-index:150;
    width:389px;
    height:244px;
    cursor:pointer;
    background: white url('/images/spinner_small.gif') center center no-repeat;
    border:1px solid #989898;
    text-align:left;
    overflow:hidden;
}
.collection_preview_container .content_preview {
    min-width:30px;
    min-height:30px;
}
.item_preview_container {
    z-index:5;
    width:389px;
    height:244px;
    cursor:pointer;
    background: white url('/images/spinner_small.gif') center center no-repeat;
    border:1px solid #989898;
}
.item_oncover_preview_container {
    z-index:5;
    cursor:pointer;
    background: white url('/images/spinner_small.gif') center center no-repeat;
    border:1px solid #989898;
}
.item_thumbnail .display_thumb {
    position:relative;
    display:block;
}
.item_thumbnail .display_thumb img {
    display:block;
}
.item_preview_container .content_preview {
    max-width:389px;
    max-height:244px;
}
.user_badge_preview_container {
    z-index:100;
    width:270px;
    border:1px solid #989898;
    background:white;
    padding:10px;
    overflow:hidden;
    cursor:pointer;
}
.user_badge_preview_container .user_badge_user_avatar {
    float:left;
}
.user_badge_preview_container .user_badge_user_avatar img {
    height:48px;
    min-height:48px;
    min-width:48px;
    overflow:hidden;
    width:48px;
}
.user_badge_preview_container .user_badge_data {
    float:left;
    width:220px;
}
.user_badge_preview_container .user_badge_user_profession,
.user_badge_preview_container .user_badge_user_name,
.user_badge_preview_container .user_badge_user_country ,
.user_badge_preview_container .action
{
    text-align:left;
    margin:0px;
    margin-left:10px;
    font-size:11px;
    line-height:14px;
    overflow:hidden;
}
.user_badge_preview_container .user_badge_user_name {
    font-weight:bold;
}
.user_badge_data #contact_spinner{
    margin-left: 10px;
}

/* HEADER AND MENU ------------------------------------------------------ */

#header {
    width:100%;
    margin-top:35px;
    margin-bottom:35px;
    border-bottom:1px solid #E1E1E1;
    line-height: 13px;
}
.ie7 #header {
    z-index:-1;
}

#user_dashboard {
    float:right;
    max-height:43px;
    width:240px;
    overflow:hidden;
}

.user_avatar_mini, .user_avatar_mini img {
    height:43px !important;
    width:43px !important;
    border:none !important;
    float:right;
}

.user_dashboard_commands {
    height:43px;
    margin-right:0.5em;
    float:right;
    max-width:200px;
    text-align:right;
}

.user_dashboard_commands .logout_command {
    height:12px;
    font-size:11px;
    margin:0;
    margin-top:3px;
    text-align:right;
    float:right;
}

.user_dashboard_commands a {
    text-decoration:none;
}

.user_dashboard_commands .logout_command a:hover {
    text-decoration:none;
}

.user_dashboard_commands .logout_command span {
    margin-left:2px;
    color: #737373;
    font-weight:bolder;
    position:relative;
}

.ie7 .user_dashboard_commands .logout_command span {
    position:relative;
    top:-4px;
}
.ie7 .user_dashboard_commands .logout_command img {
    position:relative;
    left:-1px;
    top:-1px;
}

.user_dashboard_commands .user_displayname {
    font-size:12px;
    margin-bottom:2px;
    margin-top:0px;
    font-weight:700;
    color:#630460;
    text-align:right;
    overflow:hidden;
    line-height:14px;
}
.ie7 .user_dashboard_commands .user_displayname {
    right:0px;
}

.user_dashboard_commands .new_messages_counter {
    margin:0px;
    font-size:11px;
    line-height:12px;
    text-align:right;
}
.user_dashboard_commands .new_messages_counter a {
    color:#737373;
}
.user_dashboard_commands .message_icon {
    display:inline-block;
    width:12px;
    height:8px;
    background:url('/images/little_message_grey.png');
}

#menu_commands {
    font-size:12px;
}

.header_menu_selected {
    display:inline-block;
    height:100%;
}

.ie7 .header_menu_selected {
    zoom:1;
    display:inline;
}

.header_submenu_selected {
    color:#630460;
    font-weight:bold;
}

/* BEGIN NRU */

#nru_signup_box {
    margin: 20px;	
}

#nru_join_header, #nru_thanks_header {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#nru_email_label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;	
}

#nru_join_email {
    vertical-align: middle;
    height: 25px;
    width: 300px;
    margin-right: 10px;
}

#nru_join_btn {
	vertical-align: middle;
	cursor: pointer;
}

#nru_join_msg, #nru_thanks_msg {
    font-size: 12px;	
}

#nru_thanks_footer {
    font-size: 12px;
    font-weight: bold;	
}

#nru_signin_msg {
    margin-top: 25px;
    font-size: 12px;	
}

#nru_signin_msg a {
    font-weight: bold;	
}

#nru_error {
    margin-top: 10px;
}

#nru_error_msg {
    width: 480px !important;
}

#nru_join_section {
    padding-top: 1px;
}
/* END NRU */


#menu_first_line div {
    float:left;
    font-weight:700;
    margin-right:4px;
}

#menu_left_section {
    height:36px;
}

#menu_left_section a {
    color:white;
    float:left;
    height:36px;
    background-image:url('/images/top_menu/grey_menu.png');
    background-position:0 0;
    background-repeat:no-repeat;
    padding-left:18px;
    line-height:33px;
    text-decoration:none;
}

#menu_left_section a:first-child {
    padding-left:21px !important;
}

#menu_left_section .menu_link span {
    height:22px;
    margin-top:8px;
    line-height:20px;
    padding-right:18px;
    border-right:1px solid #CCC;
    display:block;
}

#explore_menu_link span {
    border:0px !important;
}

#me_menu_link.header_menu_selected {
    background-position:-70px -36px;
    text-decoration:none;
}
#my_stuff_menu_link.header_menu_selected {
    background-position:-58px -36px;
    text-decoration:none;
}
#my_network_menu_link.header_menu_selected {
    background-position:-46px -36px;
    text-decoration:none;
}
#explore_menu_link.header_menu_selected {
    background-position:-60px -36px;
    text-decoration:none;
}

.menu_rounded_link {
    height:36px;
}


#composer_menu_link {
    background:url('/images/top_menu/create_collection.png') 0 0 no-repeat;
    color:white;
    display:block;
    height:36px;
    width:145px;
    line-height:36px;
    text-align:center;
    text-decoration:none;
}
#composer_menu_link.header_menu_selected {
    background-position:0px -36px;
    text-decoration:none;
}

#invite_menu_link {
    background:url('/images/top_menu/invite.png') 0 0 no-repeat;
    color:white;
    display:block;
    height:36px;
    width:115px;
    line-height:36px;
    text-align:center;
    text-decoration:none;
}
#invite_menu_link.header_menu_selected {
    background-position:0px -36px;
    text-decoration:none;
}

#menu_second_line,
#menu_second_line_nru {
    color:#737373;
    height:32px;
}

#menu_second_line a,
#menu_second_line_nru a {
    color:#737373;
    font-size:12px;
    text-decoration:none;
    display:inline-block;
    height:32px;
    line-height:28px;
    padding-left:21px;
    padding-right:7px;
    background-image:url('/images/submenu_link_separator.png');
    background-position:left;
    background-repeat:no-repeat;
}
.ie7 #menu_second_line a,
.ie7 #menu_second_line_nru a {
    zoom:1;
    display:inline;
}

#menu_second_line a:hover span,
#menu_second_line_nru a:hover span {
    text-decoration:underline;
}
#menu_second_line a:first-child,
#menu_second_line_nru a:first-child {
    background-image:none;
    padding-left:0px;
}


/* CENTRAL CONTAINER ---------------------------------------------------- */

#external_wrapper,
#content {
    width:975px;
    margin-left:auto;
    margin-right:auto;
}


/* FOOTER --------------------------------------------------------------- */

.footer_adv{
    display: block;
    width: 300px;
    height: 250px;
    position: relative;
    border: 10px solid rgb(170,170,170);
    float: right;
    margin-top: 35px;
    background: rgb(100,100,100);
    z-index: 0;
}

#footer {
    width:100%;
    border-top:1px solid #E1E1E1;
    margin-top:35px;
}

.social, #more div.social{
    width: 300px;
    float: left;
    margin:15px 180px 0 0;
}

.social iframe{
    margin-bottom: 20px;
}

#footer_links {
    margin-top:15px;
    float: left;
    width: 66%;
}

#footer_bottom{
    clear: both;
    border-top:1px solid #E1E1E1;
    margin-top: 28px;
    padding-top: 5px;
}

#copyright_info {
    color:#989898;
    margin-top:15px;
    text-align:left;
    font-size:10px;
    margin-bottom:40px;
    border-top: 1px solid #E1E1E1;
    padding-top: 14px;
}

.ie7 #copyright_info {
    margin-top:1.5em;
}

#copyright_info p {
    font-size:10px;
    line-height:20px;
    margin:0px;
    color:#989898;
}

.footer_column {
    float:left;
    width:160px;
    font-size:11px;
    line-height:17px;
    position: relative;
}

.footer_column a {
    color:#989898;
    text-decoration:none;
}
.footer_column a:hover {
    text-decoration:underline;
}

.footer_column h4 {
    display:block;
    color:#737373;
    font-weight:200;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.footer_column a {
    display:block;
}

#admin_submenu{
    bottom: 15px;
    top: auto;
}

/* ------- REGISTRATION BOX -------- */
#form_box .registerform {
    position:relative;
}
#form_box #spinner {
    position:absolute;
    bottom:57px;
    left:125px;
}
#form_box #submit\.container {
    height:67px;
}
#form_box #sign_up_label {
    position:absolute;
    font-size:12px;
    line-height:11px;
    text-transform:uppercase;
    border-bottom:1px solid #FFF;
    padding-left:15px;
    padding-bottom:15px;
    width:595px;
    top:0px;
    color:#676767;
    left:-15px;
}
#form_box #sign_up_label .or {
    margin-left:9px;
    text-transform:lowercase;
}

#form_box #sign_up_label .join-now {
    margin-left:9px;
}
#form_box #sign_up_label .sign-in a {
    color:#646464;
    text-decoration:underline;
}


#form_box #sign_up_label\.container {
    height:40px;
}
#form_box fieldset {
    margin:0px;
    padding:0px;
    border:0px;
}
#form_box #registration {
    width:580px;
}
#form_box #registration_profile_first_column ul {
    padding:0px;
    margin-top:10px;
    width:285px;
    margin-right:20px;
}
#form_box #registration_profile_first_column label {
    font-weight:normal;
    float:left;
    color:#676767;
    width:70px;
    line-height:20px;
}
#form_box #registration_profile_first_column input[type="text"],
#form_box #registration_profile_first_column input[type="password"] {
    width:210px;
    height:20px;
    border:0px;
}
#form_box #registration_profile_first_column li {
    margin-bottom:20px;
    height:22px;
}
#form_box #registration_profile_second_column ul {
    padding:0px;
    margin-top:10px;
    width:280px;
}
#form_box #registration_profile_second_column label {
    font-weight:normal;
    float:left;
    width:65px;
    color:#676767;
    line-height:20px;
}
#form_box #registration_profile_second_column li {
    margin-bottom:20px;
    height:22px;
}
#form_box #registration_profile_second_column input[type="text"] {
    width:208px;
    height:20px;
    border:0px;
}
#form_box #registration_profile_second_column_glossom_url_label {
    width:102px !important;
}
#form_box #registration_profile_second_column_glossom_url,
#form_box #glossom_url_wrapper {
    width:170px !important;
}
#form_box #registration_acceptance .after_text {
    font-size:9px;
}
#form_box #resend_activation_link\.container {
    bottom: 36px;
    font-size: 9px;
    left: 147px;
    position: absolute;
    color:#676767;
}
#form_box #resend_activation_link\.container a {
    text-decoration:none;
}
#form_box #resend_activation_link\.container a:hover {
    text-decoration:underline;
}
#form_box #registration_profile_first_column_password_container {
    position:relative;
}
#form_box #registration_profile_first_column_password_container .after_text {
    position:absolute;
    left:72px;
    font-size:11px;
    color:#676767;
    top:25px;
}
#form_box #registration_profile_second_column_profession_select {
    cursor:pointer;
    display:block;
    float:left;
    font-size:11px;
    height:17px;
    line-height:16px;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:20px;
    padding-top:2px;
    position:relative;
}
#form_box #registration_acceptance ul {
    padding-left:70px;
    font-size:12px;
    color:#676767;
}
#form_box label.error {
    display:none !important;
}
#form_box .submitbutton {
    float:none!important;
    margin-top:15px !important;
    margin-left:70px;
    margin-bottom:30px;
    cursor:pointer;
    text-indent:0px;
    height:22px;
    width:65px;
    border:0px;
    padding:0px;
    color:white;
    background:url('/images/buttons/purple_button_background.png');
}
.ie8 #form_box .submitbutton {
    margin-left:50px !important;
}
#form_box label {
    font-size:11px;
}
#form_box #error_message {
    background-color:#E7D8E7;
    position:absolute;
    top:26px;
    display:none;
    height:50px;
    line-height:50px;
    font-size:12px;
    color:#630460;
    width:595px;
    padding-left:15px;
    left:-15px;
}
.registration-successful {
    padding:30px;
}
.registration-successful-title {
    font-size:25px;
    color:#630460;
    font-weight:100;
    text-transform:uppercase;
}
.registration-successful-email-tip {
    color: #737373;
    font-size: 12px;
    margin-top: 10px;
}

/* ------------- LOGIN FACEBOX FORM ---------------- */
#login_form_container,
#forgot_form_container {
    position:relative;
    color:#989898;
    font-size:12px;
}
#login_form_container .login_errors {
    background-color:#E7D8E7;
    position:absolute;
    top:17px;
    display:none;
    height:50px;
    line-height:50px;
    font-size:12px;
    color:#630460;
    width:310px;
    padding-left:15px;
    left:-15px;
}
.ie7 #login_form_container .login_errors {
    top:32px;
}
#login_form_container .forgot {
    display:block;
    margin-left:81px;
    margin-top:8px;
    margin-bottom:8px;
    font-size:11px;
    text-decoration:none;
}
#login_form_container .login_submit {
    float:left;
    margin-top:15px !important;
    margin-left:81px;
    margin-bottom:10px;
    cursor:pointer;
    text-indent:0px;
    height:22px;
    width:65px;
    border:0px;
    padding:0px;
    color:white;
    background:url('/images/buttons/purple_button_background.png');
}
#login_form_container .login_spinner {
    float:right;
    margin-top:15px;
    margin-right:35px;
    margin-bottom:10px;
    background-image:url('/images/spinner_small.gif');
    width:16px;
    height:16px;
    display:none;
}
#forgot_form_container .forgot_spinner {
    float:right;
    margin-right:21px;
    margin-bottom:16px;
    background-image:url('/images/spinner_small.gif');
    width:16px;
    height:16px;
    display:none;
}

#login_form_container .sign_in_title,
#forgot_form_container .forgot_title {
    text-transform:uppercase;
    color:#646464;
    left:-15px;
    top:-25px;
    padding-top:15px;
    padding-left:15px;
    padding-bottom:15px;
    font-size:12px;
    line-height:12px;
    position:absolute;
    border-bottom:1px solid #FFF;
    width:310px;
}
.ie7 #login_form_container .sign_in_title,
.ie7 #forgot_form_container .forgot_title {
    top:-10px;
}

#login_form_container .sign_in_title .or {
    margin-left:9px;
    text-transform:lowercase;
}

#login_form_container .sign_in_title .join-now {
    margin-left:9px;
}
#login_form_container .sign_in_title .join-now a {
    color:#646464;
    text-decoration:underline;
}

#forgot_form_container .forgot_confirm_title {
    color:#630460;
    left:-15px;
    top:-27px;
    background-color:#E6D5E2;
    padding-top:15px;
    padding-left:15px;
    padding-bottom:15px;
    font-size:12px;
    line-height:12px;
    position:absolute;
    width:310px;
}
#forgot_form_container .forgot_confirm_message {
    color:#636363;
    margin-top:22px;
    font-size:11px;
    line-height:18px;
}

#login_form_container {
    width:295px;
    display: none;
}
#forgot_form_container {
    width:295px;
}
#login_form_container label {
    width:80px;
    float:left;
    line-height:20px;
    font-weight:normal;
    color:#737373;
}
#login_form_container input[type=text],
#login_form_container input[type=password] {
    float:left;
    border:0px;
    height:20px;
    width:200px;
}
#login_form_container .email_container {
    margin-bottom:20px;
    margin-top:20px;
}
.ie7 #login_form_container .email_container {
    margin-top:40px;
}
#login_form_container .remember_me_container {
    clear:both;
    margin-left:81px;
}
#facebox.login_facebox .body,
#facebox.forgot_facebox .body {
    min-width:0 !important;
    background-color:#EFEFEF !important;
    padding:15px !important;
}
#facebox.login_facebox .close,
#facebox.forgot_facebox .close {
    top:28px;
    right:26px;
}
#forgot_form_container .forgot_form_wrapper {
    margin-top:12px;
    padding-top:18px;
    padding-bottom:7px;
}
#forgot_form_container .email_message {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size:11px;
    color:#636363;
}
#forgot_form_container .email_container {
    float:left;
    width:235px;
}
#forgot_form_container .email_container .forgot_email {
    border:0px;
    height: 20px;
    width: 230px;
}
#forgot_form_container .forgot_submit {
    float:right;
    margin-bottom:10px;
    cursor:pointer;
    text-indent:0px;
    height:22px;
    width:50px;
    border:0px;
    padding:0px;
    color:white;
    background:url('/images/buttons/purple_button_background.png');
}
#forgot_form_container .forgot_errors {
    background-color:#E7D8E7;
    position:absolute;
    top:17px;
    display:none;
    padding-top:15px;
    padding-bottom:15px;
    font-size:12px;
    color:#630460;
    width:310px;
    padding-left:15px;
    left:-15px;
}
.ie7 #forgot_form_container .forgot_errors {
    top:32px;
}

