/*
    The following CSS is consistent between example themes and should not be altered.
*/
* {
	margin: 0;
	padding: 0;
}
#popupboxy, #popupboxOverlay, #popupboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:visible;
}
#popupboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#popupboxMiddleLeft, #popupboxBottomLeft {
	clear:left;
}
#popupboxContent {
	position:relative;
}
#popupboxLoadedContent {
	overflow:auto;
}
#popupboxTitle {
	margin:0;
}
#popupboxLoadingOverlay, #popupboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#popupboxClose, .closebutton {
	cursor:pointer;
}
.popupboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.popupboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/*HoverBlock Style*/
#popupboxBlock {
	display:block;
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:8px;
	background-color:none;
	border:none;
	z-index:999;
}
#popupboxHiddendiv{
	display:none;
}
/* 
    User Style:
    Change the following styles to modify the appearance.
*/

#popupboxOverlay {
	background:#FFF;
}
#popupboxy {
}
#popupboxTopLeft {
	width:9px;
	height:9px;
	background:url(images/theme12/tl.png);
}
#popupboxTopRight {
	width:9px;
	height:9px;
	background:url(images/theme12/tr.png);
}
#popupboxBottomLeft {
	width:9px;
	height:9px;
	background:url(images/theme12/bl.png);
}
#popupboxBottomRight {
	width:9px;
	height:9px;
	background:url(images/theme12/br.png);
}
#popupboxMiddleLeft {
	width:9px;
	background:url(images/theme12/l.png) repeat-y;
}
#popupboxMiddleRight {
	width:9px;
	background:url(images/theme12/r.png) repeat-y;
}
#popupboxTopCenter {
	height:9px;
	background:url(images/theme12/tc.png) repeat-x;
}
#popupboxBottomCenter {
	height:9px;
	background:url(images/theme12/bc.png);
}
#popupboxContent {
	background:#fff;
	overflow:visible;
}
.popupboxIframe {
	background:#fff;
}
#popupboxError {
	padding:50px;
	border:1px solid #ccc;
}
#popupboxLoadedContent {
	margin-bottom:28px;
	padding:10px;
}
#popupboxLoadingOverlay {
	background:url(images/theme12/loading_background.png) no-repeat center center;
}
#popupboxLoadingGraphic {
	background:url(images/theme12/loading.gif) no-repeat center center;
}
#popupboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/theme12/close.png) no-repeat 0 0;
	width:28px;
	height:28px;
	text-indent:-9999px;
}
#popupboxClose:hover {
opacity:0.7;}
#popupboxPoweredby {
	position:absolute;
	bottom:-30px;
	right: 0;
	left: 0;
	margin:0 auto;
	width:140px;
	color:#DFDFDF;
	z-index:999;
	font-size:11px;
	text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
#popupboxPoweredby a {
	color:#DFDFDF;
	text-decoration:none;
	font-weight:bold;
}
#popupboxContent {
}
#popupboxContent p, #popupboxContent h1, #popupboxContent h2, #popupboxContent h3, #popupboxContent li, #popupboxContent a {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
}
#popupboxContent .list {
	list-style:none;
	width:410px;
	margin:0 auto;
	padding:0px;
	display:block;
	text-align:center;
}
#popupboxContent .list li:first-child {
	margin-left:0px;
	margin-top:0px;
}
#popupboxContent .list li {
	margin-top:10px;
	margin-left:0px;
}
#popupboxContent h2.title {
	 color: #2C2D31;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    line-height: 22px;
    padding-top: 20px;
    position: relative;
    top: 0;
	text-align:center;
}
#popupboxContent h3.tagline {
	text-align:center;
	color: #5E6066;
	font-size:14px;
	line-height:20px;
	padding-top:5px;
}
#popupboxContent p {
	color: #5E6066;
	font-size:14px;
	line-height:20px;
	padding:10px 10px 0px 10px;
}
#popupboxContent button::-moz-focus-inner {
    border: 0;
}
#popupboxContent a{
	color:#CCC;
	font-size:14px;
	text-decoration:none;
}
#popupboxContent a:hover{
	color:#333;
	transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
   -moz-transition: all 0.1s linear 0s;
   -webkit-transition: all 0.1s linear 0s;
}
#popupboxContent a:focus {
	border:0;
	outline:none;
}
#popupboxContent .spacer{
	height:20px;
	width:100%;
}
#popupboxContent button.green-button, #popupboxContent a.green-button {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font: bold 18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 12px 10px 13px 10px;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	min-width: 410px;
}
#popupboxContent button.green-button:hover, #popupboxContent a.green-button:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
	-o-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
}
#popupboxContent button.green-button:active, #popupboxContent a.green-button:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}