.profile legend, .profile-edit legend{
    background: url("../images/label.png") no-repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 5px 22px;	
	width: 100%;
}


.profile dt, dd, .profile-edit dt, dd, .search dt, dd, .registration dt, dd, .contact dt, dd {
	//border-bottom:1px solid #CCC;
	//height: 35px;
    padding-top: 15px;	
	
}
.profile dt, .profile-edit dt,.search dt, .registration dt, .contact dt {
	display: block;
	width:200px;
	float:left;
	font-weight:bold;
}
.profile dd, .profile-edit dd, .search dd, .registration dd, .contact dd {
	display: block;
	float:left;
	width:530px;
}
#jform_contact_message{
	resize: none;
	width: 400px;
}