@CHARSET "UTF-8";

.agreement
{
	display:none;
	margin: 3px auto;
	padding:0 1em 1em 1em;
}

.selected
{
	display:block;
	background-color:#b5d5ac;
	/* background:url(../images/accept_back.gif) repeat-y top left; */
	border:solid 1px #577f4a;
}

.decline_selected
{
	display:block;
	background-color:#c34444;
	color: white;
	border:solid 1px #862f2f;
}

.show
{
	display:inline;
}

.hide 
{
	display:none;
}

.acceptance
{
	border: solid 1px #bbb99b;
	background-color:#fffcd4;
}

.team_selection
{
	width:1000px;	
}

.letter
{
	background: url(../images/letter_crop.gif) no-repeat top left;
	width:860px;
	height:440px;
	margin: 25px auto;
}

#header
{
	width:860px;
	/* background-color:#b1b899; */
	text-align:center;
	padding: 10px 1em;	
}

#header p
{
	text-align:left;
}

.list_block ul
{
	list-style:none;
}
	
.center
{
	margin: 0 auto;	
}

.input_block
{
	position: relative;
	top:200;
	left:100;
}

.input_block .button
{
	margin-left:1em;
	font-family:arial;
	font-weight:600;
	color:#000;	
}

.player label 
{
	display:inline;
	font-weight:bold;	
}

#clipboard
{
	width:800px;	
}

#clipboard #top
{
	height:266px;
	background: url(../images/clipboard_top.png) no-repeat top left;	
}

#clipboard #bottom
{
	position:relative;
	background: url(../images/clipboard_bottom.png) no-repeat top left;
	height:102px;
}

#clipboard #content
{
	position:relative;
	background: url(../images/clipboard_body.png) repeat-y top left;
	min-height:400px;
}

#clipboard #content #page
{
	margin: 0 100px;
}

.instructions
{
	font-size:10pt;
	font-family:arial;
}

.step_1
{
	position:relative;
	left:350px;
	top: 200px;	
}

.step_2
{
	position:relative;
	left:350px;
	top: 215px;	
}

legend 
{
	font-family:tahoma;
	font-size:10pt;
	letter-spacing:5px;
	font-weight:bold;
}