body{
	background:transparent url('../images/background.png');
	background-repeat: repeat-x;
	background-color:#FFF;
	text-align:center;
	margin: 0 auto;
	font-family: "Helvetica";
	height:700px;
}

.container{
	width:575px;
	margin:0 auto;
}

.logo{
	width:100%;
	height:245px;

}

.logo img{
	padding-top:80px;
}

.copy{
	font-size: 16px;
	color:#354A3A;
	text-align:left;
	line-height: 30px;
	height:155px;
}

.shifts{
	margin:0 auto;
	width:260px;
	height:100px;
}

.shifts .button{
	float:left;
}

.shifts .text{
	float:right;
	text-align:right;
}

.signup{
	margin:0 auto;
	width:460px;
}

.signup .text{
	float:left;
}

.signup .form{
	float:right;
	padding-top:15px;
	width:260px;
}

.signup #thanks{
	color:#717F74;
	float:left;
	font-size:18px;
	padding-top:15px;
}


#textinput
{

	background-image: url('../images/formbg.png');
	border: none;
	color:#717F74;
	font-size:18px;
	height:27px;
	padding:10px;
	width:180px;

}

#imgsub{
	float:right;
	padding-left:10px;
	padding-top:3px;
	cursor: pointer;
}