/* global
----------------------------------------------- */
body {
margin: 0 10px;
padding: 0;
text-align: center;
min-width: 678px;
background-color: #000;
background-image: url('images/bg.gif');
color: #fff;
font-family: tahoma, verdana, "lucida sans", sans-serif;
font-size: 11px;
}

color: #fff;

img { border: none; }

/* headings
----------------------------------------------- */
h1 {
font-size: 14px;
}

/* text
----------------------------------------------- */
p {
line-height: 16px;
color: #fff;
font-size: 13px;
}

/* form
----------------------------------------------- */
form { 
border: 1px solid #9A0302; 
padding: 25px; 
}

input {
background-color: #000;
color: #fff;
border: 1px solid #9A0302;
display:block;
text-align: center;
}

.button {
border: 0;
}

/* lists
----------------------------------------------- */
.meta ul, .meta li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	}

/* links
----------------------------------------------- */
#footer a {
color: #fff;
font-size: 10px;
text-decoration: none;
}

#footer a:hover {
color: #9A0302;
font-size: 10px;
text-decoration: underline;
}

a {
color: #fff;
text-decoration: underline;
}

a:hover {
color: #9A0302;
text-decoration: none;
}

/* footer
----------------------------------------------- */
#footer { text-align: right; color: #eeeeee; font-size: 10px; }

/* misc
----------------------------------------------- */
div.clear {
clear: both;
line-height: 0;
height: 0;
}