@import url('reset.css');

/* General
------------------------------------------------------------------------------*/
html {
	//background-color: #000;
}

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

/* PDF requesting form
------------------------------------------------------------------------------*/

form.request_pdf div.input {
	margin-bottom: 3px;
}

form.request_pdf label {
	display: block;
	float: left;
	width: 250px;
}

form.request_pdf div.submit {
	margin-left: 250px;
}

/* Override colorbox */

/* This matches the borders pretty well in the Request PDF screen, but then you can't see the close button anymore.
#colorbox {
	height: 230px !important;
	width: 470px !important;
}
*/

/* This makes the box disappear entirely!
#cboxWrapper {
	width: 550px !important;
	height: 350px !important;
}
*/

#cboxContent {
	background-color: #FFFFFF !important;
}

#cboxClose {
	margin-right: 4px;
	margin-bottom: 4px;
}
