﻿.clear{
    clear:both;
}

.floatRight{ float:right;}

.main {
	width: 990px;
	background-color: #4d4d4d;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.middlebox {
	background: url(../images/middlebox.jpg);
	float: left;
	height: 104px;
	width: 952px;
	margin-left: 20px;
}
.maintext {
	float: left;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 9px;
	margin-right:30px;
}
body {
	background-color: #000000;
}
.topbox {
	height: 220px;
	width: 990px;
	background-color: #000000;
}
.logo {
	background-image: url(../images/logo.png);
	height: 70px;
	width: 502px;
	float: left;
	margin-left: 30px;
	margin-top: 90px;
}
.moviebox {
	height: 323px;
	width: 990px;
	float: none;
}
.woman {
	float: right;
	height: 183px;
	width: 199px;
	background-image: url(../images/woman.jpg);
	margin-top: 37px;
}
.navbar {
	background-image: url(../images/banner.jpg);
	height: 36px;
	width: 791px;
	float: left;
	margin-top: 24px;
}

.navbar ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

.navbar li{
    float:left;
    padding: 10px 10px 10px 10px;
}

.navbar a{
    color:#fff;
    text-decoration: none;
}

.navbar a:hover{
    text-decoration:underline;
}

.main .maintext h1 {
	color: #FF0039;
		font-size: 18px;
}
.red {
	color: #FF0039;
	margin-top:0px;
}
.bottomleftboxtext {
	width: 420px;
	font-size: 12px;
	margin-top: 18px;
	margin-left: 25px;
	text-align: justify;
	float: left;
}
.bottomrighttext {
	float: left;
	width: 400px;
	height: 40px;
	margin-top: 18px;
	margin-left: 60px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}
.formtext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
	float: left;
	width: 350px;
	height: 530px;
	margin-top: 30px;
	margin-left: 30px;
}

.formtext p{
    margin-top:0px;
}

.formbox {
	float: right;
	height: 542px;
	width: 425px;
	background-image: url(../images/form.jpg);
	margin-left: 15px;
}
.easydrivelogo {
	background-image: url(../images/easydrivelogo.jpg);
	float: left;
	height: 80px;
	width: 519px;
	margin-top: 30px;
	margin-bottom:20px;
}
.cho-logo {
	background-image: url(../images/cho-logo.jpg);
	float: right;
	height: 54px;
	width: 373px;
	margin-top: 20px;
	margin-right: 10px;
}
.bullets {
	margin-left: 30px;
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
}
.bullets li {
    margin-bottom:15px;
}
.middleboxtext {
	height: 60px;
	width: 900px;
	margin-left: 25px;
	margin-top: 25px;
}
.bottomboxes {
	background-image: url(../images/bottombox.jpg);
	float: left;
	height: 69px;
	width: 952px;
	margin-left: 19px;
}
.bottomboxes p {
    margin-top:0em;
}
.bottombanner {
    clear:both;
	height: 36px;
	width: 990px;
	background-image: url(../images/banner.jpg);
}
.bottombanner a{
    padding:10px;
    float:right;
    color:#fff;
    font-size: 0.8em;
}

.main .formbox .formtext strong {
	color: #FFF;
	font-size: 14px;
}



legend 
{
	color:#fff;
	width:100%;
	font-size:1.5em;
	margin-bottom:7px;
	padding-bottom:4px;
	border-bottom: solid 0px #DEDEDE;
	display:none;
	margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}

fieldset 
{
	padding-bottom:5px;
	margin-top:20px;
	padding-left:0px;
	border:none;
}

fieldset div 
{
	display:block;
	padding-bottom:2px;
} 

fieldset label 
{
	float:left; /* Take out of flow so the input starts at the same height */
	text-align:left;
	margin-right:2px;
	font-size:0.9em;
}

fieldset input, fieldset textarea{
    float:right;
    margin-bottom:3px;
}



.imagebox {
	height: 323px;
	width: 990px;
	float: none;
	background-image: url(../images/topboxmovie.jpg);
}
	
.contacttext {
	height: 150px;
	width: 700px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin-left: 150px;
	margin-top: 50px;
margin-bottom:25px;	
}

.redhighlight {
	color: #FF0039;
}

hr {
    color: #ff0039;
    background-color: #ff0039;
    height: 3px;
    border:0px;
}