.center {
    text-align: center !important;
}

.red {
	color: #F00;
}

.green {
	color: #0F0;
}

.black {
	color: #000;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.informationmsg {
    background-position: 0 -60px;
    background-color: #dedfff;
    background-repeat: repeat-x;
    border: 2px solid #9bb8d9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #406299;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    text-shadow: 0 1px 0 #fff;
    position: relative;
}

.informationmsg.errormsg {
    background-color: #ffe1da;
    color: #be0b0b;
    border: 2px solid #f34f4f;
}

.informationmsg.statusmsg {
    background-color: #e2f9e3;
    color: #080;
    border: 2px solid #9c9;
}

.informationmsg.warningmsg {
    background-color: #fff8bf;
    color: #eb830c;
    border: 2px solid #ffd324;
}
