/* per posizionare al centro*/
/*
position:absolute;
top:50%;
left:50%;
width:550px;
height:400px;
margin-left:-275px; // la meta'
margin-top: -200px; // la meta'
*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.top {
margin-bottom: 15px;
}
#wrapper { overflow: hidden; border: none}
#data { margin: 0; width: 100%; /* height: 400px;*/
	border: solid 1px black;
	float: left; clear: both;
}
.formdata { width: 95%; clear: left; }
#lrichiedente,#lmail,#ltitolo { font-weight: bold; }
.required::after { content: ' *'; }
input:required,textarea:required { border: 1px solid green; }
/*#building { background-color: #b4b3b3; }*/
label { display: block; color: black}
#lsqlsearch { float: left; margin-right: 200px; font-size: 2em; color: gray}
#sqlsearch { float: left; margin: 0px 0px 20px 70px; font-size: 1.5em; color: gray}
#searchbtn { float: left; margin: 0px 0px 0px 1px; font-size: 1.5em; width: 25px; height: 25px; color: white}
.searchback { color: gray; font-size: 1.3em; margin-left: 30px;}
.search-btn-content {display: block; border: solid 1px gray; padding: 0; background: no-repeat url('../img/www-digiteca.png') -90px -25px; width: 25px; height: 23px; text-indent: -10000px; box-shadow: none }
.loading {display: block; border: solid 1px gray; padding: 0; top: 0; left: 200px; background: no-repeat url('../img/ajax-loader.gif'); background-size: 60px 60px; width: 90px; height: 90px; text-indent: -10000px; box-shadow: none }
/* CSS For Dropdown Menu End */
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.hoverbox ul { margin: 0px; padding: 0px; display: inline; position: relative; width: 100%; float: left; }
.hoverbox li { background: #eee; border-color: #ddd #bbb #aaa #ccc; border-style: solid; border-width: 1px; color: green; display: inline; margin: 0px; padding: 1px 1px 1px 1px; position: relative; width: 98%; float:left; font-size: 1.3em; }
.listlabel { color: black; }
.rlistlabel { color: black; float: right; }
#verify_code { width: 50px; }
