/********************IMPORTANT MINDIG A VEGERE KELL ***********************/
.a_class{
    color: #222;
}
.none{
    display: none;
}
.static{
    display: static;
}
.formalert {
    bottom: -38px;
    color: red;
    font-size: 12px;
    font-weight: 100;
    left: 0;
    padding: 5px;
    position: absolute;
    display: none;
}
.arrow_box::before {
    border-width: 20px;
    margin-left: -75px;
}
*, *::before, *::after {
    box-sizing: inherit;
}
*::before, *::after {
    box-sizing: border-box;
}
.arrow_box::after {
    border-width: 15px;
    box-shadow: 1px 1px 10px #000;
    margin-left: -70px;
}
.arrow_box::after, .arrow_box::before {
    border: none;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.arrow_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #990505;
    padding: 8px;
    position: relative;
    z-index: 50;
}
.arrow-up {
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    font-size: 0;
    height: 0;
    left: 25px;
    line-height: 0;
    position: absolute;
    top: -5px;
    width: 0;
}
.raing_form {
    color: #a5a5a5;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.nodecor{
    text-decoration: none;
    color:#000;
}