
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 40%;
	width: 340px;
	padding: 48px 15px 15px 15px;
	margin:0;
	border:5px solid #722223;
	background-color: white;
	z-index:101;
	overflow: none;
	
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:370px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #722223;
	background-color: #3d0b0c;
	color:white;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
label.gsom-optin-div-label{
margin:0;
padding:0;
display:inline;
font-family:Arial, Helvetica, sans-serif;
}
#box input.gsom_fname_field{
  width:200px;
  float:left;
  height:18px;
  border:1px solid #777;
}
.gsom_sfi{
  margin:10px 0 0 0;
  width:100%;
  float:left;}
  .gsom-optin-radiogroup input{
  margin:10px 0 0 0;
  width:80px;
  background:#000;
  height:25px;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
    }
#box p
{
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#777;
padding:15px 0 0 0;
margin:0;
text-align:right;
	
}
#box p a
{
color:#777;
text-decoration:underline;
	
}
#box p a:hover
{
color:#6fbc20;
text-decoration:none;
	
}
#box p.close
{
color:#6fbc20;
text-decoration:none;
padding:15px 0 0 0;
	
}
#box p.close a
{
color:#fff;
text-decoration:none;
font-size:13px;
font-weight:bold;
background:#000;
padding:7px;
 -moz-border-radius-topleft: 15px;
	 -moz-border-radius-topright: 15px;
	 -moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	
}
#box p.close a:hover
{
color:#6fbc20;
text-decoration:none;
	
}
p.image
{
color:#6fbc20;
text-decoration:none;
padding:0;
margin:0;
}
p.image a:hover img
{
opacity:0.5;
	filter: alpha(opacity=50);
}