
/* ******************************************************* */
/* ***************  ESSENTIAL LAYOUT ********************* */
/* ******************************************************* */

#header {
	width:100%;
	clear:both;
	position: relative;
	background-color:#999999;
	margin:0;
	padding:0;
}

#topContainer{
	background-color: #c0c0c0;
	clear:both;
	margin:0;
	padding:0;
}

.whiteContent {
	display: none;
	position: absolute;
	top: 130%;
	left: 34%;
	width: 402px;
	height: 358px;
	background:transparent url(../images/social-box-popup-bg.png) repeat;
	z-index:2000;
	overflow: auto;
}

.whiteContent img {
	border:none;
}

.whiteContent a {
	outline:none;
}

.popUpContainer {
	background-color:#F5F8FD;
	width:360px;
	*width:380px;
	height:315px;
	*height:310px;
	border:1px solid #000;
	margin:10px 0px 0px 10px;
	padding:10px;
}

.popUpHeader {
	text-align:right;
}

.popUpBody {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	margin:0px;
}

.popUpBody p {
	padding:8px 0px;
	margin:0px;
}

.popUpFooter {
	border:1px solid #c5c9cc;
	margin:10px 0px 0px 80px;
	padding:0px;
	width:215px;
	overflow:hidden;
}