﻿   
    /* GLOBAL BUTTON */
input.button {
    border-style: none;
    }

a.button {
    color: White;
    }
.button {
    display: block;
    background: #808080;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
    padding: 0;
    }
.button span {
    position: relative;
    top: 5px;
    }
/* small button */
.small {
    background-color: #808080; /*#333 url(images/button-small.gif);*/
    width: 111px;
    height: 30px;
    padding-top: 5px;
    }
.small:hover {
    background-color: #808080; /*#333 url(images/button-small_hover.gif);*/
    width: 111px;
    }
/* big button */
.big {
    color: #ffff33;
    background-color: #808080; /*#333 url(images/button-big.gif);*/
    width: 161px;
    height: 25px;
    padding-top: 5px;
    margin-top: 30px;
    }
.big:hover {
    color: White;
    background-color: #C0C0C0; /*#333 url(images/button-big_hover.gif);*/
    width: 161px;
    }
/* CANCEL & SUBMIT BUTTONS */
.cancel, .submit {
    display: inline;
    margin: 0 10px 20px 0;
    cursor: pointer;
    }