#wgt-gl-p-btn-cnt {
    clear: both;
    height: 30px;
    padding: 0 0 36px;
    text-align:center;
}
#wgt-gl-p-btn {
    background: #321736;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #723a7a;
    color: #bd85c5;
    cursor: pointer;
    display: inline-block;
   font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#wgt-gl-p-btn:hover {
	color:#fff;
	border:1px solid #bd85c5;
	background-color: #723a7a;
}
