.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 759px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 84px;
	padding: 0 0px 0 0px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	/*background: url(select.gif) no-repeat;*/
	overflow: hidden;
	margin-top:0px;
	}
	
	
.red_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#F00;
	font-weight:bold;
	text-decoration:none;
	}
	
.blue_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0174b6;
	font-weight:bold;
	text-decoration:none;
	}	
