.info, .info2 {
    display: none;
	padding:            10px 10px 10px 34px !important;
	background:         url(../images/ico/information.png) no-repeat 10px 10px;
    background-color:   #E7F1FA !important;
	border:             1px solid #AEC5E3;
    margin-bottom:      15px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
}

.error {
	/*background:   url(../images/ico/exclamation.png) no-repeat right bottom;*/
	background-color:   #FFE3E3 !important;
	border:       1px solid #E38282;    
}

.ok {
	/*background-image:   url("../images/ico/accept.png"); */
	background-color:   #D8F8CB !important;
	border:       1px solid #B8DFA8;
}

.message-info ul {
    padding-top: 3px;
}

.message-info ul li {
    padding: 3px 0 0 10px;
    background: url(../images/arrow-small-right.gif) no-repeat 0 9px;
}

.indeplnit{
	padding:            10px 10px 10px 34px !important;
	background:         url(../images/ico/accept.png) no-repeat 10px 10px;
	background-color:   #D8F8CB !important;
	border:       1px solid #B8DFA8;
    float: right;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;

}