
/* Marcus Theatres Sign Up Page */

body{
	background-image:url("http://www.marcustheatres.com/img/logo/logo.png");
	background-size:80px;
	background-repeat:no-repeat;
	background-position: 150 10;
	width:180px;
	background-color: #d6c691;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

#container table{
	margin-top: 0px;
	width:500px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration:none;
	font-weight:bold;
}

.microtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	visibility:collapse;
	line-height:0;
	size:0;
	display:compact;
	elevation:0;
	height:0;
	width:0;
	white-space:nowrap;
}
.errmsg {
	padding-top:45px;
	font-color:red;
}
.newslettertext { 
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}

.anniversary{
	visibility:collapse;
	line-height:0;
	size:0;
	display:compact;
	elevation:0;
	height:0;
	width:0;
	white-space:nowrap;
}

p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#0033CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6600CC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #990000;
	}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-decoration:none;
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-decoration:none;
}

hr{
	visibility:hidden;
}