﻿#closebutton {
	position:absolute;
	left:-5000px;
	top:95px;
	margin-left:230px;
	z-index:11;
	width:20px;
	height:20px;
	background-color:#000;
}
#popup {
	position:absolute;
	width:564px;
	height:280px;
	padding:20px;
	padding-bottom:155px;
	overflow:hidden;
	margin-left:-302px;
	top:100px;
	left:50%;
	background-image:url(/_assets/images/quote/quotebg.gif);
	z-index:10;
}
.signup 
{
    display:none;
}
#quote1 {
	overflow:hidden;
	width:100%;
}
#quote2 {
	overflow:hidden;
	width:100%;
}
#quote3 {
	overflow:hidden;
	width:100%;
}
#quote4 {
	overflow:hidden;
	width:100%;
}
#signup_background {
	position:absolute;
	width:100%;
	height:101%;
	z-index:9;
	background-image:url(/_assets/images/bg-50.png);
	background-repeat:repeat;
	left:0px;
	top:0px;
}
