<style type="text/css">

.serror {
background-color:#FF0000;
border-radius: 50%;
	width: 20px;
	height: 20px; 
}
.form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

.table input[type="text"],
.table input[type="password"],
.table input[type="date"],
.table input[type="datetime"],
.table input[type="email"],
.table input[type="number"],
.table input[type="search"],
.table input[type="tel"],
.table input[type="time"],
.table input[type="url"],
.table textarea,
.table select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;

  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

.table input[type="radio"],
.table input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 25%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
  text-align:center;
  
}
.run {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #FF0000;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}
fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.listtitle {
  padding: 19px 39px 18px 39px;
  font-size: 2.4em;
  margin-bottom: 10px;
}
label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}
.number a {
color:#fff;
text-decoration:none;
}
.alladd {
  background-color: #5fcf80;
  color: #fff;
  height: 100px;
  width: 100px;
  display: inline-block;
  font-size: 1.2em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {

  form {
    .max-width: 480px;
  }

}
trailers{ width:100%; }
.trailer{ min-width:134; float:left; display:block; margin-bottom:10px;width:100%; }
.trailer.caption{ float:left; display:block; }
.trailer .poster{ float:left; margin-right:10px; margin-bottom:6px; max-width:134px; }
.trailer .poster img{ border:none;width:134px; }
.trailer.normal .poster{ max-width:134px; }
.trailer.large .poster{ width:261px; }
.trailer.extra .poster{ width:540px; }
.trailer .description{ float:left; width:100%; clear:left; display:block; margin-top:0px; }
.trailer .description h3{ margin:6px 0px; }
.trailer .description p{ margin:4px 0px; }
.trailer .description em{ color:rgb(209, 13, 60); }
.trailer.caption .description{ clear:right; margin-top:0px; }
.trailer.caption .description h3{ margin:0px 0px 6px 0px; }
.trailer.normal.caption .description{ width:70%; }
.trailer.large.caption .description{ width:60%; }
.trailer.extra.caption .description{ width:30%; }

/* Support */
div.support{ background-color:#eee; padding:10px; display:block; position:absolute; top:50px; right:14px; width:240px; }
.support ul li a.share{ background-position:left center; background-repeat:no-repeat; padding-left:42px; height:40px; display:block; line-height:38px; }

.table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table a:active,
.table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	text-align:center;
 width:90%;
 vertical-align:center;
text-align:center;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table th:first-child{
	text-align: left;
	padding-left:20px;
}
.table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table tr{
	text-align: center;
	padding-left:20px;
}
.table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table tr td {
	padding:18px;

	text-align:center;
	background:#eaebec;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

#question {
	display: block;

	width: 32px;
	height: 32px;
	padding-bottom:20px;
}

#question:hover + #questiontitle {
	display: block;
}



#questiontitle 
{
position: absolute;
width: 250px;
display: none;
padding: 5px;
background: #f7f7f7;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
border: #5fcf80 solid 2px;
}

#questiontitle:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #f7f7f7 transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 15px;
}

#questiontitle:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 16px 16px;
border-color: #5fcf80 transparent;
display: block;
width: 0;
z-index: 0;
top: -18px;
left: 14px;
}
div.clear {
    clear: both;
}
</style>
