﻿.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	z-index: 15;
}
p.reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 90%;
	vertical-align: baseline;
	background: transparent;
}
#contactFormContainer {
	position: absolute;
	left: 700px;
	z-index: 1;
}
#contactForm {
	background: #272525 url('../images/Mail1.png') no-repeat 220px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 289px;
	width: 350px;
	border: 1px solid #998D71;
	padding: 7px 12px;
	color: #fff;
	display: none;
}
.bar {
	background: url('../images/ajax-loader.gif') no-repeat center;
	display: none;
	margin-top: 100px;
	height: 40px;
	width: 230px;
}
#contactForm span {
	display: none;
	font-size: 9px;
	line-height: 10px;
	padding-left: 6px;
	color: #998D71;
}
#contactFormContainer .contact {
	background: url('../images/contact-me2.png') no-repeat;
	height: 53px;
	width: 206px;
	position: absolute;
	left: 165px;
	bottom: -49px;
	cursor: pointer;
}
#backgroundPopup {
	background: #000;
	display: none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 13;
}
#contactForm textarea, #contactForm input {
	background: #6d6d6d url('../images/contact_input.png') repeat-x 50% top;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 180px;
	border: 1px solid #998D71;
	height: 15px;
	line-height: 14px;
	font-size: 11px;
	padding: 2px 2px 0px;
}
#contactForm input {
	background-position: 0px -20px;
}
#contactForm textarea {
	height: 114px;
	font-family: 'Palatino',Georgia,Times,'Times New Roman',serif;
}
#contactForm .submit {
	background: #998D71;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aba8a8;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 16px 7px 14px;
	height: 40px;
	width: 124px;
	cursor: pointer;
	float: left;
	margin-top: 196px;
}
#contactForm .submit:active {
	background: #cacaca;
}
#contactForm .submit:hover {
	background: #942428;
}
#contactForm label {
	padding-left: 4px;
	font-weight: bold;
}
#contactForm p {
	padding-bottom: 8px;
}
#contactForm .input_boxes {
	float: left;
	width: 204px;
}
.message {
	background: #eee;
	color: #000;
	display: none;
	width: 350px;
	padding: 10px;
}
.contact {
	text-align: right;
}
.contact ul {
	list-style-type: none;
	width: 300px;
}
.contact li {
	list-style-type: none;
}
.contact li.special {
	display: none;
}
.contact input {
	width: 260px;
}
.contact textarea {
	width: 260px;
}
