/* --- FRAUD AND ABUSE FORM --- */

.form input, .form textarea, .form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:inset;
	background-color:#fcfcfc;
	border-bottom-color:#e7e7e7;
	border-right-color:#e7e7e7;
}
.form input.error, form textarea.error, .form select.error {
	background-color:#fff1ec;
	background-image:url(../images/form_error.gif);
	background-position:right;
	background-repeat:no-repeat;	
}
.form label.error {
	background-image:url(../images/form_error.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
.form input.corrected, .form textarea.corrected {
	/*background-color:#e5f4e4;*/
	background-image:url(../images/form_check.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.form label.corrected {
	background-image:url(../images/form_check.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
.form input#chkOptOut {
	background-color:transparent;
	border:none;
}
.form input#submit {
	width:180px;
	height:65px;
	background-image:url(../images/form_submit.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	cursor:pointer;
	border:0;
}
.form input#submit:hover, .form input#submit:active {
	background-image:url(../images/form_submit_over.gif);
}

.notice {
	padding:14px 5px 14px 51px;
	/*font-weight:bold;*/
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	background-image:url(../images/form_invalid.gif);
	background-position:10px 50%;
	background-repeat:no-repeat;
}
.noticeValid {
	padding:14px 5px 14px 51px;
	/*font-weight:bold;*/
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	background-image:url(../images/form_valid.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.noticeOff {
	display:none;
}

.CollapsiblePanelHelper
{
	font-weight:normal;
    text-transform:capitalize;
    float:right;
}


/* --- FRAUD AND ABUSE FORM --- */
