/*
	Author: Chris Hobday
	Page Name: test.css
	Date: 30/May/2016
	Description: This is a test css file
*/

body{
	
}

#info-form-wrapper{
	background-color:grey;
	display:none;
	position:fixed;
	text-align:center;
	width:auto;height:auto;
	left:50%;top:50%;
	margin-left:-100px;margin-top:-125px;
	padding:20px;
	z-index:10;
}

	#info-form{
		/*background-color:purple;*/
	}
	
#show-info-form-button{
	background-color:white;
}

.errorMessage{
	color:red;
}