@import "pop-up.css";

/* This stuff is necessary for the non-javascript page popups. */
*
{
	background-repeat:no-repeat;
}

html
{
	font-size: 100%
}

body
{
	font-family: arial, sans-serif;
	font-size: 0.75em;
}

a
{
	color: #005689;
	text-decoration: none
}

a:hover
{
	text-decoration: underline
}

a:focus,
a:active
{
	outline: none;
	background-color: #005689; 
	color: #fff;
}

h1
{
	font-family: georgia, serif;
	font-size: 2em;
	font-weight: normal
}

fieldset
{
	border: none;
	
}

label
{
	width: 200px;
	display: -moz-inline-box;/* because ff is a bit crap some times */
	display: inline-block;
}

.toolbox-popup
{
	display: block;
}

.toolbox-popup ul
{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
