.suggestions .suggest_item {
padding-bottom:2px;
padding-top:2px;
background-color:#EEE;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
width:250px !important;
font-size:8pt;
padding-left:3px;
padding-right:3px;
}

.suggestions .suggest_item.first {
border-top:1px solid #CCC;
}

.suggestions .suggest_item.last {
border-bottom:1px solid #CCC;
}

.suggestions .suggest_item.selected,.suggestions .suggest_item.selected .description {
background-color:#999;
color:#FFF;
cursor:pointer;
}

.suggestions .suggest_item .thumbnail {
background-color:transparent;
background-position:top center;
background-repeat:no-repeat;
float:left;
width:50px;
height:50px;
margin:1px 2px;
}

.suggestions .suggest_item .description {
font-style:italic;
font-size:11px;
color:#777;
}

.suggestions {
z-index:1000000;
width:250px !important;
}

.suggestion_title {
	padding:2px !important;
}

input.task {
	font-size:8pt !important;
}