.form {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px
}

.form_big {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px
}

.formx {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px
}

.RequiredField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	background-image:url(..//int_graphics/RequiredField.gif);
	background-repeat:no-repeat;
	background-position:bottom right
}

.RequiredField_big
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	background-image:url(..//int_graphics/RequiredField.gif);
	background-repeat:no-repeat;
	background-position:bottom right
}

.trheader {
	 font-family: Arial, Helvetica, sans-serif;
	 background-color:#dadfe3;
	 font-size: 14px;
	 border-color: #CC0000;
	 border-width: 1;
	 border-style: solid;
	 border-left-width: 0;
	 border-right-width: 0;
}

A:link.hyper { color: #0434B1; text-decoration: none; font-family: Arial, Tahoma, verdana, Helvetica, sans-serif, "Courier New"; font-size: 9pt }

A:visited.hyper { color: #454546; text-decoration: none; font-size: 9pt; font-family: Arial, Tahoma, verdana, Helvetica, sans-serif, "Courier New" }

A:hover.hyper { color: #454546; text-decoration: underline; font-size: 9pt; font-family: Arial, Tahoma, verdana, Helvetica, sans-serif, "Courier New" }

.legal
{
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
}

.hidden { display: none; }

.unhidden { display: block; }

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:12em;
    border-top:1px solid #C1D3e3;
    border-left:0px solid #C1D3e3;
    border-right:0px solid #C1D3e3;
    border-bottom:1px solid #C1D3e3;
    background-color:#fff; color:#666;
    text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px}
