#profileform {
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 30px;
}
#profileform .formpage {
	width: 375px;
	float: left;
}
#profileform label {
	clear: left;
	display: block;
	line-height: 24px;
	float:left;
	width: 110px;
	margin-bottom:5px;
	color: #888;
	text-align: right;
	margin-right: 15px;
	padding-top:0;
}
#profileform div.rhs {
	clear: right;
	width: 250px
	float: left;
	overflow: hidden;
}
#profileform div.orig-value, #profileform div.display-value {
	line-height: 24px;
	margin: 0;
}
#profileform .rhs label {
	color: #000;
	line-height: 20px;
}
#profileform .input-element {
	display: none;
}
#profileform span  {
    /*float: left;*/
    margin: 0 4px;
    line-height: 20px;
}
#profileform input[type=text] {
	float: left;
	padding: 2px 1px;
	border: 1px solid #aaa;
}
#profileform input[type=radio] {
    margin: 0;
}
#profileform textarea {
	border: 1px solid #aaa;
	height: 90px;
	width: 230px;
	font-size: 14px;
}

#profileform br {
	clear:both;
}
a.edit-profile {
	margin: 20px 0 20px 5px;
	}
#edit-profile-link-span {
	display:none;
	}

