body{
	margin: 0;
	padding: 0;
	font-family: Frutiger, Univers, "Helvetica Neue", arial, helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	background-color:#3A548D;
}
body.tennis{
	color: #FFF;
}
#container{
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	width: 380px;
	padding: 10px;
}
.tennis #container{
	background-color: #3a548d;
}
h1{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
form{
	margin: 0 0 30px 0;
	padding: 0;
}
fieldset{
	padding: 15px 0 25px 0;
	border: 1px solid #FFF;
	border-bottom: 1px solid #333;
}
.tennis fieldset{
	border: 1px solid #3a548d;
	border-bottom: 1px solid #FFF;
}
fieldset#payment{
	border: none;
	padding-bottom: 10px;
}
legend{
	display: none;
}
table{
	width: 380px;
}
table tr td{
	width: 180px;
	vertical-align: top;
	height: 30px;
	padding: 0 0 0 5px;
}
table tr td span{
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
label{
	float: left; 
	width: 70px;
	padding-top: 2px;
	margin-bottom: 7px;
}
label.mini{
	width: 30px;
}
label.small{
	width: 60px;
}
label.medium{
	width: 85px;
}
label.large{
	width: 189px;
}
label.full{
	width: 340px;
}
input{
	border: 1px solid #505050;
	width: 110px;
	*width: 100px;
	font-size: 11px;
	padding: 2px 1px;
	margin-bottom: 7px;
}
input.inline{
	float: left;
	width: auto;
	margin-right: 5px !important;
}
input.medium{
	width:48px;
	*width: 45px;
}
input.large{
	width:180px;
}
input.small{
	width: 24px;
	*width: 21px;
}
input.check{
	border: none !important;
	margin-bottom: 0;
}
.FFRequired_MarkedBlank
{
	border: 1px solid #FF0000 !important;
}	
.CheckBoxSpan .FFRequired_MarkedBlank
{
	background:#FF0000 !important;
}
select.FFRequired_MarkedBlank
{
	background-color : #FF0000;
}
#availability strong{
	float: left;
	font-weight: normal;
	width: 90px;
	display: block;
	margin-bottom: 5px;
	padding-top: 2px;
}
#availability label{
	width: 20px;
	padding: 0 5px 0 10px;
}
#availability input{
	width: 90px !important;
	float: left;
}

textarea{
	border: 1px solid #505050;
	width: 300px;
	height: 110px;
	font-family: Frutiger, Univers, "Helvetica Neue", arial, helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}

select{
	width: 115px;
	*width: 105px;
	border: 1px solid #505050;
	margin-bottom: 7px;
	font-size: 11px;
	color: #333;
}
select.large{
	width: 185px;
	*width: 175px;
}

button{
	text-transform: uppercase;
	background: #FFF url(../images/button-white.png) top left no-repeat;
	height: 30px;
	width: 107px;
	float: right;
	border: none;
	text-indent: -5555px;
	cursor: pointer;
	margin: 10px 0 40px 0;
}
.tennis button{
	background-image: url(../images/button-blue.png);
}
.tennis input, .tennis textarea, .tennis select{
	border: 1px solid #FFF;
	background-color: #3a548d;
	color: #FFF;
}
a{
	color: #333;
}
.tennis a{
	color: #FFF;
}
a:hover{
	text-decoration: none;
}
:focus{
	outline: 0;
}

p#feedback{
	border: 1px solid red;
	padding: 10px 20px;
	background-color: #fff1f1;
	color: #333;
}