﻿        input {
            text-align: center;
            background-color: #fff;
            text-shadow: 0 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border: 1px solid #2f5bb7;
            color: #333;
            border: 1px solid;
            padding: 2px;
            border-radius: 3px;
        }



        body, html {
            font: normal 88%/1.7 Arial, sans-serif;
            font-size: 14px;
            color: #fff;
            height: 100%;
            margin: 0px;
            padding: 0px;


        }

        h2 { font-size: 31px;margin: 0;font-weight: bold;text-align: center;}
         h5, h3 { text-align: center;margin: 5px 10px;}
         ul { margin: 0px;}
        

        .login {
            width: 300px;
        }

        .loginform {
            border: 1px solid #ccc;
            color: #fff;
            border-radius: 10px;
            padding: 10px;
            width: 180px;
            text-align: center;
            margin: 10px 0;
            font-size: 10px;
            text-transform: uppercase;
            
        }

        .shadow {box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);}
   /*         .loginform div {
                
            }
*/
                .loginform div span {
                    margin-left: 5px;
                    margin-top: 15px;
                    text-align: left !important;
                    width: 100%;
                }

        input[type=submit] {
            font-size: 10px;
            text-transform: uppercase;
            font-weight: bold;
            line-height: 20px;
            padding: 5px;
            margin: 10px 10px 0 10px;
            background-color: #357ae8;
            color: #fff0f5;
        }

/*#body {

}*/

.main-block {
    
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    width: 99%;
}

.main-block .head {
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccccc 0%, #ededed 44%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(44%,#ededed), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccccc 0%,#ededed 44%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccccc 0%,#ededed 44%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccccc 0%,#ededed 44%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccccc 0%,#ededed 44%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    border-radius: 10px 10px 0 0;  
    width: 100%; 
}

#body div { width: 100%; }

    #body div div {
        display: inline-block;
        width: 45%;
        padding: 10px;
        vertical-align: top;
    }
    #body div div div { width: 100%;}

header { height: 160px;}
