﻿h3
{
    margin-top: 5px;
}

.payment_box
{
    height: auto;
    width: 350px;
    float: left;
    margin: 0;
    border-width: thin;
    border-style: solid;
    border-color: #cdd7d6;
    background-color: #eff4f7;
    padding: 15px;
}

.disclaimer
{
    font-family: "Trebuchet MS" , Trebuchet, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    line-height: 17px;
    margin: -3px 0 3px;
}

.darkblue13bold
{
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    color: #3d5579;
    text-align: left;
}

.darkgrey12_arial
{
    font-family: "Arial";
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #4f4544;
}

.blue12
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    color: #4a6fb3;
}


.book_button_green
{
    background-image: url(images/green_buttonbg.gif);
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    width: 142px;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.button
{
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
}
.button:hover
{
    background-position: 0 center;
}
.button:active
{
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}
.button.red
{
    background-color: #e50000;
}
.button.purple
{
    background-color: #9400bf;
}
.button.green
{
    background-color: #58aa00;
}
.button.orange
{
    background-color: #ff9c00;
}
.button.blue
{
    background-color: #2c6da0;
}
.button.black
{
    background-color: #333;
}
.button.white
{
    background-color: #fff;
    color: #000;
    text-shadow: 1px 1px #fff;
}
.button.small
{
    font-size: 75%;
    padding: 3px 7px;
}
.button.small:active
{
    padding: 4px 7px 2px;
    background-position: 0 top;
}
.button.large
{
    font-size: 125%;
    padding: 7px 12px;
}
.button.large:active
{
    padding: 8px 12px 6px;
    background-position: 0 top;
}
