html
{
	height:100%;
	padding-bottom:90px;
}
.block
{
	padding:10px;
}
.well
{
background:white;
}
.container
{
	width:1053px;
}
ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.period_sku_values .active, .package-info .active {
}
.period_sku_values > ul > li, .package-info .active {
    border: 1px solid #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    margin: 0 0 8px;
    min-height: 28px;
    padding: 8px 0;
}

.terms_choice li .cost.price, .package-info .price.cost, #domain_upsells, #order-subtotal {
    padding: 0 10px 0 0;
}
#order-subtotal {
    color: #666666;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

#order-subtotal .price {
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 0;
}

#price_table .supported {
    background: url("../images/icons/green-check.png") no-repeat scroll 50% 50% transparent;
    height: 14px;
    text-indent: -10240px;
    width: 100%;
}
#price_table .not_supported {
    background: url("../images/icons/deletered.png") no-repeat scroll 50% 50% transparent;
    height: 14px;
    text-indent: -10240px;
    width: 100%;
}
#price_table thead th:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
#price_table thead th {
    background: -moz-linear-gradient(center bottom , #053e7e 0%, #5ba0ed 100%) repeat scroll 0 0 #4c4c4c;
    border-color: #222222 -moz-use-text-color -moz-use-text-color #222222;
    border-right: 1px solid;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    text-align: center;
}
#price_table {
    border: 1px solid #cccccc;
}
#price_table thead th .info {
    height: 90px;
}
#price_table thead th .name {
    font-size: 30px;
    padding-top: 10px;
}
#price_table thead th .description {
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 4px;
}
#price_table thead th .price {
    background: none repeat scroll 0 0 #5d0368;
    border-top: 1px solid;
    padding: 10px 0;
}
#price_table thead th .price .plan {
    font-size: 13px;
}
#price_table thead th .price .value {
    font-size: 26px;
}
#price_table tbody tr {
}
#price_table tbody tr td.head {
    border-left: 1px solid #cccccc;
}
#price_table tbody tr td {
    box-shadow: -13px 0 15px -10px #cccccc inset;
    text-align: center;
    width: 20%;
}
#price_table tbody tr.even td {
    background: none repeat scroll 0 0 #f0f0f0;
}
#checkout_form input,#checkout_form select
{
	background: none repeat scroll 0 0 #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #111;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 9px 0 9px 9px;
    width: 100%;
	height:auto;
}
.control-group {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #fff;
    padding: 20px 16px;
}
.control-group:first-child {
    border-top: medium none;
}
#checkout_form .control-group
{
	border:none;
}
#footer:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#footer {
    background-color: white;
    border-top: 2px solid #ccc;
    bottom: 0;
    margin-top: 22px;
    padding-bottom: 30px;
    padding-top: 25px;
    position: fixed;
	width:1053px;
}
#footer button[type="submit"]
{
	float:right;
}
#form .row-fluid
{
	height:100%;
}
#checkout_form
{
	margin-bottom:75px;
}