/* subscribe_box DIV-Styles*/
#subscribe_box
{ 
	display:none; /* Hide the DIV */
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6 */  
	width:135px;  
	height:25px;
	z-index:1000; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	cursor:pointer;
	text-align: center;
	background-color:#ffffff;
	background-image:url('/global/images/img/pattern_light_transparent.png');
}
#subscribeB
{
	color:#062119;
	font-size: 0.9em;
	font-weight:bold;
	padding: 4px 30px;
	background-color: #d9a11c;
}
#subscribeTxt
{
	display: none;
	text-align: left;
	word-wrap: break-word;
	color:#062119;
	font-size: 0.7em;
	font-weight:bold;
	padding: 5px 15px;
}
#subscribe_form
{
	padding-top:10px;
}
.sMask
{
	overflow:hidden;
}
.sRoundedCorners
{
	/*Corners*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius: 7px;
	border-top-left-radius: 0px; /* future proofing */
	border-top-right-radius: 0px; /* future proofing */
	border-bottom-left-radius: 7px; /* future proofing */
	border-bottom-right-radius: 7px; /* future proofing */
	-khtml-border-top-left-radius: 0px; /* for old Konqueror browsers */
	-khtml-border-top-right-radius: 0px; /* for old Konqueror browsers */
	-khtml-border-bottom-left-radius: 7px; /* for old Konqueror browsers */
	-khtml-border-bottom-right-radius: 7px; /* for old Konqueror browsers */
}
.sShadows
{
	/*Shadows*/
	-moz-box-shadow:    0px 0px 25px 0px #111111;
	-webkit-box-shadow: 0px 0px 25px 0px #111111;
	box-shadow:         0px 0px 25px 0px #111111;
}
