body {
	font-family: Georgia, serif;
	font-size: 14px;
	background: black;
	color: #bdccd4;
}
#wrapper-inner {
	width: 800px;
	background: black url('/images/SplashTop.png') no-repeat top center;	
	top: -20px;
	xpadding-bottom: 20px;
	xmargin-bottom: -20px;
	display: inline-block;
	text-align: left;
	position: relative;
	}
#footerImg {
	background: transparent !important;
	width: 800px;
	}
.filler {
	background: black !important;
	width: 800px;
	top: -40px;
	}
.footerLinks {
	width: 600px;
	}
#footer {
	min-width: 800px;
	zoom: 1;
	}
a {
	color: #ED1E79;
}
.citizens, .government {
	width: 325px;
	margin: 40px;
	margin-top: 300px;
	display: inline;
	}
.citizens {
	float: right;
	margin-left: 0;
	}
.government {
	float: left;
	margin-right: 0px;
	}
#repSearchBoxSplash {
	width: 302px;
	padding:5px;
	font-family: Georgia, serif;
	margin-bottom: 10px;
	}
#splash_content {
	width: 325px;
	text-align: left;
}
#splash_logo {
	text-align: right;
}
#splash_img {
	width: 300px;
}
#splash_headline {
	margin-top: 20px;
	font-size: 24px;
}
#splash_login {
	margin: 18px 20px 0;
	text-align: right;
	width: 760px;
	color: #ED1E79;
	font-size: 12px;
}
#splash_login_txt {
	display: inline-block;
	position: relative;
	bottom: 10px;
	}
#login {
	background: url('/images/signIn.gif') no-repeat top center;
	padding: 0 8px;
	display: inline-block;
	}
#login:hover {
	background: url('/images/signInOver.gif') no-repeat top center;
	}
#address_intro {
	margin: 10px 0 15px 25px;
	font-size: 12px;
}
#splash_form {
}
#signup_content {
	height: 52px;
	width: 280px;
	padding: 5px;
	font-family: Georgia, serif;
}
#signup_content_outline {
	background: #2f0618;
	padding: 10px;
	margin:0 0 0 15px;
	}
#signup_address_splash {
	width: 280px;
	margin: 0 0 0 25px;
	padding: 5px;
	font-family: Georgia, serif;
}
#splash_skip { 
	text-align: right;
	font-size: 12px;
	zoom: 1;
	clear: both;
}
#splash_submit {
	width:325px;
	margin: 20px 0 0;
	background: url('/images/connect.gif') no-repeat top right;
	zoom: 1;
	padding:0 0;
}
#splash_submit:hover {
	background: url('/images/connectOver.gif') no-repeat top right;
}
#signup_submit {
	width: 325px;
	font-size: 15px;
	background-color: #ED1E79;
	padding: 5px;
	color: #fff;
}
#is_list {
	margin: 15px 0 10px 25px;
}
#is_tweetable {
	margin-bottom: 10px;;
}
.optional {
	color: #999;
}
#signup_contentDown {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	float:right;
}
#sig
input[type=text], textarea {
	padding: 4px;
	background: white;
	color: black;
	font-size: 14px;
}
#errorExplanation ul {
	list-style-type: none;
	padding: 0px;
}
#errorExplanation li {
	color: red;
	font-weight: bold;
}
.fieldWithErrors {
	border: solid 3px red;
	width: 325px;
}

/* jquery auto complete stuff */
.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border: solid 1px #ccc;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
	color: #000;
}
.ac_even {
	background-color: #ddd;
	color: #000;
}

/* end jquery autocomplete stuff */