/*
	Copyright 2009 AFFIRMA / Adal Hernandez Fraile
    contact: support at affirma dot nu
*/
div#modalPopup {
	position: absolute;
    z-index: 2;
    width: 500px;
    height: 600px;
    top: 30px;
    left: 40%;
    background: #fff url(../images/popup_bg_600x500.gif) 0 0 no-repeat;
    overflow: hidden;
}

div#modalPopupCloseButton {
	text-align: right;
    padding: 0 5px 0 0;
}

#modalPopupCloseButton {
	padding-top: 0;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 12px;
}

div#modalPopupCloseButton a {
	color: #ff2359;
    text-decoration: none;
    font-size: 1.1em;

}

div#modalPopup iframe {
	width: 490px;
    height: 512px;
    border: 0;
    margin: 5px 0 0 0;
    padding: 0 0px 0 7px;
}

#body_wrapper {
   display: block;
	 max-width: 400px;

}
