/* CSS - ACarLoan.com */
/* Form Flagging */
/* Written by Jason Reed */

.flagged {
	background: url(../images/error_arrow.gif) no-repeat 220px 8px;
}

.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;
}
.errorMessage {
	font-weight: bold;
	color: #FF0000;
}
