.alert {
 padding: 8px 35px 8px 14px;
 margin-bottom: 20px;
 text-shadow: 0 1px 0 rgba(255,255,255,0.5);
 background-color: #eeeeee;
 border: 1px solid #fbeed5;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-size: 24px;
 line-height: 1.6;
}
