@charset "UTF-8";
/* CSS Document */

#popup_email_request {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/   
	width:597px;
	height:562px;
	margin-left: -298px;
	background-color:#e3f2e2;
	border:1px solid #cecece;  
	z-index:2;  
	text-align:center;
}

#request_container {
	width:595px;
	height:560px;
	background-color:#e3f2e2;
	background-image:url(../images/email_request_background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:1px solid black;
}

a.popup_links {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a.popup_links:hover {
	font-weight:bold;
	color:#4B5A1C;
	text-decoration:underline;
}

#popup_close_button {
	position:absolute;
	top:10px;
	right:10px;
}

#request_firstname {
	text-align:left;
	position:absolute;
	top:20px;
	left:245px;
}

#request_lastname {
	text-align:left;
	position:absolute;
	top:60px;
	left:245px;
}

#request_phone {
	text-align:left;
	position:absolute;
	top:100px;
	left:245px;
}

#request_email {
	text-align:left;
	position:absolute;
	top:140px;
	left:245px;
}

#request_arrival {
	text-align:left;
	position:absolute;
	top:270px;
	left:245px;
}
#request_arrival_text {
	text-align:right;
	font-size:1.2em;
	position:absolute;
	top:274px;
	left:245px;
	left:6px;
	width:222px
}

#request_model {
	text-align:left;
	position:absolute;
	top:310px;
	left:245px;
}
#request_model_text {
	text-align:right;
	font-size:1.2em;
	position:absolute;
	top:313px;
	left:6px;
	width:222px;
}

#request_interests {
	text-align:left;
	position:absolute;
	top:362px;
	left:245px;
}
#request_interests_text {
	text-align:right;
	font-size:1.2em;
	position:absolute;
	top:350px;
	left:6px;
	width:222px;
}

#request_send {
	text-align:left;
	position:absolute;
	top:505px;
	left:245px;
}

#popup_background {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	opacity:.7;
	filter:alpha(opacity=70);
	background-color:#000000;
	border:1px solid #cecece;  
	z-index:1;  

}

