﻿.BlueButton
{
    width:71px;
    height:21px;
    background: url('../images/blue_but.gif') no-repeat top right;
    color:White;
    text-align:center;
    font-weight:bold;
    font-size:13px;   
}
.GreenButton
{
    width:110px;
    height:23px;
    background: url('../images/green_but.gif') no-repeat top right;
    color:White;
    text-align:center;
    font-weight:bold;       
}

.MainContent
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;   
}

.OrderLink
{
    text-decoration:none;
    color:White;
    font-size:13px;
}
