#refreshCanned
{
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif - p;
font-size: 11px;
color: #50504F;
text-decoration: none;
text-align: left;
padding-left: 5px;
}


li
{
    list-style-type: none;
}

#cannedResponseTitle span
{
	color:#004580;
	cursor: pointer; cursor: hand;

}
#cannedResponseTitle span:hover
{
		text-decoration: underline;
}
#cannedResponseBlock 
{
	display :none;
	background-color: white;
	position:absolute;
	max-height:320px;
	width: 570px;
	overflow:auto;
	border: 1px solid #B0B0B0;
}

#cannedResponseBlock p
{
	color:#B0B0B0;
}

#cannedResponseBlock li:hover {
  background-color: #E8E8E8;
  cursor: pointer; cursor: hand	;
}
#message_text
{
	width:550px;
	height:200px;
}