#text_area {
	float: left;
	width: 600px;
	padding-right: 20px;
}

.check_sign
{
    list-style-image: url('/static/images/check.png');
}

.prices_table {
    border-color: #e5e5e5;
    padding: 0;
    margin: 0;
}

.prices_td {
    color: #999999;
}


.circle {
	float: left;
	display: block;
}

.circle a {
    color: white;
}

.circle td {
    color: white;
    vertical-align: middle;
    text-align: center;          
    font-family: 'Georgia', 'serif';	
}

.circle table {
	height: 100%;
	width: 100%;  
}

.circle_price_frame {
    height: 200px;    
    width: 200px;
    margin: 60px 0px 20px 20px;
}

.circle_price {
    height: 200px;
    width: 200px;    
    margin-top: 0px;
    background: url("/static/background_circle_200.png");
}

.circle_price td {
	padding: 16px;
}

div.circle_price span.circle-font1 {
	font-size: 1.3em;
}	

div.circle_price span.circle-font2 {
	font-size: 1.3em;
}

div.circle_price span.circle-font3 {
	font-size: 2.8em;
}

div.circle_price span.circle-font5 {
	font-size: 1.3em;
}	

div.circle_price span.circle-font6 {
	font-size: 2.8em;
}

div.circle_price span.circle-font7 {
	font-size: 1.3em;
}
