/* popup_box DIV-Styles*/
.popup-cover {
	display:none; /* Hide the DIV */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.popup-content {
	position: fixed;
	top: 260px;
	left: 50%;
	margin: -85px 0 0 -263px;
	height: 210px;
	width: 527px;
	background: #eeeeef;
	z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	border: 1px solid #cccccc;
	font-size: 15px;
	-moz-box-shadow: 0 0 5px #ff0000;
	-webkit-box-shadow: 0 0 5px #ff0000;
	box-shadow: 0 0 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.popup-cover .masker {
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: .6;

	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	
}
/* This is for the positioning of the Close Link */
.popup-content .close {
	font-size: 18px;
	line-height: 15px;
	right: 12px;
	top: 12px;
	position: absolute;
	color: #222222;
	font-weight: 500;
	text-decoration:none;
}
#popbuttonstyle {
	width: 175px;
	height: 30px;
	font-size: 14px;
	font-family: Arial;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background: url(../images/popupnote_button.gif) repeat-x;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: left;
	margin: 10px;
	display: inline-block;
	line-height: 30px;
}
#popbuttonstyle:hover {
	width: 175px;
	height: 30px;
	font-size: 14px;
	font-family: Arial;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: left;
	margin: 10px;
	display: inline-block;
	line-height: 30px;
	background: #f6f6f6 url(../images/popupnote_button_over.gif) repeat-x;
}
#popbuttonstyle a {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	width: 175px;
}
#popcolorblue {
	color: #0099FF;
}
.popup-content #big {
	font-family: Arial;
	font-size: 19px;
	color: #000000;
	font-weight: bold;
}
.popup-content #small {
	padding-top: 12px;
	font-family: Arial;
	font-size: 18px;
	color: #555555;
}
.popup-content span {
	color: #2a9cb7;
}
.popup-content .buttongroup {
	clear: both;
	padding-left: 70px;
	padding-top: 15px;
}
.popleft {
	float: left;
	padding-top: 45px;
	padding-left: 28px;
	padding-right: 12px;
}
.popright {
	padding-top: 45px;
	padding-left: 28px;
	padding-right: 12px;
}

.popup-content.error .title{
	color:#e30613;
	font-size:20px;
	line-height:48px;
	font-weight:bold;
}
.popup-content.error .content{
	color:#58595b;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	padding-left:56px;
}