.ok {
    color:              #000000;
	background-color:	#E4F8CB;
}
h1.ok,
div.ok {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #006600;
	background-image:	url(imagens/s_okay.png);
    background-repeat:  no-repeat;
    background-position:10px 50%;
    padding:            10px 10px 10px 36px;
}
.ok h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}
.error {
    background-color:   #FFFFCC;
    color:              #ff0000;
}

h1.error,
div.error {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #ff0000;
    background-image:   url(imagens/s_error.png);
    background-repeat:  no-repeat;
    background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
            }
div.error h1 {
    border-bottom:      0.1em solid #ff0000;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}
.notice {
    color:              #000000;
    background-color:   #FFFFDD;
}
h1.notice,
div.notice {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #FFD700;
	background-image:	url(imagens/s_notice.png);
    background-repeat:  no-repeat;
    background-position:10px 50%;
    padding:            10px 10px 10px 36px;
}
.notice h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}
.conteudoAdmin {
	background-color:#DDE0FF;
	background-image:url(imagens/s_rights.png);
	background-repeat:no-repeat;
	background-position:6px center;
	padding:4px 5px 4px 30px;
	margin-bottom:5px;
	height:20px;
}
.ajaxInputData {
	font-size:12px;
	margin: 0px; 
	padding: 0px;
}