#signupflow{
	margin:20px 40px;
}

#signupflow div{
	float:left;
	background-image : url(../img/flowGray.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 141px;
	color: #ffffff;
	font-size:80%;
	padding:5px 0 5px 10px;
}

#signupflow .now{
	background-image : url(../img/flowBlue.gif);
}

p{
	clear:both;
	font-size:80%;
	padding:5px 60px;
}

#error{
	font-size:100%;
	font-weight: bold;
	color: #ff0000;
	padding:5px 60px;
}

#signupform{
	margin:20px 60px;
}

#button{
	margin:0px 200px;
}

.tableleft{
	background-color:#4096ee;
	padding:5px 10px;
	color:#ffffff;
}
.tableright{
	font-size:80%;
	background-color:#cccccc;
	padding:5px 10px;
}
table{
	border:2px solid #cccccc
}
