﻿#GymPic1
{
	text-align: center;
}

#GymText1
{
	text-align: center;
}

.HeaderDkPurpleSub + #GymPic1
{
	margin-top: 25px;
}

#GymPic1 + #GymText1
{
	margin: 25px 0 20px 0;	
}

#GymDivider
{
	width: 100%;
	margin: 0 0 25px 0;
	border-bottom: solid 1px #cccccc;
}

#ContactUsBodyContainer
{
	margin: 6px 0 0 0;
}

#ContactUsContainerLeft
{
	float: left;
	padding: 0 70px 0 0;	
}

#ContactUsContainerRight
{
	float: left;
}

.InputsOneLine
{
	width: 200px;
}

.InputsOneLine + .TextGrey
{
	margin-top: 12px;
}

.InputsMultiLine
{
	width: 320px;
}

#ContactUsFooter
{
	margin: 9px 6px 0 0;

}

#ContactUsFooterLeft
{
	float: right;
	width: 280px;
	margin-right: 10px;	
}

#ContactUsFooterRight
{
	float: right;	
}

#ContactUsContainer
{
}

#ContactUsSuccess
{
	margin-top: 10px;
}

.SendButton
{
	height: 40px;
	width: 88px;	
	display: block;
	background-image: url(../images/SendButtonUp.png);
	background-repeat: no-repeat;		
}
.SendButton:hover
{
	height: 40px;
	width: 88px;	
	display: block;
	background-image: url(../images/SendButtonOver.png);
	background-repeat: no-repeat;		
}