/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

div#about {
	background-color: #005581 !important;
}

div.clsFacebook__Container {
	bottom: 0;
	text-align: right;
}

.clsJoinNow__Table tr {
	line-height: 21px;	
}

a.clsJoinUs__Link
, a.clsJoinUs__Link h1 {
	color: #ffffff !important;
}

a.clsJoinUs__Link:hover
, a.clsJoinUs__Link:hover h1 {
	text-decoration: underline !important;	
}

.clsRequired {
	color: darkred;
	font-weight: 900;
	font-size: 14px;
	padding-right: 5px;
}
.clsLabel {
	padding-right: 10px;
	text-align: right;
	color: #333333;	
	
}

.clsInstructions {
	padding: 10px 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;	
}

.clsButton__Container {
	padding: 15px 0 0 160px;
}
.clsButton__Send {
	height: 30px;
	width: 90px;	
	margin:  0 0 0 20px;
}

/* Thank You Confirmation Page */
.clsThankYou {
	text-align: center;
	padding: 50px 100px 100px 100px;
	font-size: 16pt;
	font-weight: 300;
}


/* (start) Old Style Overrides */
.style2 {
	font-size: 9px;	
}

