div.overlay {
	padding:0px;
	margin:0px;
	width:630px;
	height:630px;
	display:none;
	border:0px;
	overflow:hidden;
}

div.overlay div.close {
	background:url(../images/design/close.png) no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:35px;
	height:35px;
	cursor:pointer;
}
div.overlay p {
	color:#567;
	margin:40px;
}

#external {
	border:0px;
	background-image:url(../images/design/white.png);
	position:absolute !important;
	text-align: left;
}

#external_big {
	border:0px;
	background-image:url(../images/design/white_big.png);
	position:absolute !important;
	text-align: left;
}

#external a, a:visited, a:active {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
}
#external a:hover {
	color:#82141F;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
}
