.text-colour{
	color:#dcdc5f;
	font-size:28px;
}

.spacer {
height:15px;
width:20px;
}

.divider{
	border-bottom:1px solid #553d44;
}

.section{
	background:#553d44;
	padding:4px;
}

.section h2{
	font-size:14px;
}

#frmSurvey .input-field-multiline{
	height:100px;
}

.short-instructions{
	font-style:italic;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:247px;
	margin-bottom:15px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:-99900; 
		background-color:#000; 
		color:#ffffff; 
		height:0px; 
		width:0%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
