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

#popup {
    display:none;
    width:435px;
    border:0;
    background-color:transparent;
    position:absolute;
	top:0;
	left:0;
    z-index:200;
}

#popup_top {
background:transparent url(http://www.sprayerpics.com/imagesupload/popup_top_bg.png) left top no-repeat;
height:40px;
width:435px;
}

#popup_mid {
    background:transparent url(http://www.sprayerpics.com/imagesupload/popup_mid_bg.png) repeat-y top left;
    width:435px;
    height:auto;
    padding:0;
	text-align:center;
}

#popupContent {
	width:380px;
	margin:0 auto;
	background:#fff;
}

#popupContent h1 {
	font-size:100%;
	font-weight:normal;
	padding:5px 0 0 0;
	margin:0 10px;
	border-top:1px solid #ccc;
}

#popup_bot {
    background:transparent url(http://www.sprayerpics.com/imagesupload/popup_bot_bg.png) no-repeat top left;
    width:435px;
    height:40px;
}

