html {
	height: 100%;
	}
body {
	height: 100%;
	}
table {
	width: 960px;
	height: 100%;
	border: 0;
	margin: 0 auto;
	padding: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
	}
table h3 {
	/*width: 750px;*/
	width: 680px;
	padding: 15px;
	margin: 0 0 0 200px;
	font-size: 30px;
	line-height: 1.3em;
	}
	
/* HEADER */
#header {
	width: 100%;
	border-top: 2px solid #000;
	font-size: 14px;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
#header h2.contact {
	margin: 0 15px 0 0;
	float: right;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	}
#header h2.contact a {
	padding: 6px 12px;
	background-color: #000;
	color: #999;
	text-decoration: none;
	display: block;
	}
#header h2.contact a:hover {
	color: #fff;
	}

/* CONTACT */
#contact {
	width: 100%;
	height: 350px;
	background-color: #000;
	color: #ccc;
	}
#contact .container {
	width: 700px;
	padding: 25px 0;
	margin: 0 auto;
	}
#contact h3 {
	margin: 0;
	font-size: 18px;
	}
#contact .elsewhere {
	width: 200px;
	float: left;
	}
#contact .elsewhere ul {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 16px;
	list-style: none;
	}
#contact .elsewhere ul li {
	margin: 5px 0 0 0;
	}

/* FORM */
#form {
	width: 500px;
	float: left;
	}
#form h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	}
input, textarea {
	padding: 5px;
	margin: 10px 0;
	color: #333;
	background-color: #eee;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.5em;
	}
input {
	width: 207px;
	margin-right: 10px;
	background-color: #eee;
	border: 1px solid #bbb;
	}
input.email {
	margin-right: 0;
	}
textarea {
	width: 440px;
	height: 100px;
	background-color: #eee;
	border: 1px solid #bbb;
	}
.error {
	border-color: #f00;
	background-color: #fcc;
	}
fieldset {
	border: 1px solid #999;
	padding: 10px 20px;
	}
legend {
	color: #ccc;
	font-size: 11px;
	}
button {
	color: #333;
	font-size: 13px;
	background-color: #ddd;
	background-image: url(/_assets/img/home/button.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #bbb;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #bbb;
	padding: 8px 12px;
	margin: 10px 0;
	}
button:hover {
	color: #06f;
	border-color: #9cf;
	cursor: pointer;
	}
div#loading {
	color: #ccc;
	padding: 12px 0 15px 0;
	margin: 0;
	display: none;
	}
div#loading img {
	margin-right: 10px;
	}
div#loading * {
	vertical-align: middle;
	}