﻿body 
{
	background: White url(../images/contact-background.jpg) no-repeat center 65px;
	color: Black;
}
#content{ display: block; }
.contactPanel
{
	margin: 0 auto;
	position: relative;
	height: 410px;
	width :270px;
	top: 20px;
	right: -140px;
}
.contactFormBack
{
	position: absolute;
	top: 0px;
	right: 0;
	background-color: White;
	opacity: 0.53;
    filter:alpha(opacity=53);
    z-index: 1;
	height: 100%;
	width :100%;
	border: solid 1px Black;
}
.contactForm
{
	position: absolute;
	top: 20px;
	right: 22px;	
	z-index: 2;
	font-size: 10pt;
	width: 215px;
	margin: 0 auto;
}
.contactForm h2
{
	margin-top: 0;
	color: #4e4e4e;
	font-size: 18pt;
}
.contactFormInput
{
	width: 215px;
	height: 19px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	overflow-y: auto;
	border: solid 1px #131107;
	padding-right: 5px;
	padding-left: 5px;
}
.sendBtn
{
	background: none;
	font-size: 14pt;
	color: #2e2e2e;
	border: none;
	display: inline;
	padding: 0;
	position: relative;
	top: 10px;
	text-align: right;
	font-family: Arial, Sans-Serif;
}

.errorDiv
{
	position: absolute;
	top: 150px;
	right: 300px;
	width: 200px;
	height: 100px;
	color: White;
	text-align: center;
}
#errorBack
{
	background-color: Black;
	opacity: 0.63;
    moz-opacity: 0.63;
    khtml-opacity: 0.63;
    filter:alpha(opacity=63);
    z-index: 6;
    width: 200px;
    height: 140px;
    
}
#errorContent
{
	border: solid 1px Black;
	width: 180px;
	height: 100px;
	z-index: 7;
	padding: 30px 10px 10px 10px;
	position: relative;
	top: -141px;
	right: -1px;
	font-size: 12pt;
}
.errorClose
{
	display: block;
	margin-top: 20px;
	font-size: 12pt;
}
.errorClose A, .errorClose A:visited
{
	color: White;
	font-size: 12pt;
}
.errorClose A:hover
{
	text-decoration: underline;
}
#footer{ display: none; }