﻿body
{
}
.inputbtn
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border: 1px #000;
    -webkit-border: 1px #000;
    border: 1px #000;
    padding: 0 3px 0 3px;
    display: inline-table;
    text-decoration: none;
    background: #A60000;
    color: white;
    cursor: pointer;
    font: 12px sans-serif;
}
.inputbtn1
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border: 1px #000;
    -webkit-border: 1px #000;
    border: 1px #000;
    padding: 0 3px 0 3px;
    display: inline-table;
    text-decoration: none;
    background: green;
    color: white;
    cursor: pointer;
    font: 12px sans-serif;
}
.disblock
{
    display: block;
    min-width: 300px;
}

p
{
    line-height: 0.5em;
}
.hdrlable
{
    font-weight: bold;
    font-size: medium;
}
.hdrlable2
{
    font-weight: bold;
    font-size: 18px;
}
.hdrlable11
{
    font-weight: bold;
    font-size: 15px;
}
.divborder
{
    height: 220px;
    width: 1450px; /*width: 1300px; */
    padding: 20px;
    background-color: Orange; /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    /*-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5); /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 0px;
    border-radius: 7px; /* gradients */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='Orange');
    background: #FFCF00; /*-webkit-gradient(linear, left top, left bottom,  color-stop(0%, white), color-stop(15%, white), color-stop(100%, Orange));
   /* background: -moz-linear-gradient(top, white 0%, white 55%, Orange 130%); */
}
.label
{
    font-weight: bold;
}
.label1
{
    font-weight: bold;
    font-style: italic;
    background-color: #FFFF99;
}

.header
{
    font-weight: bold;
    background-color: Blue;
    z-index: 1;
    position: relative;
}

.button
{
    background-color: #2372c3;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}
.input
{
    border: 2px solid green;
    border-radius: 1px;
    width: 120px;
    background-color: #b3a7a752;
}

