table#accountTypes {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pro_table table tr td.selected { background:#e7f4d6;border-top: 1px solid #fff;}
.pro_table table tr th.selected { background:#e7f4d6;}
.pro_table table th.null {width:296px; color:#a8a8a8; font-size:16px;}
.pro_table table tr td.label { text-align:left; font-weight:bold; padding:0 0 0 15px; font-size:12px;}
.pro_table table tr.price { height:60px; border-bottom:1px solid #e5e5e5;}
tr.price td span {color:#1b7225; font-size:18px;}
.plus { background:url('../png/icon_plus.png') no-repeat 0 5px; padding-left:26px;color:#000;}
.pro { background:url('../png/icon_pro.png') no-repeat 0 5px; padding-left:36px;color:#000}
.yes { background:url('../png/yes.png') no-repeat; width:20px; height:20px; display:block; margin:0 auto;}
.no { background:url('../png/no.png') no-repeat; width:20px; height:20px;display:block;margin:0 auto;} 

.pricing_table {
    padding: 0 0 40px;
}
.pro_table table {
    background:#fff;
    width:800px; margin:10em auto;
	}
.w_table_l_grey {
    background-color: #f2f2f2;
}
.w_table_d_grey {
    background-color: #EEEEEE;
}
.pro_table table th {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
	background:#f2f2f2;
    font-size: 30px;
    height: 60px;
}
.pro_table table th span {
    color: #000;
    font-size: 24px;
}
.pro_table table tr {
    height: 30px;
    text-align: center;
}
.pro_table table .grey {
    background-color: #E9E9E9;
}
.pro_table table tr td {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size:14px;
}
.pro_table table .btn td {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.pro_table table tr .border_blue {
    background: none repeat scroll 0 0 #000;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}
.pro_table table tr th.border_blue {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-top: 1px solid #D7D7D7;
}
.pro_table table tr .border_blue_bottom {
    border-bottom: 1px solid #D7D7D7;
}
.pro_table table tfoot td.border_blue {
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}
.pro_table .pricing_btn {
    border-bottom: 1px solid #e5e5e5;
    height: 80px !important;
    text-align: center;
}
.pricing_btn .the_button {
    float: none;
    margin-top: 0;
}


.the_button {
    background: linear-gradient(#FFFFFF, #DDDDDD) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #9F9F9F;
    border-left: 1px solid #C5C5C5;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #C5C5C5;
    color: #050505;
    display: inline-block;
    float: left;
    font-size:17px;
    font-weight: bold;
    height: 33px;
    letter-spacing: -0.7px;
    line-height: 33px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 1002;
}
.the_button:hover, .the_button.active {
    background: linear-gradient(#FFFFFF, #eee) repeat scroll 0 0 transparent;
    color: #000;
}

a.the_button  {text-decoration:none;}