#default
{
	display:block;
	width: 100%;
}

#default label
{
	display:block;
	float:left;
	width:100%;
	clear:both;
}

#fname, 	#lname, 	#email, #phone
{
	width:100%;
	clear:both;
}

#default .error
{
	color: #ff0000;
}
#header
{
	width: 801px;
	height: 45px;
	clear both;
}

#header ul, #header ul li
{
	margin:0;
	padding:0;
	list-style:none;
}
#header ul li
{
	float:left;
}
#header a
{
	display:block;
	float:left;
}
