@CHARSET "UTF-8";
.alert {
    width: 600px;
    color: #C09853;
	font-family: EmbeddedArimo, sans-serif;
    font-size: 10pt;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-success {
	font-size: 10pt;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert-error
{
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-info {
	font-size: 10pt;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.close 
{
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
button.close 
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.alert .close 
{
    line-height: 20px;
    position: relative;
    right: -30px;
    top: -4px;
}