html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	border-top:7px solid #000;
	background:#fcfdf8 url(gfx/bg-page.png) no-repeat center top;
	text-align:center;
	font:normal 12px "Lucida Grande",Helvetica,Arial;
}

h1 {
	
}

h2 {
	margin:0 0 0.4em;
	font-size:24px;
}

h3 {
	font-size:16px;
	margin:0 0 0.6em;
}

p {
	margin:0 0 1.0em;
	line-height:1.6;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a {
	color:#9f233c;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0;
}

div.line hr {
	display:none; 
}


/*
FORMS
*/

input.text,
textarea,
select {
	border:1px solid #ccc;
	margin:2px 0 0;
	padding:3px;
	background:#fff;
	font:normal 14px "Lucida Grande",Helvetica,Arial;
}

input.text {
	padding:3px;
}

input.text:focus {
	background:#ffc;
}

label {
	display:block;
}

.error-msg {
	color:#900;
	font-weight:bold;
	/*background:url(gfx/icons/error.png) no-repeat 0 2px;*/
}

	label.error span,
	p.error-msg {
		/*padding-left:23px;*/
	}

	label.error span.error-msg {
		padding:0;
		font-size:12px;
	}

/*
MISC
*/

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

.hidden {
	display:none;
}