#status_div{
	display:none;
}
.hidden{
  display:none !important;
}

.clearfix{
  clear:both;
}
.error_msg{
	padding: 9px 6px 10px;
background: coral;
border: 1px dotted red;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color:#fff;
}
.conf_msg{
	padding: 9px 6px 10px;
	background: #CF9;
	border: 1px dotted #9C0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#fff;
}
#status_ajax{
	display:none;
}
.footer_container{
	position: fixed;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	right: 5px;
	bottom: 0px;
	z-index: 10000;
	line-height: 11px;
	display:none;
	display:pointer;
}
.footer_container .block_content{
	position:absolute;
	margin:40px 10px 10px 10px;
	top:0px;
	left:0px;
}
.sppgf-neon-glow {
	text-shadow: 0 0 3px #ddd, 0 0 5px #ddd, 0 0 7px #ddd, 0 0 9px #2dff2d, 0 0 11px #2dff2d, 0 0 13px #2dff2d, 0 0 15px #2dff2d;
}
.sppgf-red-glow {
	text-shadow: 0 0 3px #ddd, 0 0 5px #ddd, 0 0 7px #ddd, 0 0 9px rgb(243, 22, 22), 0 0 11px rgb(243, 22, 22), 0 0 13px rgb(243, 22, 22), 0 0 15px rgb(243, 22, 22);
}
.sppgf-light-glow {
	text-shadow: 0 0 5px rgb(255, 255, 255);
}
.sppgf-dark-glow {
	text-shadow: 0 0 5px rgb(77, 77, 77);
}
.sppgf-high-rise {
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.sppgf-low-rise {
	text-shadow: 0px 1px 1px #000;
}
.sppgf-emboss {
	text-shadow: 0px 1px 0px #ebebeb;
}
.sppgf-letterpress {
	text-shadow: 0px 2px 1px rgb(185, 185, 185);
}
.sppgf-offset-shadow {
	text-shadow: 2px 2px 0px #ffffff, 4px 4px 0px #000000;
}
.sppgf-red-stroke {
	color: #ffffff;
	text-shadow:0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 2px 5px #7d7d7d;
}
.sppgf-black-stroke {
	color: #ffffff;
	text-shadow:0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 2px 5px #7d7d7d;
}