body{background:#fff url(http://elliotwaite.com/images/remember-names-game/namegamebg.gif) repeat-y top center; color:#000;}

#main{width:542px;}

.bluebox{margin:0 auto;width:596px;position:relative;left:-104px;background:#BECCFA;border:solid #0C13B0;border-width:thick thin thin thin;font-weight:bold;font-size:20px;line-height:32px;padding:8px 24px 16px 24px;}
.bluebox h3{line-height:40px;}
.bluebox li{line-height:36px;}
.bluebox p{margin:8px 0;font-size:16px;line-height:18px;font-weight:normal;}
h4{color:#0C13B0;}
ol{padding-left:46px;}
ol li{padding:8px 0;}
input{padding:3px 5px;}

.triangle-right {
	position:relative;
	padding:15px;
	margin:10px;
	color:#000;
	background:#075698; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfe6fd));
	background:-moz-linear-gradient(top, #fff, #dfe6fd);
	background:-o-linear-gradient(top, #fff, #dfe6fd);
	background:linear-gradient(top, #fff, #dfe6fd);
}

/* creates triangle */
.triangle-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#dfe6fd transparent transparent; 
}

.highscores {border-collapse:collapse;}
.highscores td {border:1px solid #dfe6fd;padding:0 13px;}

