@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #808080;
  background: url('../images/movie/background.jpg') #e2e2e2 repeat-x;
}

div {
  text-align: left;
}

* html body {
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

#page {
  position: relative;
  margin: 0;
  padding: 25px 75px 0px 75px;
  width: 600px;
  height: 575px;
  background: url('../images/movie/bg_content_1.jpg') no-repeat;
}

* html #page {
  text-align: right;
}

.video_page {
  background: url('../images/movie/bg_content_2.jpg') no-repeat !important;
}

.form_page {
  background: url('../images/movie/bg_content_3.jpg') no-repeat !important;
}

.medium_form_page {
  background: url('../images/movie/bg_content_4.jpg') no-repeat !important;
  height: 675px !important;
}

.long_form_page {
  background: url('../images/movie/bg_content_4.jpg') no-repeat !important;
  height: 875px !important;
}

.extralong_form_page {
  background: url('../images/movie/bg_content_5.jpg') no-repeat !important;
  height: 1100px !important;
}

* > #page {
  margin: 0 auto;
}

#header {
  margin: 0;
  padding: 0;
  width: 600px;
  height: 60px;
}

#header img {
  border: 0;
}

#content {
  position: relative;
  margin: 0;
  padding: 20px;
  width: 560px;
  height: 420px;
}

.form_page #content ,
.medium_form_page #content ,
.long_form_page #content ,
.extralong_form_page #content {
  padding: 20px 115px;
  width: 370px;
}

.medium_form_page #content {
  height: 620px;
}

.long_form_page #content {
  height: 720px;
}

.extralong_form_page #content {
  height: 945px;
}

#content .video_container {
  margin: -1px;
  padding: 0;
  width: 560px;
  background: #000000;
  border: 1px solid #e2e2e2;
}

* html #content .video_container {
  height: 315px;
}

* > #content .video_container {
  min-height: 315px;
}

#content .landingspage_title {
  position: absolute;
  top: 360px;
  left: 20px;
  margin: 0;
  padding: 0;
}

#content .landingspage_text {
  position: absolute;
  top: 400px;
  left: 20px;
  margin: 0;
  padding: 0 19px 0 0;
  width: 315px;
  text-align: justify;
  border-right: 1px solid #A0A0A0;
}

#content .landingspage_button {
  position: absolute;
  top: 403px;
  left: 380px
}

#content a img {
  border: 0;
}

#content .viralmovie_text {
  position: absolute;
  top: 360px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 580px;
  list-style-type: none;
}

#content .viralmovie_text li {
  margin: 0;
  padding: 0 10px;
  width: 159px;
  border-right: 1px solid #A0A0A0;
  float: left;
}

#content .viralmovie_text li.last {
  width: 199px;
  border-right: 0px;
}

#content .form_list {
  margin: 0;
  padding: 16px 0 0 0;
  width: 370px;
  list-style-type: none;
  clear: both;
}

#content .form_list li {
  margin: 0;
  padding: 2px 0 0 0;
  width: 184px;
  color: #00aeef;
  float: left;
}

#content .form_list li input ,
#content .form_list li select {
  width: 95%;
  border-top: 1px solid #abadb3;
  border-right: 1px solid #dbdfe6;
  border-bottom: 1px solid #e3e9ef;
  border-left: 1px solid #e2e3ea;
  background-color: #f2f2f2;
}

#content .buttons {
  margin: 0;
  padding: 20px 0 0 0;
  clear: both;
}

#content .buttons .left {
  float: left;
}

#content .buttons .right {
  float: right;
}

#content .buttons a {
  display: block;
}

#content .buttons input {
  margin: 0; 
  padding: 0; 
  width: 186px; 
  height: 31px; 
  border: 0;
  cursor: pointer;
}

#content .buttons input.send_movies {
  background: url('../images/movie/but_verstuurfilms.gif') transparent no-repeat;
}

#content .buttons input.send_invitation {
  background: url('../images/movie/but_verstuur.gif') transparent no-repeat;
}

#content .buttons input.show_movie {
  background: url('../images/movie/but_laatfilmzien.gif') transparent no-repeat;
}

#footer {
  display: none;
  /*margin: 0;
  padding: 10px 0;
  width: 600px;
  height: 20px;
  color: #666666;
  text-align: center;
}

#footer a {
  margin: 0 10px;
  padding: 0;
  color: #666666;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;*/
}
