body,input,textarea, a {font:12px  Tahoma,Verdana, Arial, Helvetica, sans-serif,;color:#D8D8D8;}
.text {font-size:12px; }
.text a { text-decoration:underline;}
.more {background: url(images/1_arrow.gif) bottom left no-repeat;}
.more a {text-decoration:underline; margin-left:8px;color:#D8D8D8;}
.more a:hover,.text a:hover {color:#FFFF80;}
ul {list-style:none; margin:0; padding:0; line-height:20px;}
li {background:url(images/2_list_bg.gif) center left no-repeat;padding-left:12px;line-height:20px;}
li a {text-decoration:underline; color:#5AB3F6;}
.priv {color:#999999; margin:7px 0 0 0;padding-right:12px;text-align:right;font-size:11px; }
input {border-style:none; background:top left no-repeat; width:183px; height:16px; padding:2px 0 0 3px;}
textarea {border-style:none; background :url(images/6_form3.jpg) top left no-repeat; width:183px; height:116px; overflow:hidden; padding:2px 0 0 3px;}

.bt {color:#5AB3F6; font-weight:bold; text-transform:uppercase;}
.tt1 a{text-decoration:none;  background:url(images/tt1_bg.gif) bottom left no-repeat; padding-left:16px;}

a.info{
	position:relative; /*this is the key*/
	z-index:24;
	font-size:12px;
	cursor: pointer;
	color:#a1dbff;
	text-decoration:underline;
}

a.partners{
	color:#a1dbff;
	text-decoration:underline;
}

a.info:hover {z-index:25;background-color:transparent;color:#a1dbff;}

a.info div {display: none;text-decoration:none;}

a.info:hover div { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2.2em; 
	left:1em; 
	width:31em;
	padding: .6em;
	border:2px solid #fff;
	background-color:#a1dbff; 
	color:#000;
	text-decoration:none;
	text-align: left;
	line-height:14px;
}

#clientlist {
	padding: 0;
	margin-left:8px;
}

#clientlist ul {
	font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#D8D8D8;
	overflow:auto;
	height:100px;
	margin: 4px 10px 4px 0;
}