﻿
.h3
{
    text-align:left;
    margin:0 5px;
  
}
.h3 label
    {
        font-size:1em;
        font-weight:bold;
        color:#0d619d;
        border-left:3px solid #0d619d;
        padding-left:10px;
        height:36px;
        line-height:36px;
    } 
    .mainarea
        {
            padding:10px 0;
            overflow: hidden;
            border-top:2px dotted #d0cdcd;
        }

            .mainarea .heka
            {
                margin: 0 10px;
                overflow: hidden;
                text-align:center;
            }

                .mainarea .heka img
                {
                    border: 0;
                    width:100%;
                    border-radius:10px;
                    box-shadow:0 0 5px rgb(128, 128, 128);
                }

            .mainarea textarea,input[type="text"]
            {
               
                height: 30px;
                line-height:30px;
                width: 100%;
                border: 1px solid #ccc;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
                -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
                box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
                display: inline-block;
               
                color: #333;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }
            .mainarea textarea
            {
                height:120px;
                 padding: 6px;
                line-height: 24px;
            }
            .mainarea h5
            {
                margin-top:15px;
                color: #333;
                font-size: 1em;
                font-weight:normal;
                text-align:left;
               
            }
                .mainarea textarea:focus,input[type="text"]:focus
                {
                    border-color: rgba(82,168,236,0.8);
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                }



        input[type="button"]
        {
            margin-top:15px;
            cursor: pointer;
        }

        .btn-success
        {
            color: white;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            background-color: #5BB75B;
            background-repeat: repeat-x;
            background-image: linear-gradient(to bottom, #62C462, #51A351);
            border-left-color: #51A351;
            border-right-color: #51A351;
            border-top-color: #51A351;
            border-bottom-color: #387038;
        }

        .btn-large
        {
            border-radius: 6px;
            font-size: 17.5px;
            padding: 5px 10px;
        }

        .btn
        {
            width:50%;
            margin:0 auto;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-image: none;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            display: block;
            line-height: 20px;
            margin-bottom: 0;
            text-align: center;
            vertical-align: middle;
        }

        .btn-success:hover,
        .btn-success:focus,
        .btn-success:active
        {
            color: #ffffff;
            background-color: #51a351;
            outline:0;
        }
