a:link {
	color			: white;
	text-decoration	: none;
}
a:visited {
	text-decoration	: none;
	color			: white;
}
a:hover {
	text-decoration	: underline;
	color			: white;
}
a:active {
	text-decoration	: none;
	color			: white;
}
body,td,th {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

form{ 
	margin-top		: 10px; 
	z-index : 90;
}

form input {
	border-style	: solid;
	border-width	: 1px;
	border-color	: gray;
	width			: 250px;
	margin-bottom	: 20px;
}

textarea {
	border-style	: solid;
	border-width	: 1px;
	border-color	: gray;
	width			: 350px;
	height			: 250px;
	margin-bottom 	: 10px;
	z-index 		: 90;
}


#phone {
	visibility : hidden;
	margin     : 0;
	padding    : 0;
}

.bb {
	font-size  : 9px;
	margin-left: 23px;
	margin-top : 5px;
	display    : block;
	visibility : visible;
	z-index: 1001;	
}

span.tooltip  .bb {
	color:black;
}

.asterix {
 color	 : #8b9072;
 display : inline;
}

.notValid {
	border-bottom-color : #993333;
	background-color	: #FFFFCC;
}

.errorMsg {
	color		   : #993333; 
	padding-top	   : 5px;
	padding-bottom : 10px;
}

.tooltip {
	border 			 : 1px solid gray;
	padding			 : 5px 10px 10px 0;
	background-color : #FFFFCC;
	position		 : absolute;
	z-index			 : 1000;	
	float			 : rigth;
	margin-left 	 : 160px;
	width			 : 180px;
}

