/*FADE / BACKGROUND
------------------------------*/
#control_overlay {  
    background-color:#000;  
} 
                   
/*CONTROL.MODAL
------------------------------*/
.modal
{     
	width: 805px;
    background-color:#000;  
    padding:65px 15px 30px 15px;  
    border:3px solid #BABABA;/*0096FF*/  
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;	  
	color: #BABABA;
}

.modal-mailing			{ max-height: 360px; }
.modal-eventinfo		{ max-height: 420px; }
.modal-login			{ max-height: 500px; }
.modal-profilepic		{ width: 640px; max-height: 260px; }
.modal-cardrepeat		{ width: 400px; max-height: 150px; }
.modal-profileinfo		{ max-height: 340px; }

.modal .window_contents 			{ /*max-height: 433px;*/ background-color: #000; height: 100% /* needed for firefox */ }  /*was 510px*/
body#about-us .modal .window_contents,
body#about-us .modal .window_contents #modal-window-iframe { /*max-height: 458px !important;*/ background-color: #000; overflow: hidden; }

/*.modal-form .window_contents { display: none; }*/


.lightwindow_header {
	background-color: #89ba23;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	overflow: hidden;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	color: #ffffff !important;
}

.lightwindow_information {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 22px;
	overflow: visible;
}

.lightwindow_images {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: visible;
}

.modal-close 
{
	color: #fff;
	float: right;
	padding-top: 8px;
	font-size: 12px;
}

.modal-close:hover { 
	color: #fff;
}                                                
         
/* extended from modules */

.modal .window_close {  
    display:block;  
    position:absolute;  
    top:15px;  
    left:12px;  
    height:40px;  
    width:40px;  
    background-image:url("/staticfiles/img/lw-close-button.png");  
    cursor:pointer;  
    cursor:hand;                                            
}