body
{ 
background-image: url(images/contact_bg.jpg);
background-repeat: repeat-x
} 


.flashcontent {
width:100%;
top:0px;
position:absolute;
}


.building
{ 
background-image: url(images/building_bg.jpg);
background-repeat: repeat-x
} 

.margin
{ 
font-family: arial; 
font-size: 14px; 
color: #93a6b2;
}
.required
{ 
font-family: arial; 
font-size: 10px; 
color: #ff0000;
}
.join
{
position:absolute;
left:325px;
top:380px
}

.bluetext
{
font-family: arial;
font-size: 14px;
color: #93a6b2;
}

.button {
	font-family: Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #93a6b2;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #93a6b2;
	width:100px;
}	