#content{
	padding-top:25px;
	background-image:url(images/content_bg.png);
	background-position:bottom right;
	height:500px;
	width:930px;
}

/* EULA */

#eulaView {
    display:none;
    width:430px;
    font-family:Tahoma,Geneva,sans-serif;
    margin-top:55px;
    color:#C3C3C3;
}
.eulaTitle{
    font-size:18px;
    font-family:"Helvetica Neue Light",Helvetica, sans-serif;
    font-weight:bold;
    color:#C3C3C3;
    margin-bottom:10px;
}
.eulaSubtext {
    font-size:11px;
}
#eulaHead {
    margin-bottom:15px;
}
#eulaTextWrap {
    border-top:dotted 1px gray;
    border-bottom:dotted 1px gray;
    padding:15px;
    padding-left:0px;
    padding-right:0px;
    height:190px;
}
#eulaText {
    overflow:hidden;
    height:190px;
    width:100%;
    font-family:Tahoma,Geneva,sans-serif;
    font-size:11px;
}
#eulaActions { margin-top:5px; }
#eulaActions a { 
    font-family:Helvetica,sans-serif;
    font-weight:normal;
    font-size:16px;
    display:block; 
}
#eulaPrintLink { 
    float:left; 
    background-image:url('images/onboarding/print.png');
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:20px;
}
#eulaAgreeLink { 
    float:right; 
    background-image:url('images/onboarding/agree_left_arrow.png');
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:13px;
}
#eulaCancelLink { float:right; margin-right:10px; }

#eulaTextWrap .jScrollPaneContainer {
    width:100%;
    height:100%;
}

/* end EULA */

/* setup form */

#eula_form {
    margin-top:60px;
    margin-left:50px;
    padding-top:15px;
    padding-bottom:20px;
    border-top:dotted 1px gray;
    border-bottom:dotted 1px gray;
    width:260px;
}
#eula_form h2 {
    color:#C3C3C3;
}
#eula_form .ui-selectmenu {
    margin-bottom:10px !important;
}
#eula_form a, #eulaView a, #eulaSubmitContainer a {
    color:#0085D2;
}
#eulaShowLink {
    text-decoration:underline;
}
#eulaSubmitContainer {
    margin-left:50px;
    width:260px;
    margin-top:20px;
}
.eulaBigLink {
    color:#0085D2;
    text-decoration:none;
    font-size:18px;
    letter-spacing:1px;
}
#eulaCancelLink {
    margin-top:5px;
    margin-right:10px;
}
#eulaSubmit {
    display:block;
    float:right;
    padding-top:5px;
    background-image:url('images/onboarding/agree_left_arrow.png');
    background-position:100% 70%;
    background-repeat:no-repeat;
    padding-right:13px;

}
#container #content #onBoarding_logo {
	margin-top: 24px;
	margin-left: 50px;
}
#eula_nbsp{
 text-decoration:none;
}
#eula_nbsp_2{
 text-decoration:none;
}
label.no_field_onStart{
	width:210px;
	color:#FFFFFF;
	text-align:left;
	
}
input[type=password]:focus,.ui-selectmenu-focus.ui-widget,#eulaShowLink:focus,#login:focus,#eulaView a:focus{
	border:1px dotted #999999!important;
}

