@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");
	}
	
.centered {
 position:relative; top:15%; left:50%; margin-left:-461px;
}

.highlight { background-color: yellow }

.btnset{
	margin-left:3em;
	}

.boxHeader{
  width: 900px;
  padding: 10px;
 font-family: 'Montserrat', sans-serif;
 
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #E65000;
  border-left: 1px solid #E65000;
  border-right: 1px solid #E65000;
}

.textBox{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 900px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  color:#333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background:#FFF;
   border-left: 1px solid #E65000;
  border-right: 1px solid #E65000;
  border-bottom: 1px solid #E65000;
}
.textBoxSuggestedFeedback{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 900px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
 color:#E65000;
	font-size: 1.3em;
	line-height:1.4em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background:#E65000;
   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;
}

#txtBox1, #txtBox2 {
	cursor: pointer;
	
	}
	
#glassImg{
	margin-right:5px;
	cursor:pointer;
	display:inline-block;
	width: 33px;
	height: 33px;
	background-image: url("../../../images/icon-11a.png");
	
	}
	
span:hover {
	background-position: 0px -35px; 
	cursor: pointer;
}


