/*Default.aspx styles*/
/*Calls to action*/
#callToActionContainer
{
	width: 908px;
	height: 572px;	
	margin-left: auto;
	margin-right: auto;
	z-index: 180;
	position: relative;
}
.callToAction
{
	float: left;
	width: 451px;
	height: 284px;
    overflow:hidden;
    clip:rect(0px,451px,284px,0px);
	/*border: solid 1px #FFF;*/
	/*Temp style*/
	/*background-color: #000000;*/
}
.no-background
{
	display: none;	
}
.border
{
	border: solid 1px #FFF;
}
.left
{
	margin-right: 2px;
}
.upper
{
	margin-bottom: 2px;
}
.white
{
		background-color: #FFF;
}
/*Newsletter signup*/
#newsletterSignUp
{
	height:65px;
    position:relative;
    color: #333;
    overflow:hidden;
}
#newletterSignUp label
{
	
}
#newsletterSignUp #newsletterHeader
{
	width: 70px;
	float: left;
}
#newsletterSignUp #newsletterInput
{
	float: left;
    position:relative;
}

#newsletterSignUp #newsletterInput #mailInput,
#newsletterSignUp #newsletterInput #wait
{
    /*position:absolute;*/
    top:0px;
    left:0px;
    width:371px;
    height:65px;
    background-color:#FFF;
}

a
{
	color: #333;	
}
.label
{
	color: #333;	
	padding-bottom: 15px;
}
.bold
{
	font-weight: bold;	
}
.italic
{
	font-style: italic;	
}

#tickerContainer {
    clear: both;
}

#error {
    clear: both;
}

#moostick a
{
	color: #808185;
	font-style: italic;
	text-decoration: none;
}
#submit
{
	/*padding-top: 3px;	
	margin-left: 4px;*/
}
#name
{
	color: #999;	
	width: 180px;
}
#email
{
	color: #999;	
	width: 180px;
}
.go
{
	float: left; 
	padding-top: 2px; 
	padding-left: 4px;
}
#emailContainer
{
	height: 24px;	
}
#emailInput
{
	float: left;	
}