div#mssg-error{
	text-align: center;
        display:block;
	font:normal 12px "Trebuchet Ms";
	color:#FFF;
	letter-spacing:2px;
	padding:5px 5px 5px 5px;
	background:#FF0000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
        min-width:200px;
        max-width:240px;

}

div#mssg-success{
        text-align: center;
	display:block;
	right:-10px;
	top:-10px;
	font:normal 12px "Trebuchet Ms";
	color:#FFF;
	letter-spacing:2px;
	padding:5px 5px 5px 5px;
	background:#abd20f;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
        min-width:200px;
        max-width:240px;
}

div#mssg-info{
	text-align: center;
        display:none;
	font:normal 12px "Trebuchet Ms";
	color:#001166;
	letter-spacing:2px;
	padding:5px 5px 5px 5px;
	background:#EEEECC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
        min-width:200px;
        max-width:240px;
}

#box-message{
    height:50px;
    text-align: center;
    vertical-align: middle;
    margin:0px 0px 10px 0px

}

div#mssg-green{
    font:bold 18px Arial;
    color:#9aa824;
    padding: 20px;
}

div#mssg-dark-red{
    font:bold 18px Arial;
    color:#9f0000;
    padding: 20px;
}
