body {
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;	
}

form {
	margin: 0;
	padding: 0;	
}

#form_holder {
	float: right;
	padding: 24px 16px;
	width: 350px;
}

#btn_print {
	position: absolute;
	top: 190px;
	left: 0;
	width: 261px;
	height: 124px;
}

	#btn_print a {
		display: block;
		width: 261px;
		height: 124px;
	}

	#btn_print input {
		display: block;
		width: 261px;
		height: 124px;
	}
	
#play_again {
	font-size: 18px;
	color: #570706;
}

#btn_go-back {
	position: absolute;
	top: 190px;
	left: 0;
	width: 261px;
	height: 124px;
}

	#btn_go-back a {
		display: block;
		width: 261px;
		height: 124px;
	}

h1 {
	font-size: 20px;	
}
	
#bottom_links {
	position: absolute;
	top: 497px;
	left: 12px;	
	font-size: 12px;
}

	#bottom_links a {
		color: #fff;
		font-weight: bold;	
	}

#form_bg {
	width: 755px;
	height:  590px;
	background: url(images/form_bg.jpg) no-repeat;	
	border: 1px solid #000;
}

.error 
{
	border: 2px solid red;
	background-color: pink;
}

