body{
	background-color:#e1e1e1;
	font:18px "Lucida Grande", "Lucida Sans", Arial;
}
#quote{
	margin:7px 0 0 0;
}
#quote2{
	margin:20px 0 0 0;
}
#container a{
	text-decoration:underline;
	color:#FF0;
}
.f_checkbox,.f_radio{
	background-repeat:no-repeat;
	background-position:3px center;
	height:16px;
	display:block;
	cursor:pointer;
	cursor:hand;
	line-height:120%;
	color: #000;
	font-size: 13px;
	background-color: #E3F6FD;
}
.checked,.selected{color:#000}
.f_radio:hover,.f_checkbox:hover{
	color:#000 !important;
	background-color: #91DBF7;
}
.f_radio{padding:4px 24px}
.f_checkbox{padding:0.5em 24px}
.unchecked{background-image:url(../images/chk_off.png)}
.checked{
	background-image:url(../images/chk_on.png);
	font-weight: bold;
	background-color: #91DBF7;
}
