* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../images/movie_page/layout/body_bg_lg.jpg);
    background-repeat: repeat-x;
    background-color: #0b0b0b;
    font-family: Verdana;
	background-attachment: fixed;
	background-position: top center;
}

#container {
    width: 718px;
    margin: auto;
}

#movie_skin {
    background-image: url(../images/layout/tour_movie_skin.jpg);
    background-repeat: no-repeat;
    width: 681px;
    height: 407px;
    margin: auto;
}


object {
    margin-left: 9px;
}



.top_bottom {
    display: block;
    margin: auto 31px auto auto;
}

#content_bg {
    background-image: url(../images/movie_page/layout/content_bg.jpg);
    background-repeat: repeat-y;
    width: 850px;
    margin-left: 20px;
}

.content {
    padding: 25px;
}
.form_body img {
    margin: auto;
    display: block;
}
input.submit_button {
    display: block;
    margin: auto;
}
.movie_lead_form {
    width: 650px;
    background-image: url(../images/movie_page/layout/form_skin_middle.jpg);
    background-repeat: repeat-y;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
}

.movie_lead_form table {
    width: 570px;
    color: #333333;
}

.movie_lead_form table td {
    padding: 9px;
}

.movie_lead_form fieldset {
    border: none;
}
.movie_lead_form fieldset fieldset {
    margin-left: 28px;
}
.movie_lead_form fieldset fieldset legend {
    display: block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}

.movie_lead_form img.movie_form_top {
    margin-left: -4px;
    margin-top: -5px;
}
.movie_lead_form img.movie_form_bottom {
    margin-bottom:-5px;
    margin-left:-4px;
}

.movie_lead_form .left_side {
    width: 390px;
    padding-left: 33px;
}
.movie_lead_form textarea {
    width: 300px;
}

#submit_button {
    display:block;
    margin:auto;
}


.error {
    background-color: #ffd4bb;
    border: 1px solid #c5a491;
    color: #c53f0b;
}
label.error {
    margin-left: 15px;
}

#footer {
    color: white;
    font-size: 13px;
    width: 700px;
    margin: auto;
    text-align: center;
}
#footer a {
    color: white;
}

#contact_info table {
    margin-top: 36px;
}

#contact_info table td {
    padding
    : 5px;
}