.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
}
.stroke {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #848A8C;
	border-bottom-color: #848A8C;
	border-left-color: #848A8C;
}
.form_error{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font : normal;
	color : Maroon;
}