#rap {
	width:590px;
	margin:100px auto;
	}
	
#popup {
	border:5px solid #999;
	position:relative;
	width:590px;
	height:333px
	margin:0 auto;
	color:#ccc;
	font-size:13px;
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	background: url('img/home_splash_small/popup-bg.jpg') no-repeat 0 0;
	}
	
#splashMain {
	position:relative;
	width:590px;
	height:333px;
	}
	
#forms {
	width:320px;
	padding:180px 0 0 15px;
	}
#submit {
	display:block;
	cursor: pointer;
	margin-left:183px;
	margin-top:5px;
	width:122px;
	border:0;
	height:30px;
	background:url('img/home_splash_small/popup-submit.jpg') no-repeat 0 0;
	}
#submit:hover {background-position:0 -30px;}
	
.formfield {
	margin:5px 5px 5px 0;
	width:140px;
	border:0;
	font-size:13px;
	color:#ccc;
	padding:5px 4px;
	background: url('img/home_splash_small/popup-formbg.jpg') no-repeat 0 0;
	}
	
#bottombar {
	position:relative;
	width:560px;
	height:57px;
	padding:0 15px;
	margin:0 auto;
	background: url('img/home_splash_small/popup-bar-bg.jpg') repeat-x 0 0;
	}
	
a.enter {
	float:left;
	display:block;
	width:136px;
	height:57px;
	background: url('img/home_splash_small/popup-enter.jpg') no-repeat 0 0;

	}
a.contribute {
	float:right;
	display:block;
	width:132px;
	height:57px;
	background: url('img/home_splash_small/popup-contribute.jpg') no-repeat 0 0;
	}

a.enter:hover, a.contribute:hover {background-position:0 -57px;}
	
span.paidfor {
	position:absolute;
	bottom:18px;
	left:175px;
	text-align:center;
	margin:0 auto;
	width:230px;
	padding:2px 4px;
	font-size:10px;
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	color:#fff;
	border:1px solid #ccc;
	}
