#howl {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    width: 250px;
    z-index:9999;
}

#howl div {
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.8);
    color: #f7f7f7;
	border: 1px solid #333333;
    border-right: 10px solid #333333;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
	font-size: 16px;
}

#howl div.success {
	border: 1px solid #77DD77;
	border-right: 10px solid #77DD77;
}

#howl div.error {
	border: 1px solid #C23B22;
	border-right: 10px solid #C23B22;
}

#howl div.warning {
	border: 1px solid #ee9913;
	border-right: 10px solid #ee9913;
}
