body{
  background-color: #ffffff;
  margin:0px;
  padding: 0px;
  text-align: center;
  color:#564b47;  
  }

iframe{
  margin-top: 10px;
  background-color: #ffffff;
  }

#frame{
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 980px;
  height: 613px;
  background-color: #666666;
  background-repeat: no-repeat;
  white-space: nowrap;
  font-family: arial, helvetica, sans-serif;
  color: #ffffff;
  }

#download{
  position: absolute;
  margin-top: 130px;
  margin-left: 404px;
  height: 235px;
  width: 215px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  }

#download a:link, #download a:visited {
  padding-left: 2px;
  border-left: 3px solid #ffffff;
  display: block;
  }

  #download a:hover {
  padding-left: 2px;
  border-left: 3px solid #dddddd;
  display: block;
  }

#video{
  width: 320px;
  height: 240px;
  margin-left: 300px;
  padding-top: 200px;
  }

#content {
  height: 583px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  }

div.footer{
  vertical-align: middle;
  text-align: center;
  width: 980px;
  height: 30px;
  white-space: nowrap;
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  clear: both;
  margin: 0px;
  padding: 0px;
  }

div.comment{
  padding-top: 20px;
  text-align: left;
  position: absolute;
  height: 180px;
  width: 300px;
  margin-top: 340px;
  margin-left: 30px;
  background-color: #ffffff;
  }
input.textfield{
  width: 200px;
  padding: 0px;
  background-color: #ffffff;
  font-size: 18px;
  border: none;
  color: #990000;
  margin-bottom: 13px;
  border: none;
  border-bottom: 1px dashed #cccccc;
  vertical-align: middle;
  }
input.textfield:focus{ 
  width: 200px;
  padding: 0px;
  background-color: #dddddd;
  font-size: 18px;
  border: none;
  color: #333333;
  margin-bottom: 13px;
  border: none;
  border-bottom: 1px dashed #cccccc;
  vertical-align: middle;
  }

div#footer_text input.recipient{
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #990000;
  background-color: #dddddd;
  border: none;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc; 
  padding: 1px 3px 1px 3px;
  }
div#footer_text input.recipient:focus{
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  background-color: #dddddd;
  color: #000000;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  padding: 1px 3px 1px 3px;
  }

div#footer_text{
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 2px 2px 2px;
  color: #111111;
  width: 885px;
  vertical-align: baseline; 
  }

div#footer_submit{
  margin-right: 0px;
  float: left;
  padding: 5px 0 2px 0;
  width: 90px;
  }

input.submit_button{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #b1ada8;
  padding: 2px 8px 2px 8px;
  background-color: #dddddd;
  color: #111111;
  }
input.submit_button:hover{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #cccccc;
  padding: 2px 8px 2px 8px;
  background-color: #eeeeee;
  color: #cc0000;
  cursor: pointer;
  }

.error_msg{
  font-family: arial, helvetica, sans-serif;
  position: absolute;
  width: 500px;
  margin-top: 340px;
  margin-left: 30px;
  background-color: #f0f0f0;
  display: block;
  font-size: 12px;
  color: #990000;
  padding: 10px;
  }
.error_msg a:link, .error_msg a:visited{
  display: block;
  width: 75px;
  border: 1px solid #b1ada8;
  padding: 2px 8px 2px 8px;
  color: #111111;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  text-align: center;
  }
.error_msg a:hover{
  display: block;
  width: 75px;
  border: 1px solid #b1ada8;
  padding: 2px 8px 2px 8px;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #dddddd; 
  text-align: center;
  }

.success_msg{
  font-family: arial, helvetica, sans-serif;
  position: absolute;
  width: 500px;
  margin-top: 340px;
  margin-left: 30px;
  background-color: #f0f0f0;
  font-weight: normal;
  display: block;
  font-size: 12px;
  color: #009900;
  padding: 10px;
  }
.success_msg p{
  color: #333333;
}
.success_msg ul{
  color: #333333;
  list-style-type: square;
  }
.success_msg li a:link, .success_msg li a:visited{
  text-decoration: none;
  line-height: 18px;
  color: #333333;
  }
.success_msg li a:hover{
  text-decoration: underline;
  line-height: 18px;
  color: #cc0000;
  }

  #back_button{
  width: 50px;
  position: absolute;
  margin-top: 620px; 
  margin-left: 0;
  text-align: center;
  }
#back_button a:link, #back_button a:visited {
  display: block;
  width: 75px;
  border: 1px solid #b1ada8;
  padding: 2px 8px 2px 8px;
  color: #111111;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  } 
#back_button a:hover {
  display: block;
  width: 75px;
  border: 1px solid #b1ada8;
  padding: 2px 8px 2px 8px;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #dddddd; 
  }