﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

:focus {
    outline: none;
}

body,
input,
select {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4c4c4c;
}

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#box1 {
    float: left;
    min-height: 230px;
    margin-right: 10px;
}

#box2 {
    float: left;
    min-height: 230px;
    width: 250px;
}

.loginbox a {
    font-size: 13px;
    display: inline-block;
    margin-left: -5px;
    margin-top: 29px;
    color: #0072C6;
    text-decoration: none;
}

    .loginbox a:hover {
        color: #338ED1;
        text-decoration: none;
    }

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #4c4c4c;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

html {
    background-color: #ffffff;
}

.testbox {
    margin: 20px auto;
    width: 450px;
    height: 500px;
    background-color: #eac92d;
    border: solid 1px #eac92d;
}


.loginbox {
    margin: 20px auto;
    width: 450px;
    height: 500px;
    float: left;
}

.abovelogin {
    height: 70px;
}

.clearboth {
    clear: both;
}

.loginheading
{
    font-size: 18px;
    font-weight: normal;
    margin-left: -5px;
}

.loginheading a
{
    font-size: 18px;
}

.loginbox input[type=text], input[type=password] {
    width: 315px;
    height: 30px;
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 13px;
    padding-left: 10px;
    font-family: 'Calibri', sans-serif;
}


.loginbox select {
    width: 327px;
    height: 30px;
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 13px;
    padding-left: 10px;
    font-family: 'Calibri', sans-serif;
}


.gridview input[type=text] {
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    padding-left: 10px;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    height: 20px;
    width: 98%;
}

.gridview select {
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-top: 4px;
    padding-left: 2px;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    height: 26px;
}

.gridview rgEditForm tr {
    height: 35px;
}

.gridview rgEditForm td {
    width: 300px;
}

input[type=password]:focus {
    border-color: #2e458b;
}

input[type=text]:focus {
    border-color: #2e458b;
}

input[type=password] {
    margin-bottom: 25px;
}


a.button {
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 6px 25px 0px 20px;
    margin: 10px 16px 20px -5px;
    display: inline-block;
    text-decoration: none;
    height: 27px;
    background-color: #666666;
    transition: all 0.1s linear 0s;
    top: 0px;
    position: relative;
    font-family: Calibri;
}

.right {
    float: right !important;
}

.left {
    float: left;
}

a.button:hover {
    top: 1px;
    background-color: #999999;
    color: #fff;
}
