#wOver_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 900px;
	background-color: #000000;
	
}

#wOver{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background: none;
	background-repeat: no-repeat;	
	background-position: center;
	
}


#wOverContainer{
	position: relative;
	width: 780px;
	height: auto;
	margin: 0px auto;
	line-height: 100%;
	
	padding-bottom: 40px;
	text-align: left;
	
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

input{
  background-color:#ffffff;
  color:#000000;
}

*{
  border:none;
}
#contact{
  border:1px solid #580001;
  padding:10px;
  width:250px;
  /*height:110px;*/
  font-weight:400;
  font-size:15px;
  display:block;
  font-family: helvetica;
  line-height:20px;
}