@charset "utf-8";
/* CSS Document */
#backImg{
	margin-right:5px;
	cursor:pointer;
	display:inline-block;
	width: 32px;
	height: 33px;
	background-image: url("../../../images/icon-09a.png");
	}
 h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	float:none;
}

h4 {
	font-size: 1.25em;
	line-height: 2em;
}

p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.6em;
	line-height:1.8em;
}

.greenhighlight { background-color: #45EA17 }

.extrainfo {
	width:400px;
  position:inherit;
  right: -420px;
  top: 0;
}

.centered {
  position:relative; top:12%; left:50%; margin-left:-450px;

}
.textBox{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 900px;
  padding: 10px;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background:#FFF;
  border: 1px solid #E65000;

}
	
.writebox {
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 600px;
  height:200px; 
  padding: 10px;
  background:#FFF;
   border-left: 1px solid #E65000;
  border-right: 1px solid #E65000;
  border-bottom: 1px solid #E65000;
	}
	
.ac3btns {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom:2px solid #E65000;
  border-left:2px solid #E65000;
  border-right:2px solid #E65000;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  font-family: 'Montserrat', sans-serif;
  color: #E65000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: white;
}	
	
	.topboxGreen {
	width: 300px;
	padding:10px;
 		font-family: 'Montserrat', sans-serif;
	line-height:16px;
  	color: white;
  	-o-text-overflow: ellipsis;
  	text-overflow: ellipsis;
  	background: #45EA17;
	border: 1px solid #45EA17;
	}	

.bottomboxGreen {
	padding:10px;
	width:300px;
	font-family: 'Montserrat', sans-serif;
	line-height:16px;  
	border: 1px solid #45EA17;
	background:white;
	}
.sfbox {
	padding-bottom:10px;
}
@media only screen and (max-height: 800px) {
h4 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	line-height: 2em;
	text-align: left;
}

p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 0.9em;
	line-height:1.4em;
}	
	.topboxGreen {
	width: 340px;
	padding:2px;
 	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1em;
  	color: white;
  	-o-text-overflow: ellipsis;
  	text-overflow: ellipsis;
  	background: #45EA17;
	border: 1px solid #45EA17;
	}	
.bottomboxGreen {
	padding:2px;
	width:340px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1em;  
	border: 1px solid #45EA17;
	background:white;
	}	
}
