﻿img#modalimage
{
	border-top:solid 1px #000;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div.modaltintdiv
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.modalouter
{
    overflow:hidden;
    border: 1px solid #696969;
    font-size: 12px;
    background-color: #D3D3D3;
    text-align: left;
   	margin: 0;

}
div.modaltitleleft
{
    float: left;
    height: 18px;
    width: 16px;
    background-color: #2c2c2c;
    border-bottom:solid 1px #000;   
}
div.modaltitlemiddle
{
    float: left;
    text-align: left;
    height: 18px;
    border-bottom:solid 1px #000;
}
span.modaltitle
{
    color: #000000;
	margin-left:3px;
	line-height:18px;
    font-family: Verdana;
    font-weight: bold;
    border-bottom:solid 1px #000;
    text-decoration:none;
}
div.modaltitleright
{
    float: right;
    height: 18px;
    width: 16px;
    border-bottom:solid 1px #000;
    background-color: #2c2c2c;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align:center;
    color: white;
    cursor: hand;
    cursor: pointer;   
}
