/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul, fieldset {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

legend { margin-left: 10px; padding: 5px; border: 1px solid #b3b3bb;}
fieldset { padding: 10px; }

a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: #faec8f;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
	text-align: justify;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
	text-align: center;
}


/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #ccc;
	color: #c17878;
}

h2, h3.sub {
	text-shadow: 1px 2px 1px #131315;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}

/*errors*/

h1.error {
	color: #c17878;
}

/*warning, ripoff*/

#warning {
	background-color: #ff3300;
	font-size: 27px;
	padding: 20px;
	color: #ffffff;
	font-family: helvetica, arial;
}

#warning h1 {
	font-weight: bold;
	font-size: 45px;
	color: #ffffff;
}

#warning a:link, #warning a:visited {
	color: #face8f;
} 

#warning a:hover, #warning a:active {
	color: #222222;
}

p.important {
	padding: 10px;
	border: 2px solid #fff;
	background: #ff3300;
	color: #fff;
	font-size: 12px;
}

p.important a {
	color: #fff;
}
