@charset "utf-8";
/* CSS Document */
.addmargin{
	margin:5px;
}
.selectorBox{
	width:150px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color:#FFF;
	letter-spacing: 0.2em;
	padding:10px;
	background:#E65000;
	text-align: center;
	margin-bottom:10px;
	-webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
}
.astext {
background:none;	 
	  -moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
	  color:#333;
	  display:inline;
	  margin:0px auto;
	  font-size: 1.1em;
	  text-decoration: none;
		cursor:default;
	  line-height: normal;
	  padding: 0px 0px;
	 font-family: 'Montserrat', sans-serif; 
	 border: 0; 
}
.astext:hover  {
	 color:#333;
    background:none;
    border:none;
    margin:0;
    padding:0;
}
.astext:active  {
	 color:#333;
    background:none;
    border:none;
    margin:0;
    padding:0;
}

#backImg{
	margin-right:5px;
	cursor:pointer;
	display:inline-block;
	width: 32px;
	height: 33px;
	background-image: url("../../../images/icon-09a.png");
	}
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.1em;
	line-height:1.2em;
}
h1{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.1em;
	line-height:1.2em;
	font-weight:bold;
}
.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
  border: 1px solid #E65000;
  background:#FFF;
}

.boxstyle {
    height:550px;	
}
.infostyle {
	margin:5px;
	padding:5px;
  	background:#E65000;
}
.infostyle p{	
	color:#fff;
}
@media only screen and (max-height: 800px) {
.boxstyle {
    height:450px;	
}	
}