* {
	font-family: Tahoma, Arial, sans-seriff;
}

.about {
	text-align: center;
	margin-top: 50px;
}

div {
	overflow: hidden;
}

div#blocker {
	background-color: #000;
	border: medium none;
	cursor: wait;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: url('/images/loading.gif') no-repeat center #000;
}

div#form {
	width: 500px;
	margin: 0 auto 50px;

}

div#form h1 {
	color: #006699;
	font-size: 16px;
	text-align: center;
	margin: 15px auto;
}

div#form .row {
	width: 500px;
	white-space: nowrap;
	margin-bottom: 5px;
}

div#form .row div {
	float: left;
	width: 340px;
}

div#form .row input, div#form .row textarea {
	width: 100%;
	border: 1px solid #999;
	color: #666;
	resize: none;
	font-size: 14px;
}

div#form .row div:first-child {
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

div#form .row div {

}

div#form button {
	color: #444;
	background-color: #ccc;
	border: 1px solid #999;
}

.about h1 {
	color: #006699;
}

.about strong {
	font-weight: normal;
}

.about img {
	border: 1px solid #000; 
	margin: 10px auto;
}

.about p {
	color: #666666;
}