﻿
/*
.terms-contain {
    width: 560px;
    height: 600px;
    padding: 20px 20px 40px 10px;
    margin: 100px auto;
    background: url(images/terms/bg-terms.png) no-repeat;
    font: 12px/18px tahoma;
}
.terms-contain>h1 {
    font-size: 14px;
    padding: 10px 0 40px 20px;
    color: #0e9bd0;
}
.terms-contain>a:first-child {
    float: right;
    margin-right: 30px;
}
div#terms{
    width:520px;
    height: 520px;
    overflow: scroll;                        
}
div#terms>ol>li {
    list-style-position:  inside;
}*/


.terms-contain {
    width: 529px;
    height: 636px;
    padding: 50px 60px 40px 60px;
    margin: 0 auto;
    background: url(images/terms/bg-terms.png) no-repeat;
    font: 12px/18px tahoma;
}
.terms-contain>h1 {
    font-size: 14px;
    padding: 10px 0 30px 0px;
    color: #0e9bd0;
}
.terms-contain>a:first-child {
    float: right;
    margin: 5px 0px 0 auto;
}
div#terms
{
	clear : both;
    width:540px;
    height: 470px;
    overflow: auto;                        
}
div#terms>ol>li {
    list-style-position:  inside;
}


