body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sliver.jpg);
	background-repeat: repeat-x;
	background-color: #896F4B;
}

.style1
{
}

.style3
{
	font-size: 11px;
	font-weight: bold;
}

.style4
{
	font-size: 9px;
	font-weight: bold;
	color: #1F6481;
}

.style5
{
	font-size: 11px;
	color: #333333;
}

.style6
{
	font-size: 10px;
	color: #990000;
}

.style7
{
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

.title
{
	font-size: 10px;
	font-weight: bold;
	color: #1F6481;
}

.desc
{
	font-size: 11px;
	color: #333333;
}

.links
{
	font-size: 10px;
	color: #990000;
}

.center
{
	text-align: center !important;
}

a:link,
a:visited
{
	color: #333333;
}

a:hover
{
	color: black;
}

span.theater_address
{
	font-size: 11px;
	font-weight: bold;
}

a img
{
	border: 0px;
}

object,
embed
{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}


/*****************************************************************/
/* view_movie.php specific */
/*****************************************************************/
table#view_movie th
{
	text-align: left;
}

table#view_movie td
{
	font-size: 12px;
	font-weight: normal;
	color: #1F6481;
}

/*****************************************************************/
/* view_theater.php specific */
/*****************************************************************/

img.movie_img
{
	border: 3px solid black;
}

div.iframe
{
	background-color: #ededef;
	width: auto;
}

/*****************************************************************/
/* form specific */
/*****************************************************************/
form#newsletter
{
}

form#newsletter br
{
	clear: both;
	margin: 0.5em 0 0.5em 0;
}

p.example
{
	float: left;
	font-size: smaller;
	margin: 0 0 0 0.5em;
	padding: 0;
}

form#newsletter label
{  
	position: relative;  
	float: left;  
	width: 9em;  
	margin-right: 1em;
}

form#newsletter label.error
{
	color: red;
	font-weight: bold;
}

form#newsletter label span.required
{
	position: absolute;  
	left: 9em;  
	color: red;
}

form#newsletter p span.required
{
	color: red;
}

form#newsletter input
{
	float: left;
}

p.error
{
	color: red;
	font-weight: bold;
}

form#comments
{
}

form#comments br
{
        clear: both;
        margin: 0.5em 0 0.5em 0;
}


form#comments label
{
        position: relative;
        float: left;
        width: 9em;
        margin-right: 1em;
}

form#comments label.error
{
        color: red;
        font-weight: bold;
}

form#comments label span.required
{
        position: absolute;
        left: 9em;
        color: red;
}

form#comments p span.required
{
        color: red;
}

form#comments input
{
        float: left;
}

dl {clear:both;}
dt {float:left; text-align:right; width:130px; margin:0 10px 10px 0;}
dd {float:left; width:500px; margin:0 0 10px 0;}

