
@charset "utf-8";
#content {
    margin: 30px auto;
    width: 300px;
}
#thermometer {
    background: none repeat scroll 0 0 #E46C0A;
    border: 4px solid #0066CC;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 1px 1px 4px #e2ae0e, 5px 0 20px #e2ae0e;
    height: 300px;
    position: relative;
    width: 70px;
    margin-left: 0px;
}
#thermometer .track {
    background: linear-gradient(to bottom, #000000 0%, #FFFFFF 10%) repeat scroll 0 -1px / 100% 5% rgba(0, 0, 0, 0);
    border: 1px solid #000;
    height: 280px;
    left: 10px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 20px;
}
#thermometer .progress {
    background: none repeat scroll 0 0 #77933c;
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
#thermometer .goal {
    position: absolute;
    top: 0;
}
#thermometer .amount {
    border-top: 1px solid #000;
    color: #77933c;
    display: inline-block;
    font-family: Trebuchet MS;
    font-weight: bold;
    padding: 0 5px 0 60px;
}
#thermometer .amount1 {
    border-top: 1px solid #000;
    color: #77933c;
    display: inline-block;
    font-family: Trebuchet MS;
    font-weight: bold;
    padding: 0 5px 0 60px;
	margin-top: 76px;
}
#thermometer .amount2 {
    border-top: 1px solid #000;
    color: #77933c;
    display: inline-block;
    font-family: Trebuchet MS;
    font-weight: bold;
    padding: 0 5px 0 60px;
	margin-top: 75px;
}
#thermometer .amount3 {
    border-top: 1px solid #000;
    color: #77933c;
    display: inline-block;
    font-family: Trebuchet MS;
    font-weight: bold;
    padding: 0 5px 0 60px;
	margin-top: 25px;
}

#thermometer .progress .amount {
    border-top: 1px solid #000;
    color: #000;
    padding: 0 60px 0 5px;
    position: absolute;
    right: 0;
}
.flt_right_container {
    float: right;
    width: 180px;
    padding-left: 50px;
}