form {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;	
}
#express-subscription-form {
	height: 180px;
	width: 500px;
	margin-top: 40px;
	margin-left: 80px;
	background-color: #E7DEDE;
	border: 2px solid #635A5A;
}

#title {
	margin-top: 15px;
	margin-left: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	color: #9C0808;
}

.form-element {
	margin-left: 25px;
	margin-top: 4px;
}
input {
	margin: 0px;
	padding: 0px;	
	background-color: #FFFFFF;
}
input.formbox {
	width: 300px;
	height: 17px;
	border: 1px solid #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style: normal;
	padding-left: 2px;
	background-color: #FFFFFF;
}
#enter-now {
	margin-left: 25px;
	margin-top: 15px;
}
#sponsored-by {
	margin-top: 25px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
#sponsor-logo {
	margin-top: 25px;
	text-align: center;
}
#disclaimer {
	margin-top: 25px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding-left: 100px;
	padding-right:100px;
}
#copyright {
	margin-top: 15px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}
#member {
	margin-left: 100px;
	margin-top: 15px;
	height: 30px;
}
#member a:link, #member a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;		
	color: #9C0808;
}
#member a:hover, #member a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;		
	color: #333333;
}
