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

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

#contact-us {
	padding-left: 10px;
color: #FFFFFF;	
}
	#contact-us textarea {
		height: 100px;
	}

#contact-us-message {
position: relative;
float: left;
display: inline;
margin-bottom: 0px;
width: 157px;
}

.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 10px 0px;
}

.error {
position: relative;
float: left;
display: inline;
margin-bottom: 10px;
	border: 1px solid #ff0000;
	background: #ffdddd;
	background-image: url('../images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.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: none;
	font-weight: bold;
	padding: 0px;
	font-size: 10px;
	color: #F3F2F1;
}
