body
{
	background-image: url(/assets/images/kw_bkg.jpg);
	background-size: cover;
}
body.home
{
	background-image: url(/assets/images/kw_home.jpg);
	background-size: cover;
}


.home a, .thankyou a, .button
{
	text-align: center;
	display: table;
	margin: 20px auto;
	padding: 20px 40px;
	background: #bb141a;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.home a:hover, .button:hover, .thankyou a:hover
{
	background-color: #767372;
}
#rules
{
	display: none;
	padding: 20px;
}
#rules ol, #rules ul
{
	padding-left: 40px;
}
#rules ol p
{
	margin: 0.5em 0;
}
#rules ol li
{
	padding: 5px 0;
}

a
{
	color: #bb141a;
}

table:not(.vTop)
{
	table-layout: fixed;
}
table:not(.vTop) td
{
	width: 50%;
}

label.error
{
	font-size: 14px;
	margin-top: 5px;
}

.kingswayRed
{
	color: #bb141a;
}