
.operator ul {
  float: left;
  width: 100%;
  margin: 0;
  margin-left:20px;
  padding: 0;
  list-style: none;
}
 
.operator li {
  float: left;
  width: 200px;;
  margin: 0;
  margin-bottom:5px;
  padding: 0;
  text-align:center;
}
.operator img {cursor:pointer;}

.paket ul {
  width:100%;
  margin-left:0px;
  padding: 0px;
  list-style-type:none; text-align:center; margin-right:0; margin-top:0; margin-bottom:0  
}
 
.paket li {
	background-position: 0% 0%; display: block;
  font-weight:bold;
  font-size:15pt;
  float: left;
  width: 89px;
  height:57px;
  margin-left: 3px;
  margin-bottom:3px;
  text-align:center;
  padding-top:0px;
  padding-left:0px;
  cursor:pointer; line-height:150%; background-image:url('../images/paket.gif'); background-repeat:no-repeat; background-attachment:scroll; color:#00FF00; font-family:Times New Roman
}
.paket span {float:left;margin-top:2px;margin-left:8px; color:#0000FF; text-align:justify; line-height:100%; font-family:Times New Roman; font-size:14pt; font-weight:bold}
.alert {
margin-top:3px;
margin-bottom:2px;
background: #fff6bf url(../images/icon/exclamation.png) 15px 50% no-repeat;
padding: 5px 20px 5px 45px;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}
.info {
	margin-top:3px;
	margin-bottom:2px;
	background: #f8fafc url(../images/icon/information.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	}
