* {
  margin:0;
  padding:0;
}

ul li { list-style-position:inside; list-style-type:none; }

body {
  background:#fff;
  font-size:62.5%;
  font-family:Helvetica, Arial, sans-serif;
  line-height:1.6em;
  color:#333;
}

h1, h2, h3, h4 {
  margin-bottom:1.1em;
  color:#CC0000;
  line-height:1em;
}

a img { border:0 none; }

h1 { text-align:center; }

p { margin-bottom:1.2em; }

.wrapper { width:800px; margin:30px auto; font-size:1.4em; }

.center { text-align:center; }

.video { width:550px; margin-bottom:40px; }
.regform { float:right; width:240px; text-align:center; }

table td.label { padding-right:10px; }
form .input_text { padding:3px; font-size:14px; }
form .input_submit { width:200px; }
form table { margin:0 auto; }


