.circle {
	display: block;
	width: 75px;
	height: 75px;
	margin: 1em auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	border: 2px solid #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin-top:5px;
	margin-right:10px;
}

#feature-descriptive .left {
	float: left;
	width: 450px;
}
#feature-descriptive .right {
	float: right;
	width: 450px;
}
#feature-descriptive .part-lt {
	float:left;
	width:100px;
}
#feature-descriptive .part-rt {
	float:right;
	width:330px;
}
#feature-descriptive .module {
	margin-bottom: 50px;
	clear: both;
}

a.trial-btn{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    background: #eb3f02;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
	box-shadow:0px 0px 0px 0px #eb3f02 inset;
	/*-webkit-border-radius: 62px 69px 70px 67px;
	-moz-border-radius: 62px 69px 70px 67px;
	border-radius: 62px 69px 70px 67px;*/
}

a.trial-btn:hover {
    background: #e95825;
}


a.buy-btn{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    background: #339933;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
	/*-webkit-border-radius: 62px 69px 70px 67px;
	-moz-border-radius: 62px 69px 70px 67px;
	border-radius: 62px 69px 70px 67px;*/
}

a.buy-btn:hover {
    background: #2eb135;
}

.box-shadow-point 
	{
-moz-box-shadow: 0 0 3px 0 #777;
-webkit-box-shadow: 0 0 3px 0 #777;
box-shadow: 0 0 3px 0 #777;
margin-top:40px;
margin-bottom:20px;
width:100%;
padding:10px;
margin-left:-10px;
	}	
	

a.trial-btn.icon span{
padding-left: 5px;
background: url(../images/play.gif) no-repeat -3px 2px;
margin-left:15px;
}

.div-left{float:left; width:450px; padding:2px;}
.div-right{float:right; width:480px; padding:5px;}
.pdt-panel-title{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;padding:8px;background-image:url(../images/advertising.jpg);background-repeat:repeat-x;background-position:left top; margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mt20{ margin-top:20px;}
.mb10{ margin-bottom:10px;}
.mt10{ margin-top:10px;}