.popmain{
width:457px;
height:450px;
float:left;
background-color:#f8f6e9;
padding:8px 8px 8px 8px;
border:1px solid #900103;
border: solid 2px black;
}

.popredborder{
border:1px solid #900103;
width:443px;
float:left;
padding:8px 8px 8px 8px;}

.popyellowbg{
background-color:#FFFF00;}

.poptextarea{
width:443px;
float:left;
padding:8px 8px 8px 8px;}

.popcontentsbold{
font-size:15px;
color:#000000;
font-weight:bold;}

.popcontents{
font-size:13px;
color:#000000;
font-weight:normal;}
A.popcontents:link{
font-size:13px;
color:#000000;
text-decoration:underline;
}
A.popcontents:hover{
font-size:13px;
color:#000000;
text-decoration:none;
}

.poptxtfield{
width:323px;
border:1px solid #333333;
}

#layer1 {
       position: absolute;
       visibility: hidden;
       width: 475px;
       height: 448px;
       left: 20px;
       top: 100px;
       background-color: #ccc;
       border: 1px solid #000;      
	   float:left;		
		 
}

#close {
       float: right;
}


#modalPage
{	
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height:0px; background-color: black;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;    
    left: 20%; /* adjust div top*/
    top: 20%;  /* adjust div top*/
    z-index: 750;	
}
.modal
{
    background-color: #f3f1f1; /*This is background color for popup */
    position: relative;
    top: -50px;		/* adjust div top*/
    left: -150px;	/* adjust div left*/
    z-index: 1000;
    width: 475px;
    height: 470px;
    padding: 0px;
}
.modalTop
{
   	width: 470px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 0px;
}
