 #station-details {
    padding-left: 8px;
    padding-top: 8px;

}

#station-details p {
    padding: 0;
}

#station-details p.name{
    font-size: 24px;
    color: #f6c900;
    font-weight: bold;
}

.prices {
    width:145px;
    height: 50px;
    margin-right: 5px;
    margin-top: 20px;
    text-indent: 25px;
    float: left;
}

.details-header {
    font-size: 22px;
    font-weight: bold;
    color: #f6c900;
    padding-top: 10px;
    padding-left: 10px;
}

.right-boxes p.gas-price {
    font-size: 16px;
    color: #f6c900;
}

.right-boxes p.gas-date {
    font-size: 12px;
}

input.txtDollar {
    border-radius: 4px;
    background:#2f2f2f;
    font-size:18px;
    font-weight:bold;
    color:#f6c900;
    border-color: #5f5f5f;
    width: 20px;
    height: 25px;
}

input.txtDollar.cent {
    margin:0 0 0 10px; position: absolute;
}

form.frmGasUpdate {
    margin:0;padding:0;width:100%px; height: 100px;
}

form.frmGasUpdate button {
    margin:60px 0 0 445px;
    position: absolute;
}

.fields {
    margin:60px 0 0 10px;
    position: absolute;
    width: 200px;
}

#map_canvas {
    margin: 5px auto;
    height: 275px;
    background: #cccccc;
    border-radius: 5px;
}