﻿body
{
	font-family: arial, sans-serif;
}
form {width:870px;}
#header {border-bottom:1px solid #3D81EE; margin-bottom:10px; position:relative;}
#header h1 {background: url(/assets/images/icontexto-webdev-help-128x128.png) no-repeat left center; height:128px; 
	padding-left:150px; line-height:110px; font-size:40px; color:#8C0D8B; margin:10px 0;}
#header h2 {margin:0; padding:0; position:absolute; top:75px; left: 150px; font-size:13px; text-transform:uppercase;}
#leftcol {width:700px; float:left; margin:0 10px 0 0; padding:0;}
#rightcol {width:150px; float:left;}
h3
{
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
p
{
	font-size: 13px;
	line-height: 140%;
}
.puzzlebox
{	position: relative;
	width: 200px;
	float: left;
	padding: 10px;
	border-right: 1px solid #ccc;
}
.puzzlebox .clues p { font-size:15px;letter-spacing:2px; text-transform:uppercase;}

.help {float:right; font-size:10px; letter-spacing:normal;}
.help strong { cursor: help; height:32px; width:32px; background: url(/assets/images/icontexto-webdev-help-032x032.png) no-repeat; display:block; text-indent:-99999px;}
.help span {display:none;}
.help span.bold {position: absolute; top:40px; left:25px; background-color:#fff; display:block; width:140px; min-height:200px; border:1px solid #666; padding:10px;}

.tick {background: url(/assets/images/tick.gif) no-repeat 110px 100px}
.cross {background: url(/assets/images/cross.gif) no-repeat 110px 100px}
.tb
{
	width: 25px;
	height: 25px;
	background-color: #efefef;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #000;
	font-size: 20px;
}
#form1 {position:relative; }
#buttons {position: absolute; top:148px; left:526px; text-align:right;}
#buttons a { padding:10px 10px 40px; border:1px solid #FF7804; height:35px; line-height:35px; display:block; padding:0 10px 0 40px;
	text-align:left; font-size:10px; text-decoration:none; color:#8C0D8B;}
#buttons a.check:hover, #buttons a.giveup:hover {background-color:#ccc;}
#buttons a.check {background: #ffffff url(/assets/images/icontexto-webdev-emoticon-smile-032x032.png) no-repeat left center; margin-bottom:10px;}
#buttons a.giveup {background: #ffffff url(/assets/images/icontexto-webdev-emoticon-sad-032x032.png) no-repeat left center; margin-bottom:10px;}

#puzzleword {font-size:30px; letter-spacing:15px;}