/*
	CSS Document: css_popup.css
	Version: 1.0 | Date: 
	Project: [CLIENT-DOMAIN]
	Author: websLINE, 2009
	-------
*/

html, body {
     margin:0;
     padding:0;
     height:100%;
	}
body {
	text-align: center;
	background: #fff;
	}

img {
	border: 0;
	}

div#popup,
div#popupShort {
	margin: 25px auto;
	text-align: left;
	min-height: 90%;
	position: relative;
	background: #efefef;
	border-bottom: 4px solid #900;
	background: url(img_popup-bg.gif);
	}
div#popup {
	width: 650px;
	}
div#popup2 {
	width: 500px;
	}
* html #popup,
* html #popup2 {
	height: 90%;
	}
.recommend {
	width: 400px;
	margin: 0 auto;
	}

#header	{
	height: 145px;
	vertical-align: top;
	background: url(img_popup-head.gif);
	}
#content {
	vertical-align: top;
	padding: 20px 25px;
	}

a.close {
	color: #666;
	}
