﻿.customBorder {
    border: 4px groove #CCCCCC;
    padding: 20px;
    padding-top: 0px;
    width: auto;
    height: auto;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}

body {
    padding-top: 20px;
}
