@media all { 

	/* CSS Document */

	* { margin: 0; padding: 0; }
	body { background-color: #fff; color: #666; font: 11px Arial, Helvetica, sans-serif; }
	h1 { font-size: 12px; font-weight: bold; }
	img { border: none; }
	select, input,textarea { width: 182px; border: 1px solid #ccc; color: #999; font-size: 12px; line-height: 20px; background-color: #fff; float: right; }
	textarea { width: 298px; }
	p { display: inline; }
	a { color: #666; text-decoration: underline; }
	a:hover { text-decoration: none; }

	div#container { position: absolute; }
	div#left { position: relative; float: left; margin-top: 21px; margin-left: 10px; }
	div#right { position: relative; float: left; margin-left: 13px; padding-top: 49px; height: auto; width: 360px; }
	div#tostuff { position: absolute; right: 0; bottom: 0; width: 10px; height: 10px; background-color: #fff; cursor: default; }

	.bordered { border: 1px solid #dfb52b; }
	.underlined { padding-bottom: 8px; border-bottom: 1px solid #dfb52b; }
	.label { color: #979797; padding-top: 10px; padding-bottom: 4px; }
	.button { width: 70px; height: 16px; line-height: 12px; }
	
}

@media screen { 

	.only-print { display: none; }
	
}

@media print {

	#buttons { display: none; }
	
}
