
label {
	font-weight: bold;
	display: block;
	font-size:14px;
	color:#333;
	font-weight:normal;
	width:350px;
}

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


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

#contact-us {
	width: 275px;
	text-align:left;
}
	#contact-us textarea {
		height: 100px;
	}

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

.input-box {
	margin-top: 5px;
	height:40px;
	width:380px;
}

.input-message {
	margin-top: 5px; 
}

.submit {
	text-align: left;
}
	.submit input {
		font-weight: bold;
		width: 75px;
		border: 1px solid;
		border-color: #999;
		margin-top:15px;
	}

.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;
	width:320px;
}

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

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


#validEmail
		{	position:absolute;
		margin-left:10px;
		margin-top:5px;
			width: 16px;
			height: 16px;
		}
		
		.text
		{
			font-family: Arial, Tahoma, Helvetica;
		}