﻿body {
}
        #idSVVersion {
            float: right;
            text-align:end;
            top:-30px;
            padding-right:3px;
            font-size:8px;
        }

        .classSVLogin {
            position: fixed;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border: solid 2px #b7ddf2;
            padding:10px 15px 10px 10px;
            background: #ebf4fb;
        }

        #SVViewLogin h1 {
            text-align:center;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        #SVViewLogin label {
            clear: both;
            display: block;
            text-align: right;
            width: 140px;
            float: left;
        }

        #SVViewLoginSub input, select {
            float: left;
            font-size: 12px;
            padding: 4px 2px;
            border: solid 1px #aacfe4;
            width: 200px;
            margin: 2px 5px 3px 10px;
            position:relative;
            top:-5px;
        }

        #SVViewLogin button {
            clear: both;
            float: right;
            /*margin-left: 150px;*/
            margin-top: 20px;
            width: 156px;
            height: 31px;
            background: #666666;
            text-align: center;
            line-height: 31px;
            color: #FFFFFF;
            font-size: 11px;
            font-weight: bold;
            /*url(img/button.png) no-repeat;*/
        }

        .spacer {
            clear: both;
            height: 1px;
        }

