/*
CSS document for CMS - Lite Version
Author: James Nicol, eNilsson, www.enilsson.com. May 2007
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #7C050B url('../images/flash/bg.jpg') repeat-x top center;
	margin:0;
	padding:0;
}


/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
}


/*-- General Styles --*/
img, fieldset {
	border:none;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#353535;
}

ul {
	list-style: none;
}
table {
	border-collapse:collapse;
}
.form_input, textarea, select {
	padding:2px 3px 2px 3px;
	border:1px solid #CCCCCC;
	width:96%;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
	margin-bottom:5px;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
	margin-bottom:5px;
}

#container {
	margin:0 auto;
	width:775px;
	height:485px;
	margin-top:147px;
	position:relative;
}



table {
	width:200px;
}
table td {
	padding:4px;
}
#fname {
	width:80px;
}
#lname{
	width:110px;
}
#email {
	width:200px;
}

#msg {
	position:absolute;
	top:100px;
	left:0px;	
	z-index:2;
	width:305px;
	text-align:center;
	display:none;
}

#btcontribute {
	position:absolute;
	right:40px;
	top:7px;
}
#btgoto {
	position:absolute;
	right:40px;
	top:57px;
}
#signmeup {
	position:absolute;
	top:7px;
	left:10px;
}

/*-- Footer Styles --*/
#footer {
	margin-top:120px;
	height:140px;
	color:#ff6666;
	clear:both;
	text-align:center;
	padding:8px 3px 3px;
	font:12px verdana;
}
#footer a {
	color:#BF1726;
}

#footer p {
	font-weight: normal;
	padding-top:5px;
	border:1px solid #FF6666;
	padding:5px;
	width:350px;
	margin:17px auto;
}
