.newslettertext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding-left:10px;
}
.captchatext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.bodyrightpaneltext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:8px;
	padding-top:1px;
	
}
.newsletterbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	border:#0066FF solid 1px;
	width:140px;
	height:16px;
	background-image:url(images_news/newsletterbg.jpg);
}
.newsletterbox:hover {
	border:#0099FF dotted 1px;
	background-image:url(images_news/newsletterbg.jpg);
}
.captchabox {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	padding-left:5px;
	border:#CCCCCC solid 2px;
	width:137px;
	height:16px;
	background-image:url(images_news/captchabg.jpg);
}
.captchabox:hover {
	border:#0066FF dotted 2px;
	background-image:url(images_news/captchabg.jpg);
}
.bor1 {
	border:#0066FF solid 3px;
}
.bor2 {
	/*border:#0066FF solid 3px;*/
}
.submitbtn {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	padding-bottom:8px;
	background-color:#0066CC;
	width:60px;
	height:18px;
	border:#0066CC solid 1px;
	background-image:url(images_news/btn.jpg);
}