﻿   
    
    .divBreak {
        clear: both;
        height: 2px;
    }

    .FullWidth {
        width: 100%; 
        /*margin:5px;*/
        /*border:1px dotted green;*/
    }

    .ThirdWidth {
        width: 232px;
        min-width: 232px; /*border:1px solid red;*/
    }

    .TwoThirdWidth {
        width: 452px;
        min-width: 452px; /*border:1px solid red;*/
    }

    .FloatLeft {
        float: left;
    }

    .rbList input[type="radio"] {
        display: inline-block;
        margin-right: 6px;
        margin-top: -2px;
    }

    .rbList label {
        display: inline-block;
        margin-right: 16px;
    }

    .FormSubHead {
        font-weight: 600;
        font-size: 14px;
    }

    .FormDivider {
        max-width: 445px;
        width: 100%;
        height: 5px;       
    }

    .FormDividerUpload {
        width: 445px;
        height: 5px; 
        overflow-x: hidden;
    }

    .UploadDividerContainer {
        display: inline-block;
        width: 220px;
        margin-bottom: 15px;
    }

    .Comments {
        max-width: 440px;
        width: 100%;
    }

    .Error, .Error ul li {
        color: Red!important;
    }

    .btnstyle {
        background-color: #1687c3;
        border: 1px solid #0f6897;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: arial;
        font-size: 1em;
        padding: 4px 4px;
        text-decoration: none;
        margin-left:5px;
        /*text-shadow:0px 1px 0px #2f6627;*/
    }

        .btnstyle:hover {
            background-color: #6cb6f3;
        }
        .warningstyle {
            border: 1px solid red !important;

        }
        .FormDiv, .FormAddress, .FormUpload, .AntallFadder, .rbList, .Subheader {
            margin: 5px;

        }