
#container
{
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 495px;
}

.text_box{
color: #cdb58a;
	margin-bottom: 15px;
	background-color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #cdb58a;

}

textarea{
color: #cdb58a;
	width: 30em;
	margin-bottom: 15px;
	background-color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #cdb58a;

}


#container ul
{
	text-align: left;
	color: Red;
	padding: 0 0 0 1em;
}

#container ul li.success
{
	width:350px;
}

p small
{
	display: block;
}

#contact-submit{
	width: 110px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/btn-send.png) no-repeat 0 -30px;
	border-style: none;

}

#contact-submit:hover{
	width: 110px;
	height: 30px;
	background: url(images/btn-send.png) center 0;
}

#main img.loaderIcon
{
	width: 100px;
	position: absolute;
	top: 1em;
	right: 2em;
}

