div.warning {
        border: 1px solid;
        margin: 10px 0px;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #9F6000;
        background-color: #FEEFB3;
        background-size: 33px 33px;
        background-image: url('/images/warning.png');
}

div.error {
        border: 1px solid;
        margin: 10px 0px;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #D8000C;
        background-color: #FFBABA;
        background-size: 33px 33px;
        background-image: url('/images/error.png');
}

div.info {
        border: 1px solid;
        margin: 10px 0px;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 33px 33px;
        color: #00529B;
        background-color: #BDE5F8;
        background-image: url('/images/info.png');
}


input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
label.error {
	color: red;
	font-style: italic;
	font-size: xx-small;
}
