.ebcaptchatext{
	font-size: 17px !important;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000;
	letter-spacing: 0.05em;
	
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	
}

.textbox{
	display: inline;
	float: left;
	background-color: #FFFFFF !important;
	border: 5px solid #CCCCCC;
	color: #333333!important;
	width: 100px!important;
}
.privacy{
	font-size: 14px;
	color: #666666;
	background-color: #eeeeee;
	padding: 10px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	overflow: auto;
}
.text-scrivi{
	font-size: 12px;
	background-color: #eeeeee;
	float: left;
	height: 31px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
}

.textcaptcha{
	font-weight: bold;
	background-color: #FFFF00 !important;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
}

.captcha{
	margin: 0 auto;
	width: 400px;
	height: 500px;
	background-color: #FF0000;
}

.captcha label{
	float: left;
	margin-bottom: 20px;
	font-size: 15px;

	line-height: 20px;
	margin-right: 10px;
	width: 200px;
}
.LV_valid{
	color: #096;
	font-size: 12px;
	border: 1px solid #009966;
	visibility: hidden;
} .LV_invalid{
	color: #C00;
	font-size: 12px;
	border: 1px solid #FF0000;
}
 .LV_validation_message{
	width: auto;
	padding:10px;
	position: relative;
	z-index: 999;
	background-color: #eeeeee;
	
	display: inline;
	line-height: 12px;
	right: -5px;
	height: 45px;

  margin: 10px 0;
  border: 1px solid #DDDDDD;
  float: left;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;

  -webkit-appearance: none;
	
	
	
} 
