.reveal-modal-bg 
{ 
position: fixed; 
height: 100%;
width: 100%;
background: #91848b;
background: rgba(145, 132, 139, 0.5);
z-index: 100;
display: none;
top: 0;
left: 0; 
}
	
.reveal-modal 
{
visibility: hidden;
top: 10%; 
left: 50%;
margin-left: -300px;
width: 600px;
background-color: #ffffff;
position: absolute;
z-index: 101;
padding: 0px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
}

.reveal-modal-header
{
font-size: 16px;
font-family: Verdana;
color: #252728;
font-weight: bold; 
padding: 20px;
border-bottom: 1px solid #d0d0d0; 
}
		
.reveal-modal-body
{
font-size: 12px;
font-family: Verdana;
color: #585858;
font-weight: normal; 
text-decoration: none;
line-height: 140%;
padding: 30px;
border-bottom: 1px solid #d0d0d0; 
}

.reveal-modal-footer
{
padding: 15px;
background-color: #f6f6f6;
border-top: 1px solid #ffffff; 
border-bottom-left-radius: 2px; 
-moz-border-radius-topbottom: 2px; 
-webkit-border-bottom-left-radius: 2px; 
border-bottom-right-radius: 2px; 
-moz-border-radius-bottomright: 2px; 
-webkit-border-bottomp-right-radius: 2px; 
}

a.reveal-modal-footerlink:link, a.reveal-modal-footerlink:visited, a.reveal-modal-footerlink:active { color: #e63a86; font-size: 12px; font-family: Verdana; line-height: 140%; font-weight: normal; text-decoration: underline; }
a.reveal-modal-footerlink:hover { color: #656565; font-size: 12px; font-family: Verdana; line-height: 140%; font-weight: normal; text-decoration: none; }

.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal 
{
font-size: 14px;
line-height: .5;
position: absolute;
top: 11px;
right: 11px;
color: #aaa;
text-shadow: 0 -1px 1px rbga(0,0,0,.6);
font-weight: bold;
cursor: pointer;
}