﻿
#overlay { position: fixed; top: 50%; left: 50%; width: 90%; height: 100%;}
#modal { position: absolute; background: rgba(0,0,0,0.2); border-radius: 14px; padding: 8px; }
#content { background: #fff; border-radius: 8px; padding: 20px; }
#close { position: absolute; background: url(../images/Close_Icon.png);background-repeat:no-repeat; top: -7px; right: -7px; width: 24px; height: 27px; display: block; text-indent: -9999px; }
a.subscribe {	
	color:#fff;
	font-family:MuseoSans-700;font-weight:normal;	
	font-size:1em;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;	   
	background:#01b0e2;	
	line-height:20px;
	padding: 5px 5px 5px 5px;

}

