html
{
	height: 100%;

}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	height: 100%;

	
	/* Default font style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}

.mainBgGrad
{
	background-position: bottom;
	background-repeat: repeat-x;
}

.formBox
{
	border: solid 1px;
	border-color: #44220d;
}