﻿.image115px {
    height: 115px;
    width: 115px;
}

.image7 {
    width: 7% !important;
}

.errorRed {
    color: #b94a48;
    font-size: 12px;
    font-family: 'kanitlight', 'zawgyi-one';
    font-weight: 500;
    text-align: right;
}

.error {
    color: #b94a48;
    font-size: 12px;
    font-family: 'kanitlight', 'zawgyi-one';
    font-weight: 500;
    text-align: right;
}
/*.error {
    display: inline-block;
    background: #90d8b3;
    padding: 0px 20px;
    font-size: 11px;
    line-height: 35px;
    color: #fff;
    position: relative;
    max-width: 240px;
    float:left;
}*/
.arrow {
    display: block;
    background: url(../images/arrow.png) left top no-repeat;
    width: 13px;
    height: 21px;
    position: absolute;
    left: -13px;
    top: 10px;
}

.custom-modal {
    width: 1000px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 175px;
    opacity: 1;
    overflow: visible;
}

.requestArea {
    margin: 0px;
    height: 247px !important;
    width: 643px !important;
}
.margin_10px {
    margin-left: 10px;
}