/* 
	 Colours 
   Red: #c6020e
   Black: #000
*/


img
{
	border-width: 0px;
}


body
{
	margin: 0px;
	background-color: #000532;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

a
{
	color: #FFF;
	text-decoration: none;
}

input
{
	height: 15px;
}

#Mamma
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 9px;
	width: 950px;
}

.Spacer10
{
	display: inline;
	height: 10px;
}

.Spacer20
{
	display: inline;
	height: 20px;
}

#TopLogo
{
	position: relative;
}


#Content
{
	position: relative;
	width: 950px;
}

.InputRow
{
	position: relative;
	width: 600px;
	height: 27px;
	margin-left: 40px;
}

.InputLeft
{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 120px;
	text-align: right;
}

.InputRight
{
	position: absolute;	
	left: 130px;
}

.Submit
{
	height: 23px;
}

#Thanks
{
	position: relative;
	width: 950px;
	height: 200px;
	top: 50px;
	text-align: center;
}

#PoweredContainer
{
	position: relative;
	width: 950px;
	height: 15px;
	margin-top: 5px;
	text-align: right;
	font-size: 10px;
	color: #ccccff;
}

.PoweredBy:active, .PoweredBy:visited, .PoweredBy:link
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ccccff;
}
.PoweredBy:hover {color: #FFF;}

