.topics .holder { background: url( /i/alert-spinner.gif ) center center no-repeat; min-height: 100px; }
.topics .holder.loaded { background: transparent; }
.topics ul.vert li {
    padding-top: 5px;
    padding-bottom: 5px;
}
* html .topics ul.vert li {
    height: 48px; /* ie6 float bug min-height added FL-3299 */
}
* html .topics ul.vert li h3 a { margin-left: 7px; }
* html .topics ul.vert li p {
    margin-left: -3px; /* ie6 3-pixel text jog FL-3299 */
}
.topics .empty {
    font-weight: bold;
    color: #888;
}


#bookmark .url,
#feed .url {
    display: block;
    font-size: 1em;
    line-height: 1.5;
}
#bookmark textarea,
#feed textarea {
    color: #444;
    height: 30px;
    width: 100%;
    font-size: 11px;
    resize: none;
}

.bookmarkIcons a {
    display: block;
    height: 20px;
}
.bookmarkIcons #delicious a {
    width: 18px;
    background: url(/i/icon/bookmark/delicious.png) no-repeat;
}
.bookmarkIcons #digg a {
    width: 16px;
    background: url(/i/icon/bookmark/digg.png) no-repeat;
}
.bookmarkIcons #furl a {
    width: 16px;
    background: url(/i/icon/bookmark/furl.png) no-repeat;
}
.bookmarkIcons #magnolia a {
    width: 16px;
    background: url(/i/icon/bookmark/magnolia.png) no-repeat;
}
.bookmarkIcons #newsvine a {
    width: 16px;
    background: url(/i/icon/bookmark/newsvine.png) no-repeat;
}
.bookmarkIcons #reddit a {
    width: 18px;
    background: url(/i/icon/bookmark/reddit.png) no-repeat;
}



    div.profile .profile-description p {
        font-size: 13px;
        line-height: 18px;
    }

    div.profile .formatted-content {
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 18px;
    }

    div.profile #status {
        font-size: 13px;
        line-height: 18px;
        width: 210px;
        overflow: hidden;
    }

    #services img {
        display: inline;
    }

    div.profile h3 {
        margin-top: 10px;
        font-size: 13px;
    }

    #userSpots.tbs h2 {
        margin-top: 10px;
    }

    #content a.more {
        margin-top: 10px;
        float: right;
        font-size: 12px;
        font-weight: bold;
    }

    #content .box a.more {
        margin: 0 5px 0 0;
    }

    .attention {
        margin-bottom: 5px;
        padding: .5em;
        color: white;
        font-weight: bold;
        font-size: 12px;
        background-color: #f90;
    }

    .attention.right-arrow {
        background: #f90 url( /i/tmp/attention-right-arrow.gif ) 100% 50% no-repeat;
    }

    ul.thumbnail-simple .item {
        padding-left: 75px;
        width: 125px;
        height: 190px;
    }

    ul.thumbnail-simple .title {
        clear: left;
        margin: 5px 0 0 5px;
        width: 120px;
        height: 2.5em;
        line-height: 16px;
        font-size: 13px;
        overflow: hidden;
    }

    ul.thumbnail-two-columns {
        position: relative;
        margin-top: 10px;
        margin-left: -75px;
        max-height: 380px;
        overflow: hidden;
    }

    * html ul.thumbnail-two-columns {
    /* half max-height since IE6 can't do max-height */
        height: 190px;
    }



        .defaultForm label {
            display: block;
        }

        .defaultForm .field {
            height: 2em;
            line-height: 1.9em;
            display: block;
            position: relative;
            margin-bottom: 5px;
        }
        /* ie has big problems with absolute positioning on ajax update */
        .defaultForm .field span {
            clear: left;
            top: 6px;
            padding-right: 5px;
			padding-left:5px;
            float: left;
            width: 200px;
            text-align: left;
        }
        .defaultForm input,
        .defaultForm textarea,
        .defaultForm select,
        .defaultForm button {
            float: left;
        }
        .defaultForm button+button {
            margin-left: 1em;
        }
        .defaultForm div.error {
            margin-left: 150px;
        }
        .defaultForm .md-row {
            margin-left: 150px;
        }
        .defaultForm label.input-rd {
            float: left;
            clear: none;
            margin-top: 4px;
            line-height: 1.2em;
            padding-right: 1em;
        }
        .defaultForm label.textarea {
            height: auto;
            padding-bottom: .5em;
        }
        /**
         * Generic Form Errors
        **/
        form label.field.error span {
            color: #910;
        }
        form div.error {
            color: #910;
        }
        form .required em:after {
            content: "*";
            color: #910;
        }

    
