
/*body
{
    margin: 20px;
    background: #f1f2f7;
    text-align: center;
    padding: 0;
    font-family: Verdana, Arial;
    font-size: 9pt;
    overflow:auto;
}

h4
{
    font-size: 10pt;
}
*/

#outer
{
	position: absolute; /* kh */ 
	top: -100px;/* kh */ 
	z-index: 99999;/* kh */ 
    text-align: left;
    border: 1px solid gray;
    width: 100%; /* kh 470px;*/ 
    margin: auto;
    padding: 0 10px 10px 10px;
    background-color: #d2d3d3;
}

div#modaltitle
{    
    background-image: url(bar.gif);
    background-repeat: repeat-x;    
}

