@media screen, projection, print {
/* header */
#header { position: relative; }
#header h2 { position: absolute; top: 0; left: 0; margin: 0 0 0 280px; padding: 10px 0 0; }

#user-info { position: absolute; top: 0; right: 0; margin: 0; padding: 10px 10px 0; }

/* Content */
#content::after { content: "."; display: block; visibility: hidden; height: 0; clear: both; }
#content { clear: both; zoom: 1; }

/* Forms */
fieldset p { margin: .25em 0; clear: both; float: left; clear: left; width: 100%; }
fieldset label { float: left; display: inline; clear: left; width: 10em; }
fieldset label.other { float: none; }
}

@media screen, projection {
	.column { float: left; width: 48%; margin: 0 1% 0 0; padding: 0; }
}

@media print {
}