#bar{
	width:100%;
	height:50px;
	background-color:#E5585A;
	float:left;
	}

@charset "utf-8";
/* CSS Document */


body {
	background:url(../images/background.JPG) top center;
	font-family:'Open Sans',sans-serif; font-size:100%;
	}

.choicebtn{color:#FFF; background-color:#778590; height:30px; width:30%; }
#headerCont{height:50px; background-color:#EFCE41; box-shadow:0px 2px 4px rgba(0,0,0,.5); }

#header h2 {height:50px; text-align:left; color:#FFF; line-height:50px; z-index:99;}

#info{
	position:absolute;
	display:none;
	width:100%;
	left:0;
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	padding:4%;
	z-index:9999;
	box-shadow:0px 2px 4px #000;

}



#controls{
	float: right;
	position: absolute;
	right: 30px;
	top: 7px;
	}

.controlBtn{
	display:inline-block;
	cursor:pointer;
	background-color:#FFF;
	background-position:top left;
	background-size:25px 25px;
	width:25px;
	height:25px;}


.controlBtn:hover{
	background-color:#222;
}



.btn {	
	position:absolute;
	left:50%;
	margin-left:-110px;
	width:220px; 
	height:80px;
	background-color:#e2a853;
	padding:12px auto;
	line-height:80px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.btn:hover{color:#222; box-shadow:0px 3px 3px #222;}


#footer {
	position:fixed;
	bottom:0; 
	width:100%; 
	background-color:#778691; 
	height:40px;
	color:#FFF; 
	text-align:center; 
	line-height:30px;
}


#textformat
{
 width:10px;
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.mouseicon
{
	 cursor: pointer;
}
.hideimg
{
	display:none;
}
.helpstyle
{
	position: relative;
	background-color:black;
	color:white;
}

.polaroid {
position: relative;
background: #fff;
text-align: center; 
-moz-box-shadow: 1px 1px 3px #222;
-webkit-box-shadow: 1px 1px 3px #222;
box-shadow: 1px 1px 3px #222;
margin-bottom:5px;
}

.btnset {
	
position: relative;
text-align: left;
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	

	.btn{
	height:40px;
	width:110px;
	line-height:40px;}
	
/* Styles */
}
