






/* --------------------------------------------- */
/*  Error styles                                 */
/* --------------------------------------------- */
.jive-error-message .jive-icon {
    padding-right : 6px;
}
.jive-error-message .jive-icon-label, .jive-error-text {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 8pt;
    color : #f00;
}
.jive-error-message .jive-icon-label {
    padding-top : 1px;
}

/* --------------------------------------------- */
/*  overrides original Styles in ad_disgroup     */
/* --------------------------------------------- */

/*settings for global container*/
#container {
	position : relative;
	background : #fff;
	width : 760px;
}



/* --------------------------------------------- */
/*  Additional Autodesk Styles                   */
/* --------------------------------------------- */
.submit {
    border-width : 0px;
    padding : 0px;
}

/* --------------------------------------------- */
/*  Spell checking styles                        */
/* --------------------------------------------- */

.jive-spell-error-current, .jive-spell-error {
    color : #f00;
    border-bottom : #f00 2px dotted;
}
.jive-spell-error-current {
    background-color : #eee;
    font-weight : bold;
}