*{
    margin:0;
    padding:0;
}

#contact{
	width:450px;
	height:410px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contact h1{
    color:#594D4B;
    text-shadow:2px 1px 2px #fff;
    margin-left:10px;
    font-size:36px;
    letter-spacing:-3px;
}
#contact form{
	width:460px;
	height:460px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#contact p{
	width:484px;
	float:left;
	clear:both;
	position:relative;
}
#contact label{
	float:left;
	text-align:left;
	padding-right:10px;
	color:#6A5D5B;
	line-height:23px;
	width: 160px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contact input[type="text"],
#contact textarea{
	float:left;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 24px;
	width:250px;
	border:1px solid #ddd;
	background-color:#F2F2F2;
	font-weight:bold;
	color:#970000;
	border-radius:5px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:1px 1px 1px #000;
	box-shadow:1px 1px 1px #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#contact textarea{
	overflow-x:hidden;
	width: 300px;
}
#contact input[type="text"]:focus,
#contact textarea:focus{
	background-color:#CCC;
	color: #970000;
}
#contact input[type="submit"]{
	height:31px;
	float:right;
	background-color:#600;
	border:1px solid #333;
	border-right:none;
	height:30px;
	padding:0px 30px 2px 30px;
	font-size:10px;
	letter-spacing:0px;
	color:#ddd;
	margin:15px 5px 0px 0px;
	text-transform:uppercase;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	cursor:pointer;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-radius:5px 0px 0px 5px;
	text-shadow:1px 1px 1px #333;
}
#contact input[type="button"]:hover{
    color:#fff;
    opacity:1.0;
}
#contact p.submit{
    height:40px;
    position:relative;
}
#contact label span{
    font-size:10px;
    font-weight:bold;
    color:#777;
    margin-left:3px;
}
.error{
    background-color:#6F6968;
    border:1px solid #333;
    border-left:none;
    width:180px;
    height:30px;
    position:absolute;
    top:4px;
    right:-175px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius:0px 5px 5px 0px;
}
.error span{
    margin-left:10px;
    line-height:30px;
    text-shadow:1px 1px 1px #333;
}
.loader{
    background:transparent url(../images/ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    position:absolute;
    top:15px;
    left:500px;
}
.success{
    height:31px;
    position:absolute;
    top:15px;
    left:4px;
    text-align:right;
    padding:5px 20px 0px 0px;
    width:450px;
    background-color:#6F6968;
    border:1px solid #333;
    border-left:none;
    height:25px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius:0px 5px 5px 0px;
    text-shadow:1px 1px 1px #333;

}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}
