


#privateMessage{
position: relative;
width: 316px;
}

#privateMessage
#privateMessage #form-textarea {}

#privateMessage input[type="text"], #privateMessage .form-textarea {
	width: 290px;
	color: black;
	border: 1px solid black;
	padding: 5px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

#privateMessage input[type="submit"] {
	background: url("../images/search-btn.gif") no-repeat;
	text-indent: -999px;
	position: relative;
	width: 25px;
	height: 25px;
	border: 0;
}


.candidateList{
	position: absolute;
	top: 29px;
	z-index: 1;
	background: #333;
	width: 370px;
	max-height: 170px;
	overflow: hidden;
	margin:0;
	padding:0;
	display:none;
}

#privatemsg-new .candidateList {
	top:148px;width:343px;
}

.candidateList li{
	float:left;
	list-style-type:none;
	width: 100%;
}

.candidateList li a{
	color:grey;
	text-decoration:none;
}

.candidateList li a:hover{
	color:#ffffff;
}



.candidateList li{
	color:grey;
	text-decoration:none;
  margin-left:10px
} 

.candidateList li span{
	color:grey;
	font-weight: bold;
}


.candidateList li.hover,
.candidateList li.hover a{
	color:#ffffff;
}