#register-popup {
	height:525px;
	width:820px;

	position: relative;
	top:227px;
	z-index: 5700;

	margin-left:auto;
	margin-right:auto;

	background: rgb(14,35,64); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(14,35,64,1) 0%, rgba(8,19,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,35,64,1)), color-stop(100%,rgba(8,19,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(14,35,64,1) 0%,rgba(8,19,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(14,35,64,1) 0%,rgba(8,19,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(14,35,64,1) 0%,rgba(8,19,33,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(14,35,64,1) 0%,rgba(8,19,33,1) 100%); /* W3C */
	color:white;

	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.98);
}


#register-popup a {
	color:white;
}

#register-popup ul li {
	height: 25px;
	width: 195px;
	/*background-color: yellow;*/
	margin: 0;
  	padding: 5px 0px 5px 10px;
  	list-style-type: none;
}

#register-popup ul {
  margin: 0px;
  padding: 0px;

}

#register-popup h1{

	font-family: 'HelveticaLTStdBold',Helvetica,Arial;
	font-size: 20px;
	padding:10px;
	color:white;
	background: #C22B28 url(http://www.sportsmenvote.com/wp-content/themes/sv/images/title-bg.jpg) repeat-x top left;
	margin-bottom:10px;

}



#register-popup li.reset
{
  margin-top: -455px;
}

/* anchor styling */
#register-popup ul li a
{
  display: block;
  padding: 5px 0px 5px 10px;
  text-decoration: none;
  text-transform: none;
  height:;
}
#register-popup ul li a:hover
{
  color: #FFF; /* white */
  background-color: #c22b28; /* brown */
}


/*Weird IE Bug*/
* html #register-popup ul li
{
	position: relative;
}



#register-popup ul li.column1 { margin-left: 0; }
#register-popup ul li.column2 { margin-left: 205px; }
#register-popup ul li.column3 { margin-left: 410px; }
#register-popup ul li.column4 { margin-left: 615px; }

#register-popup-container {
	width:100%;
	height:1000px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position: absolute;

	z-index:100;

}