body {
    background: #63666a url('../images/splash/bg.png') repeat-x;
    text-align: center;
    color: #595959;
    left: 50%;
    position: absolute;
    padding: 100px 0;
}

#splash {
    width: 600px;
    text-align: left;
    margin-left: -300px;
    z-index: 100;
}

#header {
    border-bottom: 1px solid #222222;
    margin-bottom: 60px;
}

#signup {
    margin-left: 213px;
}

#signin {
	position: absolute; left: 195px;	
}

h1 { 
    font-size: 1.9em; 
    line-height: 1em; 
    padding: 0; 
    margin: 0; 
    font-family: Georgia;
    text-transform: uppercase;
}

p {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    line-height: 2em;
    font-weight: 100;
    margin: 10px 0;
    padding: 0 0 40px 0;
    font-size: 12px;
}

a img { 
    border: none; 
}

a {
    color: #7b7b7b;
}

form dd {
    margin-bottom: 25px;
}

label {
    display: block;
    width: 300px;
    color: #fff;
    font-family: Georgia;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 3px;
}

input {
    padding: 5px;
}

input[type=text] {
	width: 260px;
}

select {
	padding: 5px;
}

option {
	padding: 0 5px;
	margin: 5px 0;
}

select, input, option {
	border: none;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
}

ul.errors li {
	background-color: #922A27;
	color: #fff;
	padding: 5px;
	width: 260px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#fff !important;
 }
 
 #recaptcha_table {
   border-color: #fff !important;
 }
 
 #recaptcha_response_field {
   border-color: #63666a !important;
   background-color:#fff !important;
   padding: 5px;
 }

#i {
   position: absolute;
   top: 0;
   left: 0;
   margin-left: -505px;
   width: 372px;
   height: 427px;
   z-index: 100;
   background-image: url(/images/splash/i.png);
}
