@import "components.css";
@import "form.css";

html, body {
min-width:400px;
margin:0;
padding:0;
height:100%;
background:black;
}

* {
font-family:Verdana, Arial;
font-size:12px;
}

span{
font-family:Arial;
font-size:100%;
}
#content button{
font-size:100%;
}

#container {
height:100%;
min-height:100%;
min-width:600px;
position:relative;
}
	body > #container {
	height:auto;
	}

#top {
border-bottom: 20px solid #E31A22;
height:55px;
margin-bottom: 10px;
position:relative;
padding-top:15px;
padding-left:15px;
}

#top h1{
color: #E31A22;
font-size: 120%;
margin-top:10;
}

	#top img {
	float:left;
	margin-right:10px;
	}
	#top #close_popup {
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
	line-height: 13px;
	color: black;
	}

#content{
margin-left:0;
height:1px; /* Fix IE bug */
padding: 10px 22px;
}
	#container > #content {
	height:auto;
	}

	#content * h1 {
	position: static;
	}

	#content * a {
	color: #E31A22;
	}

#devwarning,
#debug{
display:none;
}

#copsummary {
display: none;
}
