/* Countdown to healthcare tool http://countdown.seiu.org */

body, html {
	margin: 0px !important;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	background: #efefef url(http://img.seiu.org/css/seiu2009/i/body-bg.gif) repeat-x;
	}

body {
	overflow-x: hidden;
	}

#doc {
	margin-top: 10px;
	background: #562078;
	position: relative;
	}

#hd, #bd, #ft {
	padding: 10px;
	}

#hd {
	text-align: center;
	border-bottom: 4px solid #fff7d8;
	margin: 0px;
	}

#hd h1 {
	display: block;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	position: relative;
	left: -10px;
	}

#hd .slideshow {
	position: relative;
	left: 189px;
   *top: 10px;
	}

#bd {
	background: #ffffff;
	}

.countdown-text, .countdown-form, #countdown-ticker, #countdown-leaderboard {
	padding: 10px;
	background: #fff;
	}

#countdown-ticker, #countdown-leaderboard {
	position: absolute;
	display: block;
	width: 170px;
	}

.countdown-text, .countdown-form {
	font-size: 116%;
	width: 510px;
	}

.countdown-text {
	margin-bottom: 0px;
	}

.countdown-form {
	margin-top: 0px;
	}

.countdown-form .formrow {
	float: left;
	display: block;
	width: 250px;
	}

.countdown-form .formrow input {
	float: left;
	display: block;
	width: 230px;
	}

.countdown-form .row5 {
	float: none;
	width: 100%;
	}

.countdown-form h2 {
	margin-top: 0px;
	clear: both;
	}
	
.countdown-form .formrow label {
	display: block;
	width: 200px;
	}

.action-pledge {
	margin-top: 10px;
	}

.personal-info {
	padding-bottom: 20px;
	}

.personal-info .formrow label {
	text-transform: uppercase;
	font-size: 77%;
	margin: 4px 0px;
	color: #666;
	}

.action-pledge ul {
	margin-left: 0px;
	}

.action-pledge li {
	list-style: none;
	height: 40px;
	}

.action-pledge li input {
	margin-right: 20px;
	}

.action-pledge li label {
	position: relative;
	top: 5px;
	}

.countdown-form .submit {
	text-align: center;
	}

#countdown-ticker {
	left: 550px;
	top: 355px;
	}

#countdown-leaderboard {
	left: 550px;
	top: 480px;
	}

#countdown-ticker h2, #countdown-leaderboard h2 {
	margin-top: 0em;
	}

#countdown-leaderboard li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	}

#countdown-leaderboard li h4 {
	font-weight: normal;
	font-size: 138.5%;
	background: url(i/seiu-logo24.jpg) no-repeat -2px 0px;
	padding-left: 30px;
	color: #562078;
	}

#countdown-leaderboard li h5 {
	text-align: right;
	font-weight: normal;
	color: #990000;
	font-size: 14px;
	background: url(i/actions-pledged.jpg) no-repeat 0px 4px; 
	}

#ft {
	color: #666;
	text-align: right;
	font-size: 77%;
	margin-top: 150px;
	background-color: #efefef;
	}

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

#ft a:hover {
	text-decoration: underline;
	}

label.error {
	color: #990000;
	}

.required {
	color:#990000;
	}
