@charset "iso-8859-1";
/* CSS Document */

div.email {
	margin-bottom:50px;
}

td.label {
	width:90px;
}

input.text {
	width:403px;
	height:15px;
}

input {
	background-color:#000000;
	border:#CCCCCC 1px solid;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;
}

select {
	width:403px;
	height:18px;
	background-color:#000000;
	border:#CCCCCC 1px solid;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:5px;
}

textarea {
	width:494px;
	height:100px;
	border:#CCCCCC 1px solid;
	background:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;

}



/* Tooltip */
a.info {
    position:relative; 
    z-index:24;
    color:#666666;
    text-decoration:none;
	margin-left:10px;
}

a.info:hover {
	z-index:25;
	background-color:#000000;
	color:#333333;
}

a.info span {
	display:none;
}

a.info:hover span{ 
    display:block;
    position:absolute;
    top:30px;
	left:-20px;
	width:150px;
    background-color:#000000;
	color:#FFFFFF;
    text-align:justify;
}

