div#primary, div#secondary {
	position: absolute;
	z-index: 10;
	top: 30px;
}

div#primary {
	width: 400px;
	left: 30px;
}

div#secondary {
	width: 420px;
	left: 480px;
}

div#twitter_div {
	padding-left: 4em;
	background: transparent url("/img/global/twitter.png") 0 0 no-repeat;
}

div#twitter_div h2 {
	margin: 0;
}

ul#twitter_update_list {
	padding-top: 1em;
	background: transparent url("/img/global/hr_tile.png") 0 top repeat-x;
	display: none;
}

ul#twitter_update_list li span a {
	color: #b6ecff;
}

ul#twitter_update_list li {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: transparent url("/img/global/hr_tile.png") 0 bottom repeat-x;
}

ul#twitter_update_list li span {
	display: block;
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-style: normal;
}

form#contactForm button {
	float: left;
	margin-top: 0.8em;
	width: 65px;
	height: 30px;
	background: transparent url("/img/global/send.png") 0 top no-repeat;
}

span.required {
	color: #aaa;
	padding-left: 0.5em;
}

p.failure, span.failure {
	color: #f93;
}

p.success {
	color: #9f6;
}