/* <html> */
body {
	margin: 0;
	font-size: 16px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* </html> */
/* <main_layout> */
#contactbox {
	text-align: center;
	margin: 0;
	background: transparent url(../img/bg.jpg) center top repeat-x;
}
#contactbox #main{
	width: 660px;
	margin: 0 auto;
	text-align: left;
}
#contactbox #head{
	height: 145px;
	background: transparent url(../img/main_bg.jpg) center top no-repeat;
}
#contactbox #content{
	background: #f5f5f5;
	position: relative;
	margin-top: 50px;
	padding: 35px 25px;
}
/* </main_layout> */

/* <content> */
#contactbox h1 {
	background: #4ba82e;
	color: #fff;
	position: absolute;
	top: -14px;
	left: 20px;
	width: 580px;
	font-size: 0.875em;
	font-weight: normal;
	padding: 5px 20px;
	margin: 0;
}
#contactbox h2 {
	font-size: 0.750em;
	margin-bottom: 25px;
}
#contactbox p {
	font-size: 0.688em;
	margin: 10px auto;
}
/* </content> */

/* <form> */
#contactbox #formtable {
	width: 100%;
	border: 0 ;
}
#contactbox #formtable th{
	width: 50%;
	font-weight: normal;
	text-align: left;
}
#contactbox td{
	font-size: 12px;
}
#contactbox #formtable input[type=text]{
	width:290px;
	border: 1px solid #85a1bb;
}
#contactbox #formtable textarea{
	width:590px;
	height: 75px;
	border: 1px solid #85a1bb;
	resize: vertical;
}
#contactbox button{
	float: right;
	margin-right: 8px;
	background: #4ba82e url(../img/envelope.png) 60px center no-repeat;
	border: 1px solid #4ba82e;
	color: #fff;
	padding: 2px 25px 2px 5px;
	width: 85px;
	cursor: pointer;
}

#ad-report form fieldset { border:none; }

.cngsubmit{
	padding: 6px 10px 6px 10px;
    background: #3e9b23; 
    border: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
}
.cngpicture{
	width:100%;
	margin-top:10px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
  visibility: visible;
  opacity: 1;
}

.popoff {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  display:none;
}

.cngpopup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  max-width: 380px;
  position: relative;
  transition: all 5s ease-in-out;
}

.cngpopup h2 {
  padding-top:10px;
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.cngpopup .cngclose {
  position: absolute;
  top:0px;
  right: 5px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.cngpopup .cngclose:hover {
  color: #06D85F;
}
.cngpopup .cngcontent {
  max-height: 30%;
  overflow: auto;
}

.cngpopup p {
	margin-bottom: 15px;
}

/* </form> */
