/*
	CSS Document: css_popup.css
	Version: 1.0 | Date: 2007-09-03
	Project: www.websline.de 
	Author: websLINE, 2007
	-------
*/

body {
	text-align: center;
	padding: 0;	margin: 0;
	background: #F0EFEB;
	}

table#popup {
	border-left: 1px solid #D5D4D0;
	border-right: 1px solid #D5D4D0;
	border-bottom: 1px solid #D5D4D0;
	}
table#popup td {
	border-left: 1px solid #C3C2BF;
	border-right: 1px solid #C3C2BF;
	}

#popup, #recommend, #liveabm, #login {
	text-align: left;
	margin: 0 auto; padding: 0 0 0 3px;
	background: #fff;
	}
#liveabm {
	padding: 0; margin: 10px auto;
	position: relative;
	}
#popup {
	width: 550px;
	height: 90%;
	padding: 0px;
	}
#popup h1{
	font-size: 15px;
	color: #248EB4 !important;
	padding-bottom: 7px;
	margin: 25px 0 25px 0;
}
#popup h2 {
	font-size: 13px !important;
	}
#popup p {
	font-size: 11px;
	margin: 15px 0;
	line-height:16px;
	}
#recommend {
	width: 440px;
	}
#liveabm, #login {
	width: 750px;
	}

.head	{
	vertical-align: top;
	background: url(img_bg-navItem.gif) repeat-x left bottom;
	}
.head img {
	margin: 20px;
	}
.head a {
	float: right;
	display: block;
	padding: 20px 23px 0 0;
	color: #999;
	}
#content {
	border-top: 3px solid #fff;
	border-bottom: 1px solid #C3C2BF;
	background: url(img_bg-popupContent.gif) repeat-x;
	vertical-align: top;
	padding: 20px 20px 40px 20px;
	}
#liveabm #content {
	background: none;
	}
.footer {
	margin: 10px auto;
	color: #999;
	}
	
#header	{
	height: 90px;
	vertical-align: top;
	background: url(img_logo.gif) no-repeat 25px 10px;
	}
#content {
	vertical-align: top;
	padding: 20px 25px;
	}

a.close {
	color:#547997;
	}