.bgcolors
{
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.info
{
	padding: 0 20px 20px 20px;
	color: #AAAAAA;
	background-color: #363636;
	border: 1px solid #AAAAAA;
}

input, select
{
	background-color: #606060;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
}

select
{
	width: 174px;
}

.player
{
	width: 180px;
}

.name
{
	width: 150px;
}

.submitBtn
{
	font-weight: bold;
	background-color: #840404;
}

.characterName
{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

.description
{
	width: 200px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	background-color: #4D2F2F;
	color: #FFFFFF;
	text-decoration: underline
}
