/* CSS for SEIU.org Splash page 
   * Author: Erik Moe
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	text-align: center;
	}
	
a img {
	border: 0px solid transparent;
	}

#container {
	width: 740px;
	min-height: 740px;
	background: url('http://www.seiu.org/images/splash-bg-13k.jpg') no-repeat -8px -40px;
	margin: 0px auto 0px auto;
	padding: 160px 0px 0px 0px;
	text-align: left;
	}

#container-inner {
	width: 640px;
	margin: 0px 0px 0px 42px;
	padding: 0px;
	}

#billboard {
	border-top: 10px white solid;
	border-bottom: 1px white solid;
	margin: 0px;
	padding: 0px;
	}

#signup {
	background: url('http://www.images/splash-signup-bg.jpg') no-repeat;
	padding: 0px 70px 100px 70px;
	margin-top: 0px;
	}

#signup h2, #signup h3 {
        color: #666;
        margin: 0px;
        padding: 0px;
        } 

#signup h2 {
        margin-top: 20px;
        text-transform: uppercase;
        }

#signup {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #666;
	padding: 0px;
	margin: 0px 70px;
	}

#signup table {
	}

fieldset {
	display: none;
	}

.signupButton {
	position: relative;
	top: 178px;
	left: -140px;
	}

.skip-or-submit .signupButton {
	top: 0px;
	left: 0px;
	}

input.text {
	margin-top: 20px;
	height: 22px;
	color: #999;
	font-size: 16px;
	}

input.email {
	width: 300px;
	}

input.zip {
	width: 180px;
	}

input.phone {
	width: 180px;
	position: relative;
	top: -10px;
	}

#member {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 1px;
	}

select {
	padding: 0px;
	margin: 0px 20px 0px 3px;
	height: 24px;
	position: relative;
	top: 0px;
	}

select {
 	background-color: #fff;
 	color: #666;
	}

.formrow {
	text-align: left;
	padding: 10px 5px;
	margin-top: 4px;
	margin-right: 20px;
	border-top: 1px solid #ccc;
	}

.skip {
        clear: both;
        }

.escape {
	float: right;
	margin: 0px;
	padding: 50px 3px 0px 0px;
	position: relative;
	top: -20px;
	left: -163px;
	}

.skip-or-submit {
	margin-top: 30px;
	}

.skip-or-submit .escape {
	float: none;
	padding: 0px 20px 0px 200px;
	top: 0px;
	left: 0px;
	}

.memberlabel {
	margin-right: 20px;
	}

#footer {
    width: 100%;
	font-size: 9px;
	line-height: 10px;
    }

#copeDisclaimer {
	font-family: Helvetica, sans-serif;
	color: #666;
	border: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
    display: block;
    width: 420px;
	margin: 20px auto 10px auto;
	padding: 4px 8px;
	}

#copeDisclaimer a, #copeDisclaimer a:hover, #copeDisclaimer a:visited {
	color: #666;
	text-decoration: none;
    margin: 10px auto;
    width: 100%;
	}

.footlinks {
	text-transform: uppercase;
	text-align: center;
	margin: 0px 30px;
	clear: both;
	}

a {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}