body {
    background: white;
    font: normal 15px Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #444;
    padding: 0px 30px;
}

h1 {
  font-family: Helvetica, Arial;
  color: #2d4159;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 40px;
  line-height: 28px;
  letter-spacing: -1px;
}

h2 {
  font-family: Helvetica, Arial;
  color: #2d4159;
  margin: 30px 0px 5px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -1px;
}

h2.inline {
  display: inline;
}

p {
  width: 70%;
  margin: 0;
  margin-bottom: .8em;
}

p.inline {
  display: inline;
}

div.sbf_movie
{
  float: left;
  width: 400px;
  padding-bottom: 4em;
}

div.sbf_movie img
{
  width: 400px;
}

div.sbf_desc
{
  margin-left: 405px;
}

div.sbf_desc p
{
  width: 100%;
}

div.sbf_title
{
  clear: left;
  padding-bottom: 1em;
}

div.tag
{
  float: left;
  width: 95px;
  font-weight: bold;
  text-align: right;
}

div.links
{
  margin-left: 100px;
  padding-bottom: 1em;
}

span.link
{
  padding-right: 1em;
}

span.inner_link
{
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
  vertical-align: middle;
}

span.inner_link:hover
{
  border-bottom: 1px solid black;
}

span.inner_link a
{
  text-decoration: none;
}

ul {
  width: 70%;
  margin: 0;
  margin-bottom: .8em;
}

a {
  color: #09a;
  text-decoration: none;
}

a:hover {
  color: #1A252E;
  text-decoration: underline;
}

a img
{
  border: 0;
}

#notice {
  margin: 30px 0px;
  padding: 0px;
  color: #c00;
  font-weight: bold;
  font-size: 18px;
}

input.text_field {
  border-color: #bbbbbb;
  font: normal 24px Georgia;
  border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

textarea {
  border-color: #bbbbbb;
  font: normal 18px Georgia;
  border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

input.submit {
  margin: 0px;
  background-color:#87b500;
  border: solid 1px #ccc;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  font: Normal 15px Helvetica, Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
  height: 36px;
  padding: 0px 14px 0px 12px;
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input.submit:hover {
  background: #87b500;
  color: #ECF5DE;  
}

table {
  margin: 0;
}

th {
  vertical-align: top;
  color: white;
  background: #2d4159;
  border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border: solid 1px white;
	border-bottom: none;
}

tr.table_row0 {
  background-color: #eee;
}

tr.table_row1 {
  background-color: #ccc;
}

td.field {
  text-align: left;
  font-weight: bold;
}

.fieldWithErrors {
  border: #e00 solid thick;
}

.errorExplanation {
  border: 1px solid #900;
  padding: 0.2em;
  margin-bottom: 1em;
  background-color: #f0f0f0;
}