.info {
	font-style:italic;
	color: #ffffff;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=25);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #ffffff;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("mask.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	font-size:12px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	margin-top:120px;
	margin-top:_150px;
}
#popupInner {
	border-top: 4px solid #656669;
	border-right: 4px solid #656669;
	border-bottom:4px solid #656669;
	border-left:4px solid #656669;
	background-color: #ffffff;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:2px solid #ffffff;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	position: relative;
	z-index: 203;
	visibility:hidden;
}
#popupTitle {
	float:left;
	font-size:1.1em;
	visibility:hidden;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
	visibility:hidden;
}
#popCloseBox
{
	visibility:hidden;
}

/*****************-----POP UP-STYLE-CSS----********************************/
.POP-UP{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	/*border: 1px solid #5b5b5b;*/
	margin:0 auto;
}

.POP-UP h1{
	font-size:13px;
	font-weight:bold;
	color:#656669;
	text-align:center;
}

.POP-UP p{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#656669;
	margin:0 0 5px 0;
}

.POP-UP input{
	text-align:center;
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.flash-tirette{
	border:2px #566DBB solid;
	height:105px;
	width:755px;
	margin:0 auto 5px auto;
}

.POP-UP table{
	text-align:center;
}