@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic);
html,body{
	background:url('/s/site/tennisaustralia/background.png');
	font-family:lato,Arial,sans-serif;
}

h1{
	color:#0091d2;
	font-style:italic;
	font-weight:100;
	font-size:30px;
	margin:20px 0;
}

#banner-wrap{
	width:100%;
	height:183px;
}

#banner-top{
	height: 35px;
    position: absolute;
    width: 100%;
    background-color: #6e6e6e;
    z-index: 9999;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.75);
}

#banner-mid{
	height:90px;
	background-color:#0091D2;
	border-bottom:5px solid #156591;
	padding-top:32px;
}

#banner-bottom{
	background-color:#166B9A;
	height:56px;
}

#img-wrap-right{
	float: right;
    margin-top: -142px;
    width: 150px;
    height: 144px;
    background-color: white;
}

#logo-placement{
	margin:0 auto;
	width:960px;
}

#img-wrap{
	background-color: white;
    width: 150px;
    height: 144px;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	background-color:white;
	margin-bottom:100px;
}

#head{
	height:30px;
}

#body{
	padding: 15px;
	min-height:700px;
	/*margin-top:20px;
	padding-top:40px;*/
}

a,a:hover, a:active, a:focus {
	color: #0091d2;
	text-decoration: underline;
}

a:focus{
	border:none;
}

#head a, #head a:visited, #head a:link{
	color:#0091d2;
	font-size:15px;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:110px;
}

#lastSaved{
    margin-top:-70px;
}

#appnav{
}

#appnav h4{
	border:none;
}

.ftEditForm{
	border:none;	
	width:700px;
}

#appnav h3{
	background-color:#166B9A;
	color:white;
	padding:5px;
	border:none;
	font-size:15px;
}

#appnav h4{
	border:none;		
	padding:5px;
}

.appform h2, .ftEditSectionHeading{
	background-color:#0091d2;
	color:white;
	width:inherit;
}
.appform .btn{
	font-size:90%;
	border:none;
	background:none;
}

.appform .l{
	width: 197px;
}