.signupItem
{	
}

.signupLabel
{
	text-align: right;
	float: left;
	width: 275px;
}

.signupField
{
	float: left;
}

.box
{
	background-color: #F5F6FA;
	border: solid 1px #B0BEDA;	
}

.signupSep
{
	background-image: url(/shared/images/signupSep.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-top: 15px;
}

#signupButtons
{
	background-color: #7094BA;
	padding: 5px 20px 5px 0px;
	text-align: right;
	margin-top: 15px;
}

#SignupButtonsLight
{
	background-color: #B4D5DE;
	padding: 5px 20px 5px 0px;
	text-align: right;
	margin-top: 15px;
}

.signupBtn
{
	background-color: #CCCCCC;
	border: solid 1px #000000;
	color: #000000;
	font-size: 11px;
	padding: 2px;
}

.error
{
	color: Red;	
}

.editLabel
{
	text-align: right;
	float: left;
	width: 150px;	
}

#ddlWorkState
{
	border: solid 1px #B0BEDA;
	width: 390px;	
}
