.box-modal {
	position: relative;
	width: 750px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
h2.social_header {font-size: 27px; font-family: Georgia; font-style: italic; text-align: center;color: #5B3029; margin-bottom: 15px;}
p.social_message {font-family: Georgia; font-style: italic; text-align: center; color: #5B3029; font-size: 17px; margin-bottom: 7px !important;}
p.allready_subscribe {font-family: Georgia; font-style: italic; text-align: center; color: #5B3029; font-size: 15px; margin-bottom: 0px !important;}
span.arcticmodal-close {border-bottom: 1px dashed #5B3029; padding-bottom: 2px;}
span.arcticmodal-close:hover {cursor: pointer !important; text-decoration: none;} 