#pageTitle {
    font: italic bold 27px/26px Arial !important;
    color: #000 !important;
}

.ccheckbox {
    background-image: url('chekbox.png');
    background-repeat: no-repeat;
    height: 55px;
    padding-left: 55px;
    padding-right: 10px;
    background-size: auto 70%;
}

.buyso2 img {
    position: absolute;
    top: -10px;
    left: 100px !important;
}

.clearfix:before{
     content: " ";
     display: table;	
}

.clearfix:after{
    content: " ";
    display: table;
    clear: both;	
}    

.left-ch, .right-ch {
    width: 50%;
    float: left;
}

.one-left, .two-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-text {
    margin-top: -45px;
}

.blockLicense {
	font-size:11px;
	color:#000;
	line-height:1.5;
	text-transform:none;
	width:168px;
	margin-left: 18px;
}