/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator {
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator
####################################################### */





/*######################################################
Contact Content
##################################################### */
#container .contactContent {
	margin: 54px 0 0 0;
	text-align: left;
	position:relative;
	height:400px;
}
#container .contactContent h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 2em "Times New Roman", Times, serif;
	color: #807873;
	font-style: italic;
}

#container .contactContent .labelSmall {
	font: bold .333em "Times New Roman", Times, serif;
	vertical-align: super;
	color: #d1cfcc;
}
#container .contactContent .labelLarge {
	font: bold 1em "Times New Roman", Times, serif;
	vertical-align: super;
	color: #d1cfcc;
	margin-right: 10px;
}
#container .contactContent .highlight {
	font-weight: bold;
	border-bottom: 2px solid #7e2e31;
}
#container .contactContent p {
	margin: 20px 0 20px 0;
	font: normal 0.583em "Times New Roman", Times, serif;
	line-height: 1.5em;
}
#container .contactContent a, #container .contactContent a:link, #container .contactContent a:active, #container .contactContent a:visited {
	font-style: normal;
	color: #807873;
	text-decoration: none;
}
/*######################################################
---/ End Contact Content
##################################################### */


/* Post */

#contact { 
	position: relative;
}


/* Form */


input[type=text], textarea {
	background: url(images/white.png) repeat-x left top;
	background: url(images/white.png) repeat-y left right;
	background-color: #cecdcd;
	background-color: rgba(206,205,205,0.6);
	border: 2px solid #928B86;
	padding: 6px 5px;
}

textarea { overflow: auto; }

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
	background: #EDEDED;
	border: 2px solid #7E2E30;
	text-shadow: 1px 1px 0 #eae7e7;
}

form input[type=submit] {
	border: none;
	cursor: pointer;
	padding: 12px 0;
}

#contactform { overflow: hidden; }
#contactform p { overflow: hidden; }
#contactform label { float: left; padding-top: 10px; }




/* Misc */

.btn, a.more-link, input[type=submit]  {
	background: #7E2E30;
	color: #fff;
	padding: 16px 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100px;
}

.btn:hover, a.more-link:hover, input[type=submit]:hover {
	background: #928B86;
}

.hide { display: none; }

#form {
	float: left;
	margin-right: 40px;
	margin-right: 30px\9; /* IE8 and below */
	margin-top: 30px;
}

#container .contactContent .details
{
	float: right;
	text-align: left;
	width: 460px;
}
#container .contactContent .map
{
	float: right;
	text-align: left;
	width: 460px;
}
#container .contactContent .contactInfo02 ul li a {
	font-style: normal;
	color: #7e2e31;
	text-decoration: none;
}

#container .contactContent .contactInfo02 ul li a:hover {
	text-decoration: underline;
}

.success {
	width: 300px;
	background: #e7f7d3 url(images/accepted.png) no-repeat 10px center;
	background: rgba(231,247,211,0.4) url(images/accepted.png) no-repeat 10px center;
	border: 1px solid #6c3;
	padding: 20px 0 20px 80px;
	font-size: 12px;
}

.error {
	background: #ffebe8 url(images/cancel.png) no-repeat 10px center;
	background: rgba(255,235,232,0.4) url(images/cancel.png) no-repeat 10px center;
	border: 1px solid #C00;
	color: #C00;
	line-height: 30px;
	padding: 10px 0 10px 80px;
	font-size: 16px;
	width: 300px;
}

#response {
		font-size: 30px;
	
	}