﻿body 
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

h1 
{
	font-size: 16px;
}

a 
{
	color: green;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a.delete 
{
	color: #ff0000;
}

.green 
{
	border: 1px solid 999;
}

.pagecontent 
{

	margin: auto;
	text-align: center;
}

div#logoContainer
{
	width: 648px;
	height: 111px;	
	margin: 0 auto;
	margin-bottom: 20px;
}

div#logoContainer div 
{
	padding: 0 20px;
	height: 111px;
	background-image: url('../Images/divline.gif');
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

div#logoContainer div.last
{
	background-image: none;
}

div#logoContainer div.borderline img
{
	margin-top: 16px;
}

div#logoContainer div.barfly img
{
	margin-top: 16px;
}

div#logoContainerFacebook
{
	width: 474px;
	height: 84px;	
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}

div#logoContainerFacebook div 
{
	padding: 0 16px;
	height: 84px;
	background-image: url('../Images/divline.gif');
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

div#logoContainerFacebook div.last
{
	background-image: none;
}

div#logoContainerFacebook div.borderline img
{
	margin-top: 16px;
}

div#logoContainerFacebook div.barfly img
{
	margin-top: 16px;
}

#registrationblurb
{
	font-size: 14px;
	width: 600px;
}

#registrationblurbfb
{
	font-size: 14px;
	width: 100%;
}

#registrationtable 
{
	margin: auto;
	text-align: left;
}

#registrationtable td 
{
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#registrationtable td.noborder
{
	border-top: 0px;
}

#msgrequired
{
	margin-top: 4px;
}

#mailinglist 
{
	width: 500px;
}

#zimbalamblurb 
{
	width: 595px;
	text-align: left;
}

#registrationcomplete 
{
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
}

.zimbalamlogo 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.requiredfield
{
	color: #990000;
}

#btnSubmit 
{
	width: 80px;
}
