body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

label {
	font-weight: bold;
	display: block;
}

input, textarea {
	border: 1px solid #999;
	width: 275px;
	padding: 3px;
}

#container {
	margin: 10px 0 0 30px;
}

#contact-us {
	padding-left: 10px;
	width: 275px;
}
	#contact-us textarea {
		height: 100px;
	}

#contact-us-message {
	display: none;
}

.input-box {
	margin-bottom: 5px;
}

.submit {
	text-align: right;
}
	.submit input {
		font-weight: bold;
		width: 75px;
		border: 1px solid;
		border-color: #999 #333 #333 #999;
	}

.error, .success {
	padding: 5px 5px 5px 25px;
    margin: 5px 0px;
}

.error {
	border: 1px solid #ff0000;
	background: #ffdddd;
	background-image: url('images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.success {
	border: 1px solid #009900;
	background: #cfffcf;
	color: #003300;
	background-image: url('images/action-success.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.loading {
	background: #ffdddd;
	font-weight: bold;
	padding: 6px;
	font-size: 8pt;
}
