
body {
    font-family: 'Myriad Pro',Arial,Helvetica;
   /* margin: 0 auto; */
}
#wrapper {
    //height: 720px;
}

#mainContainer {
    width: 400px;
}
#header {
    background: none repeat scroll 0 0 transparent;
    height: 0;
    width: 400px;
}
.bodyBox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 #000000;
    margin: 60px 19px 15px 640px;
    overflow: visible;
    padding-top: 0;
    width: 400px;
}
#body h3, #body h2, #body p, #body li {
    color: #000000;
    font-family: 'Myriad Pro',Arial,Helvetica;
    font-size: 16px;
}
#body h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px -25px 23px;
    text-align: left;
    text-shadow: 0 0 0 #222222;
}
#body h2 {
    color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 20px 8px;
    text-align: left;
    text-shadow: 0 0 0 #222222;
}
#body p {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#body ul {
    padding-left: 90px;
    padding-right: 90px;
}
#body li {
    line-height: 1.2em;
}
#body .videoBox {
    margin: 0;
    padding: 0 0 10px;
}
.videoPlayer {
    margin: 40px auto 20px;
}
img.logo {
    margin-bottom: -25px;
    margin-left: 33px;
    width: 300px;
}
img.headline {
    margin-left: -7px;
}
#body .validatorSection {
    float: left;
    margin-left: -40px;
    margin-top: 20px;
    position: relative;
    word-wrap: break-word;
}
#body .validatorSection ul {
    width: 330px;
}
#body .validatorSection ul li {
    color: #990000;
    list-style-type: none;
    margin-left: 0;
}
#body .subBox {
  background-color:#fff;
	width:350px;
	border: 0px;
	float:left; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	-moz-box-shadow: 0px 0px 4px #666; 
	-webkit-box-shadow: 0px 0px 4px #666; 
	box-shadow: 0px 0px 4px #666; 
	overflow:hidden; 
	padding: 20px 15px 25px 15px; margin-bottom:10px;
	position:relative;
}
#body .subForm .field {
    float: none;
}
#body .subForm .field label {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right;
    text-transform: none;
    width: 55px;
}
#body .subForm .field .text {
    border: 2px solid #BCBCBC;
    height: 26px;
    margin-bottom: 10px;
    margin-right: -13px;
    margin-top: 0;
    width: 225px;
}
#body .subForm .field .button {
  float:none;
	height:50px;
	width:330px;
	margin-left:10px;
	color: #000; /* button text */
	border: solid 1px #F79343; /* border */
	background: #F79343; /* non-CSS3 default background */
	background: -webkit-gradient(linear, left top, left bottom, from(#F3E14D), to(#F79343));
	background: -moz-linear-gradient(#F3E14D, #F79343);
	background: -ms-linear-gradient(#F3E14D, #F79343);
	background: linear-gradient(#F3E14D, #F79343);
	font-size:21px;
	-pie-background: linear-gradient(#F3E14D, #F79343);
}
#body .subForm .field .button:hover {
  background: #CE662B;
	background: -webkit-gradient(linear, left top, left bottom, from(#F3C812), to(#CE662B));
	background: -moz-linear-gradient(#F3C812, #CE662B);
	background: -ms-linear-gradient(#F3C812, #CE662B);
	background: linear-gradient(#F3C812, #CE662B);
	-pie-background: linear-gradient(#F3C812, #CE662B);
}
#body .subForm .field .button:active {
  color: #ccc;
	border: solid 1px #1D74B9; /* border */
	background: -webkit-gradient(linear, left top, left bottom, from(#003061), to(#0059b2));
	background: -moz-linear-gradient(#003061, #0059b2);
	background: -ms-linear-gradient(#003061, #0059b2);
	background: linear-gradient(#003061, #0059b2);
	-pie-background: linear-gradient(#003061, #0059b2);
}
#footer {
    background: none repeat scroll 0 0 transparent;
    color: #000;
    font-size: 10px;
    margin: -40px 19px 15px 940px;
    width: 360px;
}
#footer a {
    color: #FFFFFF;
}
#ajax_loading{
	display:none;
	margin-top:10px;
	margin-left:72px;
}
.orange{
	color:#B60000;
}

.bodyBox {margin: 70px 19px 15px 20px;}

#mainContainer {
margin: 0 auto;
width: 100px;
}
.ps_arrow{
    position: absolute;
    left:100px;
    bottom:-100px;
}