/* CSS Document */

/* regular pop-up */
#regular-popup {
	position: absolute; 
	top: 70px; 
	left: 50px; 
	display: none;
	z-index: 100;
	margin:0;
	padding:0;
	width:600px;
}
#left-corner {
	background: url("/customer-service/images/popup-left-corner.png") left bottom no-repeat;
	float:left;
	margin:0;
	padding:0;
	height:5px;
	width:5px;
	font-size:.75em;
	}

#middle {
	background: url("/customer-service/images/popup-top.png") left bottom repeat-x;
	float:left;
	width:583px;
	height:5px;
	padding:0;
	margin:0;
	width:583px;
	font-size:.75em;
	}

#right-corner {
	background: url("/customer-service/images/popup-right-corner.png") right bottom no-repeat;
	margin:0;
	padding:0;
	height:5px;
	float:left;
	width:12px;
	font-size:.75em;
	}

#popup-content {
	margin:0;
	padding:0;
	background: url("/customer-service/images/popup-left-main.gif") top left no-repeat;
	}

#popup-content div.right-side {
	margin:0 0 0 5px;
	padding:0 0 20px 0;
	background: url("/customer-service/images/main-content.png") top right no-repeat;
	clear:left;
	}
#popup-content div.right-side .article{
	width:560px;
	padding:0 15px;
	}
#popup-content #close-button {
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
}

#popup-content h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 18px 0 0 15px;
	margin:0;
}
#popup-content div.right-side p {
	margin:0;
	font-size: .75em;
	padding-top: 18px;
	}
#bottom-left-corner {
	background: url("/customer-service/images/pop-bottom-left-corner.png") left top no-repeat;
	float:left;
	margin:0;
	padding:0;
	height:12px;
	width:5px;
	font-size:.75em;
	}

#bottom-middle {
	background: url("/customer-service/images/popup-bottom-main.png") left top repeat-x;
	float:left;
	width:583px;
	height:12px;
	padding:0;
	margin:0;
	width:583px;
	font-size:.75em;
	}

#bottom-right-corner {
	background: url("/customer-service/images/pop-bottom-right-corner.png") right top no-repeat;
	margin:0;
	padding:0;
	height:12px;
	float:left;
	width:12px;
	font-size:.75em;
	}
#popup-content .right-side .padding{
	padding: 15px 0  0 15px;
}

#popup-content div.right-side p.less{
	padding-top:5px;
}
#popup-content div.right-side p.small{
	font-size:0.69em;
}
	/*****************/
