#splashWipe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1500px;
	height: 2000px;
	background: #fff url('/assets/images/splash/loader.gif') 20px 20px no-repeat;
	z-index: 200;
}



#splashWrap {
    text-align: left;
	margin: 50px auto 0 auto;
	width: 712px;
}

#sWelcome {
	font-family: arial;
	font-size: 30px;
	color: #00275e;
	text-align: center;
}

#sPlease {
	font-size: 16px;
	font-family: arial;
	color: #f00076;
	text-align: center;
	margin: 0 0 50px 0;
}

/************************* buttons *********************/

#spButtons {
	background: url('/assets/images/splashNew/shadows.png') center bottom no-repeat;
	position: relative;
	height: 340px;
	width: 708px;
	margin: 0 auto 40px;
}

#spButtons a {
	display: block;
	text-align: center;
	position: absolute;
	text-indent: -99999px;
	background: url('/assets/images/splashNew/buttonBg.png');
	background-repeat: no-repeat;	
}

#spButtons #sManagement {
	width: 271px;
	height: 107px;
	background-position: 0px 0px;
	top: 0%;
	left: 219px;
}

#spButtons #sManagement:hover {
	background-position: 0px -107px;
}

#spButtons #sCommercial {
	width: 230px;
	height: 155px;
	background-position: 0px -214px;
	top: 45px;
	left: 0px;
}

#spButtons #sCommercial:hover {
	background-position: 0px -369px;
	
}

#spButtons #sCharteredSurveyors {
	width: 230px;
	height: 155px;	
	background-position: 0px -524px;
	left: 478px;
	top: 45px;
	
}
#spButtons #sCharteredSurveyors:hover {
	background-position: 0px -679px;
	
}

#spButtons #sResidential {
	width: 293px;
	height: 168px;
	background-position: 0px -834px;
	left: 207px;
	top: 110px;
	
}
#spButtons #sResidential:hover {
	background-position: 0px -1002px;
	
}

/************************* form *********************/

#splashWrap form {
	text-align: center;
	margin: 0 0 5px 0;
}

#splashWrap form label {
	font-size: 15px;
	padding: 0px 0 0 10px;
	color: #656565;
	font-family: arial;
	position: relative;
	top: 1px;
}

#splashWrap p {
	text-align: center;
}

/**************** international addition *************/

#interLink {
	text-align: center;
}

#interLink p {
	font-size: 18px;
	color: #373737;
	padding: 20px;
}

#interLink p a {
	text-decoration: underline;
	color: #f00076;
}

