body, button, input, select, textarea {
    color: #2B2B2B;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}
body{
        direction:rtl;
        margin:40px;
        background: #F1F1F1;
}
.notice {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    font-size: 13px;
    line-height: 2.1em;
    overflow: auto;
    padding: 1px 12px;
    position: relative;
	margin-bottom:30px;
}
div.updated {
    background-color: #FFFFFF;
    border-right: 4px solid #7AD03A;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
	margin-bottom:30px;
}
div.updated.error {
    border-right-color: #DD3D36;
}
