body{
	background-image: url(../images/background.png);
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
  font-size: 16px;
  color: white;
  text-align: center;
  padding-bottom: 10px;
  font-weight: normal;    
}

.clear {	
	clear: both;
	height: 0px;
	overflow: hidden;
}

#center {
	position: absolute; 
	top: 0px; 
	left: 50%;	
}
#body_cent {
	position: relative;
}


.imgContact {
  position: absolute;
  right: 0px;
  top: 40px;
}

.imgLogo {
  position: absolute;
  left: -160px;
  top: 0px;
}

#content {
	width: 795px;
	height: 600px;
	position: absolute;
	top: 160px;
	left: -398px;
	z-index: 10;
}

.text01, .text02, .text03 {
  float: left;
  width: 265px;
  height: 600px;
  background-color: #171717;
}
.text02 {
  background-color: #202020;
}
.text03 {
  background-color: #292929;
}

.header {
  padding-left: 10px;
  padding-top: 10px;
  color: #ff0000;
  font-family: Tahoma;
  font-size: 36px;
  float: left;
}
.header-color {
  color: #ff0000;
}
.header h2 {
  padding-left: 5px;
  float: right;
  color: white;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 20px;
}
.questions {
  padding: 0px;
  margin: 0px;
}

ul {
  width: 210px;
  margin: 0px;
  position: relative;
  left: -10px;
}

li {
  padding-top: 15px; 
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
}
li a {
  color: #9c9c9c;
  text-decoration: none; 
}
li a:hover {
  text-decoration: underline;
}
.footer {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  color: grey;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
}

.form {
  padding-top: 10px;
  width: 795px;
  height: 360px;
  background-color: #171717;
}
.formTable td {
  color: white;
  font-weight: normal;
  padding-right: 15px;
}
.formTable td span {
  position: relative;
  top: 8px;
}
.formTable textarea{
  height: 120px;
  width: 500px;
  font-size: 14px;
  color: #6a6a6a; 
  font-family: Tahoma;
  padding: 3px;
  border: 1px solid #313131;
}
.formTable input[type="text"]{
  width: 300px;
  height: 22px;
  border: 1px solid #313131;
  font-size: 14px;
  color: #6a6a6a; 
  padding: 3px;
  font-family: Tahoma;
}
.formTable input.captcha{
  width: 50px;
  border: 1px solid #313131;
}
.errorMessage, .errorMessage1{
  background-color: #621212;
  color: #fff;
  padding: 10px 15px;
  margin: 0px 0px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.errorMessage1 ul{
  display: none;
}
.errorMessage{
  display: none;
  margin-bottom: 15px;
}
.captchaText {
  position: relative;
  top: 10px;
  left: 20px;
  float: left;
}
.captchaPicture {
  float: left;
}
.formTable input[type="button"], .formTable .btnFalse{
  border: 0px solid #CBCBCB;
  background-color: #d9d9d9;
  cursor: pointer;
  padding: 7px 13px;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  margin-top: 20px;
  margin-right: 0px;
  width: 165px;
}
.formTable .btnFalse {
  width: 100px !important;
  background-color: #f5f5f5 !important;
}
.formTable input[type="button"]:hover, .formTable .btnFalse:hover{
  border: 0px solid #3E99AE;
  color: #ff0000;
}
