#start-outlinebox h1 {
width:490px;
position:absolute;
top:15px;
left:0;
text-align:center;
padding:0;
}

#start-outlinebox h2 {
line-height:130%;
width:495px;
position:absolute;
top:55px;
left:0;
padding:0;
}

#homeVideo {
width:490px;
height:270px;
position:absolute;
top:125px;
left:2px;
background:#FFF;
}

#start-outlinebox #featureText {
font-family:Arial;
font-size:13px;
width:444px;
position:absolute;
bottom:50px;
right:0;
text-align:center;
margin:0;
padding:0;
}

#start-outlinebox #featureImages {
width:444px;
position:absolute;
bottom:10px;
right:0;
text-align:center;
margin:0;
padding:0;
}

#registrationHomeWrapper {
position:absolute;
right:0;
top:17px;
width:444px;
height:378px;
background:none repeat scroll 0 0 #DDD;
border-radius:1px;
border:#AAAAA 3px solid;
box-shadow:#777 2px 2px 5px 0;
}

#registrationHomeForm {
padding:10px 0 5px 15px;
}

#registrationHeadline {
text-align:center;
font-weight:700;
font-size:20px;
color:#4A658B;
margin:10px 0 5px;
}

#registrationErrorText {
width:400px;
height:20px;
position:absolute;
left:20px;
bottom:145px;
border:0 green solid;
color:red;
clear:both;
text-align:center;
font-size:13px;
}

#registrationFieldSet {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
outline:0 none;
vertical-align:baseline;
margin:0;
padding:0;
}

.registrationField {
color:#000;
font-size:14px;
float:left;
margin-right:12px;
margin-top:20px;
vertical-aling:top;
}

.registrationField input {
width:180px;
height:25px;
font-weight:100;
font-size:14px;
color:#000;
padding-left:5px;
}

.registrationField .tipInput {
color:grey;
}

.registrationField .validInput {
color:#000;
}

.registrationField .badInput {
color:red;
}

/* bg-color undecided yet ? ef7119  brighter:ee8f14  middle value:ee8616 darkest:ef6e1a */
.registrationSubmit {
position:absolute;
left:130px;
bottom:80px;
/* width:250px; */
}

/* use common style.css
.registrationSubmit a {
text-decoration:none;
font-weight:400;
color:white;
padding:10px;
background:none #ee8616; 
border-radius:3px;
border:#AAAAA 2px solid;
box-shadow:#333 2px 2px 5px 0;
text-shadow:1px 1px 0px #444444;
}
.registrationSubmit a:hover {
background:none repeat #ef661b;
box-shadow:#000 2px 2px 5px 0;
}
*/