﻿@charset "utf-8";
/* CSS Document */

#oQueE {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

#oQueECtd {
	background-color: #e5e5e5;
	display: block;
	position: absolute;
	margin: 0;
	padding: 15px;
	width: 460px;
	height: 158px;
	margin: -109px 0 0 -225px;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#oQueEBg {
	background-color: #333;
	display: block;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1; 
}

#oQueEClose {
	background-image: url(../img/buttons/sendToFriendsClose.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -5000em;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
}

#oQueECtd p {
	font-family: Arial !important;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
	width:430px;
}

#oQueECtd h2 {
	font-size: 18px;
	margin: 0;
	height: 25px;
}
