@charset "utf-8";
/* CSS Document */

.profile {width:500px; height:70px; display:block; cursor:pointer; margin-bottom:5px;}
.profileImage {
	float:left; 
	display:inline; 
	width:100px; 
	height:70px;
	padding-top:3px;
	background-image:url(/images/site/verloop.jpg); 
	background-repeat:repeat-x;
}
.profileImage img { height:auto!important;height:65px; max-height:65px!important;}

.profileData {
	float:left; 
	display:inline; 
	width:400px; 
	height:70px; 
	background-image:url(/images/site/verloop.jpg); 
	background-repeat:repeat-x;
}
	.profileFrom{height:10px; padding-left:10px; padding-top:5px;color:white;}
	.profileFieldData{padding-left:10px;color:white; }

#profilesHeader {}

#profilesSearch {}
#profilesSearch fieldset{border:1px solid white;}
	#profilesSearch fieldset label{width:55px; float:left; display:inline;}
	#profilesSearch fieldset input{float:left; display:inline; width:150px;}
	#profilesSearch fieldset .searchButton{margin-left:10px; width:24px;}

#profilesLetters {margin-bottom:10px;}
#profilesLetters span:hover{ text-decoration:underline;}

#profilesSort {}
#profilesSort fieldset{border:1px solid white;}
	#profilesSort fieldset label{width:55px; float:left; display:inline;}
	#profilesSort fieldset select{float:left; display:inline; width:152px;}
