
    .goal-bar{
        height:400px;
        width:60px;
        border: solid 1px #B1B1B1;
        border-radius: 0 0 30px 30px;
        position:relative;
        }
        
    .goal-progress{
        position:relative;
        margin-left: 60px;
        width:180%;
        padding:10px;
        font-weight:bold;
       	font-size:1.2em;
        }
        
    .goal-progress p{
    	 	font-size:1.2em;}
        
    .ui-progressbar{
        overflow:visible;
        
        }
    
    .ui-progressbar-value {
           font-size: 13px;
           font-weight: normal;
        line-height: 18px;
           width:100%;
           height:100%;
            border-radius: 0 0 30px 30px;
                   border-top:2px solid #707070;
           background: #ea6e4f; /* Old browsers */
background: -moz-linear-gradient(left,  #ea6e4f 1%, #b74c3e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ea6e4f), color-stop(100%,#b74c3e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ea6e4f 1%,#b74c3e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ea6e4f 1%,#b74c3e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ea6e4f 1%,#b74c3e 100%); /* IE10+ */
background: linear-gradient(to right,  #ea6e4f 1%,#b74c3e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6e4f', endColorstr='#b74c3e',GradientType=1 ); /* IE6-9 */

           position:absolute;
           bottom:0;
    }
​