/* 
	Mad Sprocket
	Modal Screen CSS
	May 2009
*/

/*sbox */
#sbox-overlay {
	dbackground-color:#fff !important;
}

#sbox-window {
	background-color: #50bdd6!important;
}

	#sbox-content {
		background: #fff;
	}

/* modal */
#sbox-content #header,
#sbox-content #footer {
	display: none;
}
	
#sbox-content #container,
#sbox-content #content,
#sbox-content #inner-content {
	background: transparent;
	position: static;
	top: 0;
	padding: 0;
	border: 0;
	margin: 0;
}
	
#sbox-content #content {
	width: 675px;
	margin: 0;
	top: 0;
}

	#sbox-content h3#tagline {
		text-indent: -9999px;
		overflow: hidden;
		position: static;
		padding: 0;
		width: 640px;
		height: 40px;
		margin: .3em 0 0 20px;
		background: url(/content/v1/us/img/contact-head.gif) no-repeat;
	}

	#sbox-content #inner-content {
		width: 650px;
	}
	
		#sbox-window #ContactForm,
		#sbox-window #contactInfo {
			padding: 0 22px;
		}
		
		#sbox-window #contactInfo {
			padding-bottom: 230px;
		}
		
		#sbox-window {
		
		}
	