html, body, * {
	margin: 0;
	padding: 0; 
}
body {
	font-family: Verdana, Arial, Sans-Serif;
	background: url(../images/back-4.gif);
}
@font-face {
	font-family: mainFont;
	src: url(../fonts/FRANKENT.TTF); 
}
@font-face {
	font-family: subFont;
	src: url(../fonts/BELLIGERENT.TTF);
}
textarea, input, select, a { 
	outline: none; 
}
textarea:focus, input:focus, select:focus, a:focus {
	outline: none; 
}
h1, h2, h3, p {
	color: #000066;
	font-weight: lighter;
}
h1 {
	display: block;
	text-align: center;
	font-family: "mainFont";
	font-size: 40px;
}
h2 {
	display: block;
	padding: 30px;
	text-align: center;
	background: #293e66 url(../images/question-background.png) left top no-repeat;

	color: #fff;
	/*text-shadow: 0px -1px 0px #000;*/
	text-shadow: 0 0 2px #000;
	font-family: "subFont";
	font-size: 32px;
	opacity:0.9;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
h2:hover {
	cursor:pointer;
	opacity:1;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
h3 {
	display: block;
	margin-top: 35px;
	text-align: left;
	font-family: "mainFont";
	font-size: 40px;
}
p {
	color: #003399;
	font-family: "subFont";
	font-size:28px;
	line-height:34px;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#outer-wrapper {
	display:table;
	background:url(../images/wrapper-background1.png);
	height:auto;
	width: 920px;
	margin: 0 auto;
	
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#wrapper {
	width: 800px;
	height: auto;
	float:right;
	/*padding-left:10px;*/
	padding-right:15px;
	padding-bottom:30px;
	margin: 0 auto;
}
canvas.personality-title {
	background: rgba(0, 0, 0, 0.25) url(../images/answer-background.png);
	margin-top:15px;
	
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.coolButton{
	/*height: 50px;
	width: 160px;*/
	color: #fff;
	opacity:0.9;
    text-decoration: none;
    background-color: #000066;
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 0px rgba(0,0,0,1), 0px 6px 9px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 6px 0px rgba(0,0,0,1), 0px 6px 9px rgba(0,0,0,.7);
    box-shadow: 0px 6px 0px rgba(0,0,0,1), 0px 6px 9px rgba(0,0,0,.7);
	
	text-align: center;
	
	font-size: 28px;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
	color: #fff;
	text-align: center;	
	font-family: "subFont";
}
.coolButton:hover{
	opacity:1;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.coolButton:active{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(0,0,0,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(0,0,0,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 3px;
}
.hide {
	display:none;
}