body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

div#popupWrapper {
	width:1150px;
	margin: 0 10px;
	padding: 0;
}

div#popupWrapper div#popupHeader {
	background: #000 url('../images/top_header_small.jpg') no-repeat;
	height: 60px;
}

div#popupWrapper div#popupHeader h1 {
	margin: 0 0 0 -1000px;
}

div#popupWrapper div#content {
	background-color: #ccc;
	padding: 10px;
	min-height: 200px;
}

/*
	Defense Institution Building Registration Form
	Added 2011-05-10
*/
#DIB_header {
	width: 100%;
	height: 60px;
	background: url('/public/images/bg_dib_header.gif') top left repeat-x;
	}
	#DIB_header h1 {
		overflow: hidden;
		width: 456px;
		height: 60px;
		text-indent: -9999px;
		background: url('/public/images/dib_header.gif') top left no-repeat;
		}

