.gCaptchFont, .gCaptchCheckBx {
	font-family: "Courier New", Courier, monospace; margin-left: 2px; margin-right: 2px; font-style: normal; 
	font-weight: normal; color: black; text-decoration: none;
	font-size: 12pt;
}

.reCaptcha, .gCaptchIntroFont, .gCaptchFltLbl {
	font-family:"Arial"; margin-left: 2px; margin-right: 2px; font-style: normal; 
	font-weight: normal; color: black; text-decoration: none;
	font-size: 12pt;
}


.reCaptcha {
	color: green;
	font-weight: bold;
	font-size: 16pt;
	margin-top: 5px;
	margin-left: 20px;
	cursor:pointer;
}


.gCaptchIntroFont {
	font-weight: bold;
}


.gCaptchFltLbl {
	float:left;
}

