﻿/*STart of Modal Popups*/
#modalOverlay {
	background-color: #000;
	/*cursor: wait;*/
}

#modalContainer {
	width: 600px;
	left: 50%;
	top: 10%;
	margin-left: -300px;
}

.popinfo {
	/*width: 600px;*/
	padding:10px;
	margin: 50px auto;
	border: #999 solid 1px;
	background-color: #878787;
	background-image: url(../images/bg_grad_popup.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.popinfo .addform{
	padding:0;
	border:none;
	background:#fff;
	overflow:auto;
	max-height:564px;	
}
.popinfo h3{
	background:#6D84B4;
	border:1px solid #3B5998;
	color:#fff;
	padding:10px;
	margin:0;
	font-size:17px;
	font-weight:normal;
	line-height:20px;
}
.popinfo h4{
	padding:5px 15px;
	margin:0;
}
.popinfo h4 a 
{
	text-decoration:underline;
	color:#0000EE;
	font:bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
.popinfo h4 a:hover
{
	background:#0000EE;
	text-decoration:none;
	color:#fff;
}


.popinfo li 
{
	list-style-type: none;
	font-size: 1em;
	padding: 2px 0 7px 2px;
	clear:both;
}
.popinfo li.popinfoButtons{
	background:#F2F2F2;
	border-top:1px solid #ccc;
}
.popinfo label {
	display:inline;
	float:left;
	width:150px;
	color:#343434;
}
.modalClose 
 {
 	background:url(../images/x.png) no-repeat; 
 	width:25px; 
 	height:29px; 
 	display:inline; 
 	z-index:3200; 
 	position:absolute; 
 	top:38px; 
 	right:-12px; 
 	cursor:pointer;
 }
.modalClosefb 
 {
 	background:url(../images/x.png) no-repeat; 
 	width:25px; 
 	height:29px; 
 	display:inline; 
 	z-index:3200; 
 	position:absolute; 
 	top:0; 
 	right:-132px; 
 	cursor:pointer;
 }
.popinfo h1 {
    color:Black;
    font-size: large;
    font-weight: normal;
    text-align: center;
    margin:0px;
    background-color:White;
}
/* END - Pop Ups */