/* Reset
--------------------------------------------------*/
@import url("reset.css");

body{
background: url('../images/bg.png') #0B1056;
}

#wrapper{
width: 960px;
margin: 0 auto;
padding: 10px 0 0 0;
position: relative;
}

#container{
width: 770px;
height: 450px;
background: #FFFFFF url('../images/dayton-portrait.png') bottom left no-repeat;
border-right: 1px solid #01245C;
border-bottom: 5px solid #01245C;
border-left: 1px solid #01245C;
margin: -50px 0 0 80px;
position: absolute;
z-index: 6000;
}

#container-text{
padding: 20px 20px 0 250px;
}


#header{
width: 851px;
height: 269px;
position: relative;
z-index: 7000;
}

#top-gradient{
width: 770px;
height: 116px;
background: url('../images/top-gradient.jpg') no-repeat;
position: absolute;
top: 0;
left: 150px;
z-index: 5000;
}

#footer{
width: 770px;
height: 116px;
background: url('../images/bottom-gradient.jpg') no-repeat;
position: absolute;
top: 718px;
left: 80px;
z-index: 5000;
padding: 10px 0 0 0;
}

#footer a{
text-decoration: none;
color: #FFFFFF;
}	

#footer a:hover{
text-decoration: underline;
}
	
#container p{
font-family: verdana, sans-serif;
font-size: 13px;
color: #000000;
padding: 0 0 14px 0;
}

#container a{
text-decoration: underline;
color: #01245C;
}
	
#container a:hover {
	text-transform: none;
	text-decoration: none;
	}

#continue-to-site-button{
position: absolute;
right: 10px;
bottom: 76px;
}

#contribute-now-button{
position: absolute;
right: 10px;
bottom: 10px;
}

#footer p{
font-family: verdana, sans-serif;
font-size: 10px;
color: #FFFFFF;
width: 600px;
}

#formfields{
position: absolute;
top: 634px;
left: 81px;
z-index: 8000;
}

.rightCol_formElements{
float: left;
margin: 55px 0 0 0;
}

#signUpBtn{

}

input{
background: #FFF;
border: 0;
margin: 0 5px 0 0;
}

input p{
font-size: 10px;
}

 input.ghostied {
      color: #696969;
      background-color: #FFF;
