body
{
  margin: 0;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

img { border: none; }

a { text-decoration: none; color: #155083; border-bottom: 1px dotted #ccc; }

h1, h2, h3, h4, p { margin-top: 0px; }

h1, h2, h3, h4 { color: #222; }

#page
{
    margin: 10px auto;
    width: 900px;
}

#header
{
	position: relative;
}

#content
{
    padding: 20px 80px;
	background: url('/images/back.jpg');
}

#footer
{
	
}

table.infotable td
{
	background-color: #f6f6f6;
}

table.infotable p
{
	margin-bottom: 3px;
}

.movie
{
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 20px;
}

.input
{
	border: 1px solid #666;
	padding: 5px;
	font-size: 14px;
	width: 188px;
}

.submit
{
	border: 1px solid #444;
	background: url('/images/button_bg.jpg') repeat-x center;
	padding: 5px 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.error
{
	color: red;
}

#errors
{
	margin-bottom: 10px;
	border: 1px solid #f6acac;
	padding: 10px;
	background-color: #f6f6f6;
}
