﻿.modalpopup
{
	font-size: 10px;
	font-family: verdana;
    padding: 2px 3px;
    display: block;
    position: absolute;        
}

.container
{
    height:auto;
    width: 520px;
    border: solid 1px #808080;
    border-width: 1px 0px;
    text-align:left;
} 


.containerLarge
{
    overflow:auto;
    height:auto;
    width: 800px;
    border: solid 1px #808080;
    border-width: 1px 0px;
    text-align:left;
} 

.header1
{

    background: url(img/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header1 .msg
{
    font-weight: bold;
}         

.topInfo { width:180px; padding-top:6px;}

.body1
{
	background-color:whitesmoke;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
} 


.footer1
{
    background-color: white;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 4px;
    padding-right: 8px;
} 

.close
{
    right: 7px;	
    background: url(img/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}     

INPUT {font-size: 11px;font-family: Verdana;}
SELECT {font-size: 11px;font-family: Verdana;}


.popupHover { border:1px solid gray; padding: 2px 4px 0px 4px; background-color:whitesmoke;}
.popupHoverNot{ padding: 3px 5px 1px 5px;} 
