@CHARSET "utf-8";

body {
	margin: 0;
	font-size; 12pt;
	background-color: black;
}
p {
	color: white;
}
img {
		border: none;
}
ol {
	color: white;
}
li {
	color: white;
}
h3 {
	color: white;
}
acronym {
	color: #76bbfe;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
h2 {
	margin: 0;
	color: white;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#header {
	width: 960px;
	height: 180px;
	background-image: url("../images/header.jpg");
	background-position: -32px -20px;
}
.buttonbox {
	width: 697px;
	height: 25px;
	float: right;
}
.buttonbox a img{
	border: 0;
}
.buttonbox a {
	float: left;
	display: block;
	margin-top: 160px;
}
#content {
	width: 920px;
	padding: 70px 20px 40px;
}
#content p {
	margin: 0 0 10px;
}
#footer {
	padding: 10px 0 30px;
}
#footer p {
	margin: 0;
}

.movie {
	height: 400px;
}
.column1 {
	width: 500px;
	float: left;
}
.column2 {
	width: 410px;
	margin: 0 0 0 10px;
	float: left;
}
.arrangepic {
	float: left;
	margin-right: 10px;
}

.movie_info {
	min-height: 260px;
}

.subheading {
	font-size: 1em;
}
.ctr {
	text-align: center;
	clear: both;
}
.price {
	width: 300px;
}
.price span {
   float: right;
}

#content .price.vip {
	margin: 40px 0 20px;
	font-weight: bold;
}

.title {
	font-size: 1.3em;
	margin-top: 0;
}

.showtimes {
}
.showtimes span {
	float: left;
	width: 7.5em;
}

/*
 * Form Styles
 */
 
dd {
	margin-bottom: 2em;
}
label {
	color: white;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
}
.fields1 dt {
	float: left;
	width: 10em;
	color: blue;
}
.fields1 dd {
	margin-left: 11em;
}
.fields1 input[type=text] {
	width: 20em;
}
.fields1 textarea {
	width: 20.5em;
	height: 8em;
}
.submit-buttons {
	text-align: center;
}
