div#infoBox {
	position:relative;
	float:right;
	
	margin-top:20px;
	
	width:40%;
	height:400px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 210px;
    margin-right: 20px;
	z-index:110;
	overflow:hidden;
	
	
}


#infoBox p {
	color:#000;
    font-size: 13pt;
	padding:10px;
}

#infoBox h2 {
	color:#000;
	padding:20px;

}

div#cf7_controls {
	position:relative;
	float:right;
	background-color: rgba(255,255,255,0.9);
	
	width:100%;
	height:100px;
	top:20px;
  z-index:111;
  color:#FFF;
  
  
}



#cf7_controls img {
  float: left;
  cursor:pointer;
  width:80px;
  height:80px;
  padding:9px;
  left:0px;
}
#cf7 {
  position:relative;
  height:720px;
  width:100%;
  margin:0;
}
#cf7 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cf7 img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

.QuoteMe {
    width: 300px;
    height: 40px;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 15pt;
}