input.msgButton
{
	margin	: 25px 0 0 0;
	padding	: 0 5px;
}

div.msgConfirm
{
    padding    : 15px 15px 15px 60px;
    color      : #000;
    background : #D5EFD1 no-repeat url('icons/confirmMsg.gif') 15px center ;
    border     : 1px solid #205F17;
}

div.msgCritical
{
    padding    : 15px 15px 15px 60px;
    color      : #000;
    background : #EFB3B3 no-repeat url('icons/criticalMsg.gif') 15px center ;
    border     : 1px solid #F00000;
}

div.msgInfo
{
    padding    : 15px 15px 15px 60px;
    color      : #000;
    background : #E0E1EF no-repeat url('icons/infoMsg.gif') 15px center ;
    border     : 1px solid #272E9F;
}

div.msgWarning
{
    padding    : 15px 15px 15px 60px;
    color      : #000;
    background : #F7FFAF no-repeat url('icons/warningMsg.gif') 15px center ;
    border     : 1px solid #E5FF00;
}
