.explicativ {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
}

.captabel {
	font-weight : bold;
	text-align : center;
}

.rand-a {
	background-color : #f3f3f3;
	text-align : right;
}

.rand-b {
	background-color : #f9f9f9;
	text-align : right;
}

.loader {
text-align:center; 
/* position:relative; top:10; left:10; */
visibility:hidden; 
border-style:solid; border-width:1px; border-color:black; 
width: 500px; height: 50px;
}

.afterload {
text-align:center;
/* position:relative; top:10; left:10; */
visibility:hidden; 
width:500px; 
height:50px;
}

.wait {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  color: Red;
  text-align:center; 
}

.results {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: Green;
  text-align:center; 
}

.categorie-contact {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
    font-weight: bold;
    color: Black;
    text-align:center; 
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    font-weight: bold;
	background-color: White;
	border-color: #999999 #999999 #999999 #999999;
	border: 1px #999999 solid;
	color : #ff0000;
}
	  
.cautare {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
    font-weight: bold;
    color: Green;
}

button {
	font-size: 10pt;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #ededed;
	color : #ff0000;
	font-weight : bold;
}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	color : Blue;
}


