/**/
.loginText{
	color:#666;
}
.loginTextlink{
	font-weight:bold;
	color:#336699;
	text-decoration:none;
}
.loginItems{
	margin-bottom:5px;
	width:530px;
	border:1px solid #ccc;
	padding:5px;
	float:left;
	background-color:#ffffff;
}
.itemOrdered{
	width:125px;
}
.itemType{
	width:200px;
}
.itemQuestion a:link, a:hover, a:visited, a:active{
/*	color:#ff0000;
	text-decoration:none;*/
}
.logOut{
	font-size:10px;
	color:#336699;
	text-decoration:none;
}

/* Request Form */

#hourly{
	width:150px;
}
#hourly ul{
	margin:0;
	padding:0;
}
#hourly li{
	float:left;
	list-style:none;
}
#customers {
	width:350px;
}
#customers ul{
	margin:0;
	padding:0;
}
#customers li{
	float:left;
	list-style:none;
}
.loginItemsSep {
	width:530px;
	float:left;
}
