.greyMod {
	float: left;
	width: 676px;
	background-color: #CCCCCC;
}

.greyModTop {
	width: 676px;
	height: 15px;
	background: url('../images/greyMod/top.gif') top left no-repeat;
}

.greyModBody {
	position: relative;
	width: 636px; /*minus 40*/
	padding: 10px 20px;
}

.greyModBody h2 {
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	font-size: 20px;
	margin: 0px;
}

.greyModBottom {
	width: 636px; /*Minus 40*/
	height: 40px;
	padding: 0px 20px;
	background: url('../images/greyMod/bottom.gif') top left no-repeat;
}

.greyModBottom, .greyModBottom a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
}

table.contact {
	width: 400px;
	margin-right: 20px;
	margin-left: 0px;
}

table.contact td.label {
	font-weight: bold;
	vertical-align: top;
}

table.contact td.input {
	width: 310px;
	text-align: right;
}

table.contact input, table.contact textarea {
	padding-top: 4px;
	width: 300px;
	border: 0px;
	line-height: 24px;
	font-size: 14px;
}

table.contact input {
	height: 20px;
}

table.contact input.submit {
	height: auto;
	width: auto;
}

table.contact textarea {
	height: 100px;
}

.blue {
	color: #5a7790;
}

.contactDetails {
	float: left;
	width: 180px;
}

.finePrint {
	font-size: 10px;
	margin: 2px;
}

#err {
	color: #FF0000;
	font-style: italic;
}

#msg {
	color: #009900;
	font-style: italic;
	font-weight: bold;
	margin: 2px;
}

.errField {
	background: #FFEEEE;
}


.popup {
	position: absolute;
	width: 600px;
	left: -50px;
	z-index: 100;
}

.popupTop {
	width: 600px;
	height: 25px;
	background: url('../images/popup-top.png') no-repeat;
}

.popupBody {
	background: url('../images/popup-bg.png') repeat-y;
	width: 540px;
	padding: 0px 30px 10px 30px;
	color: #223344;
}

.popupBottom {
	width: 725px;
	height: 25px;
	background: url('../images/popup-bottom.png') no-repeat;
}

.popupBody h1 {
	color: #334455;
}

.alignright {
	text-align: right;
}
