.alertify-log,
.alertify-log-error
.alertify-log-success {
    font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
    -webkit-font-smoothing:antialiased;
            font-smooth:always;
    font-size: 14px;  
	text-shadow: none;
	border: 1px solid;
	border-radius: 4px;          
}

.alertify-log-success {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight:bold;
}