#popup-wrapper {
	display:none;
}

#destins-popup {
	float:left;
	width:600px;
	height:500px;
	position:relative;
	background:url("../images/popup.jpg") no-repeat left top;
}

a#close_popup {
	position:absolute;
	top:4px;
	right:9px;
	height:17px;
	width:15px;
	background:url("../images/x-active.jpg") no-repeat;
}

a#close_popup:hover {
	background:url("../images/x-hover.jpg") no-repeat;
}

#subscriber_name {
	position:absolute;
	left:420px;
	top:300px;
	border:1px solid #cacaca;
	width:153px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#b5b5b5;
	font-style:italic;
	text-indent:5px;
}

#subscriber_email {
	position:absolute;
	left:420px;
	top:337px;
	border:1px solid #cacaca;
	width:153px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#b5b5b5;
	font-style:italic;
	text-indent:5px;
}

#submit-button {
	position:absolute;
	left:411px;
	top:380px;
}

input.popup_error {
	border:1px solid red!important;
}