/* Fielset */
form fieldset {
	border:1px solid #B1BA36;
	padding:0;
	margin-bottom:2em;
	width:70%;
}
form h2 {
	padding:0.3em;
	margin:0;
	font-size:1.2em;
	color:#000;
	background-color:#B1BA36;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
form fieldset legend {
	display:none;
}

form #actionbuttons {
	text-align:right;
	width:70%;
	margin:1.5em 0;
}

/* Show table */

.showtable {
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
}
.showtable td, .showtable th {
	border:1px solid #ccc;
	padding:0.3em;
	vertical-align:middle;
}
.showtable th {
	/*font-size:1.2em;*/
}

.showtable .colstyle1 {
	width:25%;
}

.fieldsetdiv {
	padding:1.5em;
}

/* Play */

#play {
	padding-bottom:0;
}

#play table {
	margin-bottom:1.5em;
}

#section1 {
	width:40%;
	float:left;
	border-right:1px dotted #000;
}

