﻿*
{ /*general styling*/
	margin:0;
	padding:0;
}
 
#wrap
{
	width:600px;
	margin:100px auto;
}

#content
{
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	padding:20px 0;
}

 
 
 
 /**styling for the popup
**/
 
#popupContainer
{
	 
	margin-top:-250px;
	width:500px;
	background:url('images/body_bg.jpg') repeat-x left bottom #e5e5e5;
	border:5px solid #cecece;
	z-index:2;
	padding:10px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#popupContainer h1
{
	text-align:left;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#993300;
	font:22px;
	border-bottom:2px dotted #D3D3D3;
	padding: 5px 2px;
	margin-bottom:10px;
}
#popupContainer p
{
	font-size:16px;
	line-height:1.4;
}
#popupContainerr
{
	 
	margin-top:-250px;
	width:500px;
	background:url('images/body_bg.jpg') repeat-x left bottom #e5e5e5;
	border:5px solid #cecece;
	z-index:2;
	padding:10px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#popupContainerr h1
{
	text-align:left;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#993300;
	font:22px;
	border-bottom:2px dotted #D3D3D3;
	padding: 5px 2px;
	margin-bottom:10px;
}
#popupContainerr p
{
	font-size:16px;
	line-height:1.4;
}
#close
{
	background:url('images/x.png') no-repeat center center;
	cursor:pointer;
	width:25px;
	height:26px;
	position:fixed;
	z-index:3200;
	position:absolute;
	top:-25px;
	right:-22px;
}
#button
{
	text-align:center;
	padding:10px;
}
#buttonn
{
	text-align:center;
	padding:10px;
}
#buttonnn
{
	text-align:center;
	padding:10px;
}
#buttonN
{
	text-align:center;
	padding:10px;
}
.hidden { display:none; }
