@charset "utf-8";
/* CSS Document */

/***contact****/

body { background:e8e8e8;}
html { background:e8e8e8;}

h4 {
	font-family: 'PT Sans Narrow', Arial Narrow lighter, sans-serif;
  color: #000;
  text-align:left;
  font-weight: bold;
  font-size:15px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  margin-top: 4px;
padding-top: 0px;
  
}

#contactdots {width:900px; height:24px; background:url(../img/dots.png) no-repeat top left;}
#contact { width:850px; margin-top:23px; padding:48px 25px; height:400px; background: url(../img/footerbg.png) top left repeat-x #e8e8e8;}


#contact-area {width: 450px; float:left; position:static;}
#contact-frame {width: 450px; float:left; position:static; background: #e8e8e8;}
#contact-postbox {width: 143px; margin-top: 53px; float:left; position:static; padding-left:125px;}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: none;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #F00;
}

#contact-area input.submit-button {
	float: left;
	font-family: 'PT Sans Narrow', Arial Narrow lighter, sans-serif;
  display: block;
  font-size:15px;
  width:100px;
  margin-top:10px;
  padding: 11px 24px;
  background-color: #F00;
  color: #fff;
  text-align:center;
  font-weight: bold;
  margin-bottom:0px;
  cursor:pointer;
}