#content .btn_link_top{ 
   position: absolute;
    top: 150px;
    left: 30px;
}

#content .btn_link{
	display:block;
	margin:0px auto;
width:150px;
}

.btn_link_top .divi_icon ,#content .divi_icon{
background: url(http://support.xinics.com/support/files/attach/images/7070/034/068/a4ba477180c55f865c4f303128caf019.png) no-repeat;
	background-position: 4px 1px;
    display: inline-block;
    width: 15px;
    height: 10px;
}

#content .btn{
    background-color: #007cd5;
    background-image: -moz-linear-gradient(top, #007cd5, #0057c2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007cd5), to(#0057c2));
    background-image: -webkit-linear-gradient(top, #007cd5, #0057c2);
    background-image: -o-linear-gradient(top, #007cd5, #0057c2);
    background-image: linear-gradient(to bottom, #007cd5, #0057c2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3366a8', endColorstr='#ff0f4283', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #004484;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;   
	display: inline-block;
       padding: 6px 10px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 150px;
    height: 25px;
    font-size: 14px;  
}

#content .blue_btn:hover {
    text-decoration: none;
    color: #ffffff;
    border-color: #004484;
    background-color: #0057c2;
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff215496', endColorstr='#ff0d3c79', GradientType=0);
}

#content .btn:hover, #content .btn:active, #content .btn.active {
      text-decoration: none;

}