body.popup {
	background-color: #fff; /*AAD9FA*/
	background-image: none;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}

.popupcontent {
	font-size: 1.2em;
	padding: 20px 20px 10px 20px;
}

.popupcontent h1 {
	color:#ba0121; /* 625e67 */
	font-size:1.4em;
	font-style:italic;
	line-height:normal;
}
.popupcontent p {
	margin-top: 10px;
}


#closewin {
	width: 100%;
	background-color: #eee;
	border-bottom: 1px solid #999;
	font-size: 1.1em;
	text-align:right;
	padding: .5em 0 .5em 0;
}

#closewin a {
	color: #000;
	margin-right: .95em;
	font-size: 1em;
	padding-left: 15px;
	background: transparent url(../../img/basic/icon_link_closewin.gif) no-repeat 0 3px;
}

#closewin a:focus,
#closewin a:active {
	color: #fff;
	background-color: #000;
	background-image: none;
}
