@charset "UTF-8";
/* CSS Document */

body  {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.sent {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	width:360px;
}

.form {
	padding-top:95px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
}

.text {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.modal-form {
	height:100%;
	left:0;
	min-height:100%;
	position:absolute;
	top:0;
	width:100%;
}

.modal-form-bg {
	background:#FFFFFF none repeat scroll 0 0;
	height:100%;
	left:0;
	min-height:100%;
	filter: alpha(opacity=60);
	opacity:0.6;
	position:absolute;
	top:0;
	width:100%;
	z-index:10000;
}

.modal-form-container {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #000000;
	position:absolute;
	z-index:10002;
	text-align:left;
	left: 400px;
	top: 100px;
}

.error {
	color: #f00;
}

.show-popup iframe {
	display: none;
}

