#newsletter_popup {
    background-image: url(../NewsletterPopup.png);
    background-color: none !important;
}

#fancybox-outer {
	background: none !important;
}


#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 875px  !important;
	height: 599px   !important;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#newsletter_popup_input {
    position: relative;
    top: 11.5em;
    left: 20em;
    width: 450px;
}
#newsletter_popup_input input{
    font-size: 12pt !important;
    color: #3f3f3f;
    float: left;
}
#newsletter_popup_field {
	width: 172px;
}

#newsletter_popup_close {
    position: relative;
    float: left;
    top: 34em;
    text-align: center;  
    width: 100%; 
    font-size: 9pt;
}
#newsletter_popup_close_link1 a{
    float: left;
    margin: 0 0 0 2.5em;
    text-decoration: underline;
}

#newsletter_popup_close_link2 a{
    float: right;
    margin: 0 2.5em 0 0;
    text-decoration: underline;
}

/* IE */
#newsletter_popup_close {
    * position: relative;
    * top: 33em;
    * text-align: center;  
    * width: 100%; 
    * font-size: 9pt;
}
#newsletter_popup_close_link2 a{
    * float: right;
    * margin: 0 3em 0 0;
    * text-decoration: underline;
}
#fancybox-close {
    display: none !important;
}
