.content-table {
	border-collapse: separate;
	border-spacing: 0;
	font-family: Arial;
	font-size: 13px;
}
.content-table td {
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #EDEDED;
	padding: 11px 19px 11px 19px;
	color: #5D5D5D;
	font-weight: normal;
}
.content-table tr.first td {
	border-top: 0px solid #EDEDED;
}
.content-table th {
	text-align: left;
	vertical-align: middle;
	padding: 12px 19px 11px 19px;
	color: #4059A9;
	font-weight: bold;
	background-image: url(/img/th-reg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #DBDBDB;
}
.content-table th.left-th {
	background-image: url(/img/th-l.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-left: 0px solid #F6F6F6;
	border-right: 1px solid #DBDBDB;
}
.content-table th.right-th {
	background-image: url(/img/th-r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #F6F6F6;
	border-right: 0px solid #DBDBDB;
}
#calc {
    
}
#calc-result {
    padding-top:15px;
}
#calc-result .question {
    float: left;
    margin-bottom: 5px;
    width: 394px;
}
#calc .question {
    float:left;
    width:300px;
    margin-bottom:5px;
}
#calc-result .answer {
    float:left;
    width:80px;
    margin-bottom:5px;
    text-align: right;
    font-weight: bold;
} 
#calc-result .not-avalable {
    color:red;    
}
#calc .answer {
    float:left;
    width:40px;
    margin-bottom:5px;
}
#calc-result .answer input.text, 
#calc .answer input.text {
    width:35px;
}
#calc .answer span {
    display:none;
}
#calc .calculate {
    margin:10px 0;
}
.clear {
    clear:both;
    font-size:0;
    height:0;
    margin:0;
    padding:0;
}
#calc-opener, #demo-form-opener {
    cursor:pointer;
}
#calc .interest {
    display:none;
}
#calc h3 {
    color: #4059A9;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;    
}
.calc-block {
    margin-bottom: 18px;
    width: 238px;
}
.calc-block.first {
    margin-top:80px;
}
.calc-block .block-main-name {
    font-family: arial;
    font-size: 18px;
    color:#4059A9;
}
.calc-block .round-table-c {
    font-size: 9px;
    color:#797979;
}
.calc-block .round-table-c p {
    margin:10px 0;
    padding:0;
}
.demo-form-title {
    color: #4059A9;
    font-family: arial;
    font-size: 18px;
}

