input.text {
	background:url('../images/input.png') no-repeat left top;
	width: 295px;
	border: 0;
	height: 26px;
	padding-left: 5px;
	float:right;
}

label {
	float:left;
	height: 21px;
	padding-top:5px;
}

#form ul{
	float:left;
}

#content form ul {
	list-style:none;
	float:left;
}
#content form ul li {
	background:none;
	background-image: none;
	float:left;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}
#form_container h1 {
	display:none;
}

#content form ul li label {
	float: left;
	width: 35%;
}

#content form ul li div {
	float:right;
	width: 70%;
}

#form ul li {
	float:left;
	background:none;
	width:90%;
	margin-left:0;
	padding-left: 0;
}

.form-top {
	width: 469px;
	height: 10px;
	background:url('../images/orange-divide.png') no-repeat left top;
	float:left;
	margin-bottom:10px;
}

.form-divide {
	width:100%;
	border-bottom: 1px solid #CCCCCC;
	float:left;
	
}

p.answer {
	margin: 0;
	font-size: 1em;
	margin-left: 10px;
	padding-top: 2px;
	float:right;
	display: block;
	width: 260px;
	text-align: left;
	
	
}

.memsub {
	float:left;
	margin-top: 15px;
}

#content form ul li div.checkboxes {
	float:right;
	height: 85px;
	width: 300px;
}


ul li p {
	float:left;
	font-size: 0.8em;
	width: 375px;
	padding-left: 0;
	margin-left: 0;
	padding-top:0px;
	margin-top: 0;
}

#errors {
	color:red;
	font-family:verdana;
	font-weight: bold;
	font-size: 1.3em;
}
