/* Typo */
.typo{
border-radius: 4px;
-moz-border-radius: 4px;
color: #555555;
line-height: 22px;
margin: 0;
padding: 4px;
text-align: right;
width: 100%;
direction:rtl;
font-size: 11px;
}
#info{
background:url(../images/icons/typo/info.png) no-repeat 99.5% center #E0F7FF;
border: 1px solid #64C9FF;
}
#message{
background:url(../images/icons/typo/message.png) no-repeat 99.5% center #E0F7FF;
border: 1px solid #64C9FF;
}
#ticket{
background:url(../images/icons/typo/ticket.png) no-repeat 99.5% center #FFF7ED;
border: 1px solid #FF9046;
}
#ok{
/*background:url(../images/icons/typo/ok.png) no-repeat 99.5% center #ccffcc;*/
background: #ccffcc;
border: 1px solid #64db64;
}
#error{
/*background:url(../images/icons/typo/error.png) no-repeat 99.5% center #ff9999;*/
background: #ff9999;
border: 1px solid #ff3333;
color:#FFF;
}
#warning{
background:url(../images/icons/typo/warning.png) no-repeat 99.5% center #FFFFF0;
border: 1px solid #FCB295;
color:#666;
}