/* CSS Document */
@import "sitestyle.css";

#centreContainer {
	text-align: center;
	font-size:	14px;
}

.contactContainer {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	background-color: #FFFFCC;
	color: #0000CC;
	padding: 3px;
	line-height: 20px;
	text-align: left;
}

.humaninput
{
  height: 1px;
  visibility: hidden;
}

#thanks {text-align: center;}
