*.center { text-align: center }

*.right { text-align: right }

a { color: #0051a5 }

body {
    font-family: Open Sans, Verdana, sans-serif;
    font-size: 13px;
    padding: 15px
}

button {
    cursor: pointer;
    width: 95px
}

button {
    border: 1px solid #4cae4c;
    background-color: #5cb85c;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    cursor: pointer;
}

button:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

button:hover {
    background-color: #449d44;
    border-color: #398439;
}

button.default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

button.default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

button[disabled="disabled"] {
    opacity: .65;
}

button.short { width: 50px }

div.right-box {  }

form { margin: 0px }

h3 {
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0px 0px 15px 0px
}

html { overflow: hidden }

input { margin: 0px 3px 0px 0px }

input[type="text"], input[type="password"], select {
    border: 1px solid #bbbbbb;
    padding: 2px;
    width: 190px
}

p { line-height: 18px }

p.middle { margin-top: 80px }

p.no-margin { margin-top: 0px }

span.popup-cross {
    color: #aaa;
    cursor: pointer;
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

th {
    padding-right: 10px
}

tr.middle { vertical-align: middle }