#header h1 {
	display: none;	
	
}

body > #header .header {

}


#external-content {
	margin: 0 0 0 0;
	/* padding: 1em; */
	background: #f5f5f4 url( "/images/truck-bg.png" ) top no-repeat;
	min-height: 600px;
}

#external-content > #actual-content {
	position: relative;
	
	
}

#sign-in-box {
	position: absolute;
	width: 35%;
	top: -3em;
	right: 0.5em;
	text-align: center;
	padding: 1em 0.5em;
	border: #A3A3A3 solid 1px;
/*	border: hsl( 0 , 0% , 64% ) solid 1px;*/
	-webkit-box-shadow: hsla( 0 , 0% , 24% , 0.5 ) -0.5em 0.5em 1em;
	background: #F5F5F5;
	
	
	
}

#sign-in-box h1 {
font-size: 37px;
font-weight: bold;
letter-spacing: -2px;
line-height: 1em;
margin: 0;
padding: 0;
text-shadow: #cbcbcb 0px 1px 1px;
/*text-shadow: hsl( 0 , 0% , 64% ) 0px 1px 1px;*/

}

#sales-pitch {
	width: 58%;
	margin-left: 1em;
	
}

#sales-pitch h1 {
font-size: 2em;
font-weight: bold;
letter-spacing: -2px;
line-height: 1em;
text-shadow: #cbcbcb 0px 1px 1px;
/*text-shadow: hsl( 0 , 0% , 84% ) 0px 1px 1px;*/
padding-bottom: 0;
}

#sales-pitch h2 {
font-size: 1.5em;
font-weight: bold;
margin-top: 0;
letter-spacing: -1px;
line-height: 1em;
text-shadow: #cbcbcb 0px 1px 1px;
/*text-shadow: hsl( 0 , 0% , 84% ) 0px 1px 1px;*/
color: #1A1A1A;
/*color: hsl( 0 , 0% , 10% );*/
}

#sales-pitch h3 {
font-size: 1.2em;
line-height: 1.3em;
padding-top: 0.25em;
text-shadow: #243445 0px 1px 1px;
/*text-shadow: hsl( 0 , 0% , 84% ) 0px 1px 1px;*/
font-weight: normal;

}

.cbox_messagebox_error {
	text-align: left;
}

#forgotPassword {
	padding: 1em;
	margin-bottom: 2em;
	border: #A3A3A3 solid 1px;
/*	border: hsl( 0 , 0% , 64% ) solid 1px;*/
	-webkit-box-shadow: hsla( 0 , 0% , 24% , 0.5 ) -0.5em 0.5em 1em;
	background: #F5F5F5;
	width: 23em;
	
}

#forgotUsername {
	padding: 1em;
	margin-bottom: 2em;
	border: #A3A3A3 solid 1px;
/*	border: hsl( 0 , 0% , 64% ) solid 1px;*/
	-webkit-box-shadow: hsla( 0 , 0% , 24% , 0.5 ) -0.5em 0.5em 1em;
	background: #F5F5F5;
	width: 23em;
	
}