.edutipwrap{
	background-color: green;
	position: relative;
}
#edutip-content{
	display: none;
	width: 350px;
	height: 100px;
	border: 1px solid #999;
	position: absolute;
	background-color: #fff;
	/*overflow: hidden;*/
	padding: 5px;
}

/*.tiptype-university {
	background-color:pink !important;
}

.tiptype-student {
	background-color:blue !important;
}

.tiptype-professor {
	background-color:red !important;
}

.tiptype-agent {
	background-color:green !important;
}


.tipteste{
	background-color:red;
	width:10px;
	height:10px;
	position:absolute;
}*/

div.edutip_match_high {
	position:absolute;
/*  width:122px;*/
	height:36px;
	background-color: red;
	background: transparent url(<?=$url?>/img/edutip_match_high.png) no-repeat right;
	bottom:-10px;
	right:-11px;
}

div.edutip_match_medium {
	position:absolute;
/*  width:122px;*/
	height:36px;
	background-color: red;
	background: transparent url(<?=$url?>/img/edutip_match_medium.png) no-repeat right;
	bottom:-10px;
	right:-11px;
}

div.edutip_match_low {
	position:absolute;
/*  width:122px;*/
	height:36px;
	background-color: red;
	background: transparent url(<?=$url?>/img/edutip_match_low.png) no-repeat right;
	bottom:-10px;
	right:-11px;
}

div.edutip_match_high span,div.edutip_match_medium span,div.edutip_match_low span{
	color:#fff;;
	font-size:15px;
	font-weight:bold;
	position:relative;
	display:block;
/*  width:122px;*/
	text-align:center;
	top:11px;
	float:left;
	padding:2px 1px 1px 8px;
	margin-right:15px;
	border-radius:8px 0 0 8px;
	  -moz-border-radius:8px 0 0 8px;
	  -webkit-border-radius:8px 0 0 8px;
}

div.edutip_match_high span{
  background-color: #07CB67;
}

div.edutip_match_medium span{
  background-color: #FF9900;
}

div.edutip_match_low span{
  background-color: #FF0000;
}