/* CSS - getcredit.net */
/* Form Flagging */
/* Written by Jason Reed */

.flagged {
background: url(../images/error_arrow.gif) no-repeat 98% 5px;
}

.flagged p {
color: #FF0000;
}

.flagged .red {
display: none;
}

.flagged .redBold {
display: none;
}

.checkBox .flagged {
background: url(../images/error_arrow.gif) no-repeat 85% 3px;
}

.checkBoxFlagged {
color: #ff0000 !important;
}