/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
 }
 

a:link, a:visited, a:active{
	color:#999;	
	text-decoration:none;
}

a:hover{
	color:#FFF;	
	text-decoration:underline;
}

.centerDiv /*centers  floating divs (this div has ie7 and below condition)*/ 
{
	text-align:center;
}


#load_XtremeFormula{
	width:714px;
	height:400px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	color:#999;
}


.emailStyleBG{
	background-image: url(../images/emailFrm_bg.gif);
	background-repeat: no-repeat;
	height: 48px;
	width:441px;	
}

.errorMsg{
  font-size:11px;
  font-weight:bold;
  color:#FF0000;
  display:none;	
}


.frmSent{
  font-size:11px;
  font-weight:bold;
  color:#090;
  padding:5px;	
}


.frmEmail{
	position:relative;
	top:11px;
	left:15px;
	width:400px;	
	color:#999;
	float:left;
	border:none;
	background-color:transparent;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.goBT{
	
	background-image: url(../images/goBT.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	height: 30px;
	width: 43px;	
	background-color:transparent;
	border:0px;
	position:relative;
	top:-14px;
	right:10px;
	float:right;
	cursor:hand;
	cursor:pointer;
}


.goBT:hover{
	background-image: url(../images/goBT.png);
	background-repeat: no-repeat;
	background-position:0px -30px;
}

.socialContainer{
	font-size:14px;
	font-weight:bold;
}

.footer{
	margin:5px;	
	right:11px;
	font-size:10px;
	color:#999;	
}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_button_compact .at15t_compact {
    float: left;
}   
