.wpss .wpss-progress-bar{
border: 0px;
height: 20px;
border-left: 2px solid #ee2e24;
}
.wpss .wpss-progress-bar span{
background-color: #ee2e24;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.wpss fieldset{
border: 0px;
}