﻿/*  DEMO  */

table 
{
    border-collapse: seperate;
    border-spacing: 0;
}

#demoforms {
	background: url('/images/backgrounds/demoforms.png') top left no-repeat;
	width: 900px;
	height: 500px;
}

#demoforms #pricing {
    float: right;
    margin-top: 22px;
    margin-right: 15px;
}

    #demoforms #pricing table {
        margin-right: 30px;
    }

    #demoforms #pricing td {
        font-size: 90%;
        padding: 4px 0px;
        }

    #demoforms #pricing td.right {
        text-align: right;
        }
        
    #demoforms #pricing td.center {
        text-align: center;
        }
        
    #demoforms #pricing td.price {
        font-size: 115%;
        font-weight: bold;
        color: #cd8006;
        }

#demoforms #totals {
    margin-top: 15px;
    margin-right: 40px;
    }
     
    #demoforms #totals td {
        padding: 0px;
        color: #403e35;
        }

    #demoforms #totals td.price {
        font-weight: bold;
        color: #403e35;
        }

#demoforms #contact {
    float: left;
    margin-top: 65px;
    margin-left: 20px;
    text-align: left;
}
#demoforms #contact p {
    margin-left: 35px;
}

h1.demo, h2.demo {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 150%;
    text-indent: -9999px;
    }
h2.demo {
    font-size: 125%;
    margin-top: 15px;
    }

.content#demo-content {
    left: 13px;
	width: 556px;
	}

.content 
{
    padding-bottom: 2em;
}