label{margin-top:5px;margin-right:3px;padding-left:20px; padding-top:5px;}

/* fancyform styles */
.demo label{display:block;clear:both;cursor:pointer}
.checked{background-image:url(chk_on.png); *background-image:url(chk_on_ie.png); background-repeat:no-repeat; margin-top:5px; }
.unchecked{background-image:url(chk_off.png); *background-image:url(chk_off_ie.png); background-repeat:no-repeat;}
.selected{background-color:#222;background-image:url(rdo_on.png)}
.unselected{background-color:#1c1c1c;background-image:url(rdo_off.png)}
.green {
	color:#76b606;
}
.red {
	color:#cc0000;
}
.green_link:link {
	color:#76b606;
	text-decoration:none;
	outline:none;
}
.green_link:visited {
	color:#76b606;
	text-decoration:none;
	outline:none;
}
.green_link:hover {
	color:#000;
	text-decoration:none;
	outline:none;
}

.txt_field_form {
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-top:2px solid #bababa;
	border-left:2px solid #bababa;
	padding:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
}

.txt_helvetica_black {
	font-family:Helvetica, verdana, tahoma, arial;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.txt_helvetica_grey {
	font-family:Helvetica, verdana, tahoma, arial;
	color:#757474;
}
.txt_helvetica_red {
	font-family:Helvetica, verdana, tahoma, arial;
	color:#cc0000;
}
.txt_helvetica_green {
	font-family:Helvetica, verdana, tahoma, arial;
	color:#76b606;
}
.yellow_box {
	padding:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color:#ffd40a;
}
.error_msg {
	color:#CC0000;
	line-height:18px;
	font-family:helvetica, Georgia, arial, verdana;
	font-size:14px;
	display:block;
	margin-bottom:5px;
}

.success_msg {
	color:#00CC00;
	line-height:18px;
	font-weight:bold;
	font-family:helvetica, Georgia, arial, verdana;
	font-size:14px;
	display:block;
	margin-bottom:5px;
}
