* {
	margin:0;
	padding:0;
}

body, 
html {
	color:#000000;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 15px;
	font-weight: normal;

	background: rgb(88,153,153); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(88,153,153,1) 0%, rgba(252,252,252,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(88,153,153,1)), color-stop(98%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(88,153,153,1) 0%,rgba(252,252,252,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(88,153,153,1) 0%,rgba(252,252,252,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(88,153,153,1) 0%,rgba(252,252,252,1) 98%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(88,153,153,1) 0%,rgba(252,252,252,1) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589999', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#wrap {
    width:970px;
	height: 1200px;
    margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background:#ffffff;
	-moz-box-shadow: 5px 5px 5px rgba(10,10,10,0.74);
	-webkit-box-shadow: 5px 5px 5px rgba(10,10,10,0.74);
	box-shadow: 5px 5px 5px rgba(10,10,10,0.74);
	border:1px solid #dddddd;
}

#sidelogo {
	float:left;
	width:200px;
	height: 1200px;
	background:#ffffff;
}

#main {
	float:right;
	width:720px;
	height: 1200px;
	background:#ffffff;
	margin-right: 50px;
}

#logostar {
	background-image:url('img/logostar.png');
	width: 200px;
	height: 183px;
}

#logostartail {
	background-image:url('img/logostartail.png');
	width: 200px;
	height: 910px;
}

#logostartailend {
	background-image:url('img/logostartailend.png');
	width: 200px;
	height: 39px;
}

#introvideo {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#resultvideo {
	padding-top: 20px;
	padding-left: 30px;
}

#product {
	padding-top: 0px;
	padding-left: 70px;
}

#outro {
	padding-left: 30px;
	clear: both;
	font-size: 12px;
}

.selectimage {
	padding-top: 20px; padding-left: 155px;
}

.pagetitle {
	padding-top: 90px; 
	padding-bottom: 20px;
	color: #E0001B;
}

h1 { 
	padding-left: 30px;
	font-size: 32px; 
	font-weight: bold; 
	font-family: "Helvetica";
}

p {
	padding-left: 30px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td.qansw{
	line-height: 45px;
	border-top: 1px #E0001B solid;
	border-bottom: 1px #E0001B solid;
	text-align: right;
}

td.qtext{
	line-height: 45px;
	border-top: 1px #E0001B solid;
	border-bottom: 1px #E0001B solid;
}

td.qindex {
	width: 25px;
	line-height: 47px;
	color: #E0001B;
}

td.selimg{
	line-height: 265px;
}

#stepwrapper{
    background-color:#ffffff;
    width:720px;
    overflow:hidden;
}

#steps{
    width:720px;
    overflow:hidden;
}

.step{
    float:left;
    width:720px;
	border: 0;
}

#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}

#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#E0F1FF;
}

#privacy {
	clear:both;
	font-size: 9px;
	width: 420px;
	padding-left:100px;
	padding-top: 15px;
}

.fieldblock {
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:400px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}

.fieldblock label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#333;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}

/*
.labselimg > input[type=radio]{
  display:none;
}
*/
input[type=radio] + img{
  cursor:pointer;
  border:3px solid #ffffff;
  /*border-radius:10px;*/
}

input[type=radio]:checked + img{
  border:3px solid #e62d1f;
  /*border-radius:10px;*/
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}

.myButton:active {
	position:relative;
	top:1px;
}

#alert_error {
	display: none;
	width: 95%;
	margin: 20px 3% 0 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F3D9D9 url(img/alert.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D20009;
	color: #7B040F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}
