﻿
body, html {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.a_link {
    color: #44a2ff;
}

    .a_link:hover {
        color: red;
    }



.form-top-boder {
    border-top:solid 1px #ddd !important;
}

.form-layout {
    padding: 25px;

    & .form-layout-title {
        display: inline-block;
        min-width: 100px;
        line-height: 34px;
        padding: 5px 0;
    }

    & .form-layout-input {
        display: inline-block;
        padding: 5px 0;

        & .mini-textbox, .mini-buttonedit {
            width: 500px;
        }
    }
}