body {
background-color: #6D362D;
background-image: url("images/background.jpg");
background-position: top center;
background-repeat: repeat-x;
}

.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	line-height: 20px;
	font-weight: normal;
	color: #454545;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
	margin: 5px;
}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	color: #2C0600;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
	margin: 5px;
}

a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #2C0600;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #2C0600;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #4392D3;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}
a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #2C0600;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

.textInput {
	width: 285px;
	height: 43px;
	padding: 5px;
	font-family: arial;
	font-size: 2.1em;
	border: 1px solid #999999;
	background-image: url(background-email.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}