a:link, a:visited, a:link.active, a:visited.active
{
	color: #565656;
	text-transform: inherit;
}

a:hover, a:hover { color: #000; }

.editbutton
{
	margin-left: 15px;
	padding-left: 15px;
	clear: both;
}

.nextquestion
{
	margin-left: 15px;
	padding-left: 15px;
	clear: both;
}

.paddlename
{
	font-size: 110%;
	font-weight: bold;
}

.recommendation { font-size: 14px; }


.shortanswer
{
	font-size: 14px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 25px;
	color: #5c8291;
}

.divider
{
	width: 95%;
	font-weight: 1px;
	text-align: center;
}

.spacer
{
	background-color: #fff;
	padding: 4px;
}

#beginnewselection
{
	/* inside button padding-right: 25px; */
	margin-right: 35px;
}

.canvas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	color: #565656;
	text-align: left;
	width: 680px;
	margin: 0 auto;
	background-color: #fff;
	border-style: none;
	padding: 3px 3px 3px 3px;
}

/* The following sets up the rounded corners */
.roundcont
{
	width: 590px;
	background-color: #fff;
	color: #000;
}

.roundcont p { margin: 0 10px; }
.roundtop { background: url(/images/chooseapaddle/topright8x8true.gif) no-repeat top right; }

.roundbottom
{
	background: url(/images/chooseapaddle/bottomright8x8true.gif) no-repeat top right;
	clear: both;
}

img.corner
{
	width: 8px;
	height: 8px;
	border: none;
	display: block !important;
}

}
			@media print
{
	.editbutton{ display: none;
	margin-left: 15px;
	padding-left: 15px;
	clear: both;
	input { display: none;
}

