#frmMarketing{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* ALA-inspired form formatting rules */
form fieldset {
	margin: 10px 0px;
	border: none;
}
form legend {
	padding: 0 2px;
	color: #99ffff;
	font-weight: bold;
}
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form label span{color: red; margin-right: 3px;}
form input{
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
/*	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; */
	margin: 2px 2px 2px 0px;
	width: 150px;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form label {
	width: 60px; /* Width of labels */
}

form label.chk {
	width: 190px; /* Width of labels */
}
form fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

input.chkbox{background: none; width: 15px; border: none; padding: 0px; margin: 0px;}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: white;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

/* used to denote required text */
.Required{color: red;}