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;
    font-size	: 12px;
}

div.msgCritical
{
    padding    	: 15px 15px 15px 60px;
    color      	: #000;
    background 	: #FFDFDF no-repeat url('icons/criticalMsg.gif') 15px center ;
    border     	: 1px solid #F00000;
    font-size	: 12px;
}

div.msgInfo
{
    padding    	: 15px 15px 15px 60px;
    color      	: #000;
    background 	: #E0E1EF no-repeat url('icons/infoMsg.gif') 15px center ;
    border    	: 1px solid #272E9F;
    font-size	: 12px;
}

div.msgWarning
{
    padding    	: 15px 15px 15px 60px;
    color      	: #000;
    background 	: #F7FFAF no-repeat url('icons/warningMsg.gif') 15px center ;
    border     	: 1px solid #E5FF00;
    font-size	: 12px;
}

span.code
{
	font-weight	: bold;
}