.wpsp-box {
    overflow: hidden;
}
.wpsp-box input[type=submit] {
    margin-top: 10px;
    border: 1px solid #DDD;
    background: whiteSmoke;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -webkit-box-shadow: 1px 1px   #ffffff;
    box-shadow: inset 1px 1px #FFF;
    font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	cursor: pointer;    
}
.wpsp-box-button {
	text-align: center;
}
.wpsp-box label { margin-top: 4px; }
.wpsp-box label:first-child { margin-top: 0 !important; }
.wpsp-box input[type=submit]:hover {
    background: #FFF;
}
.wpsp-box label, .wpsp-box span {
    display: block;
}
.wpsp-question {
    font-size: 13px;
	font-weight: bold;
    margin: 0 0 10px 0;
}
.wpsp-answer {
    font-size: 12px;
    margin: 10px 0 0 0;
}
.wpsp-total {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 14px 0 0 0;
    padding: 2px 14px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    border: 1px solid #DDD;
}
.wpsp-answer:first-child {
    margin: 0 !important;
}
.wpsp-pct-bar {
    height: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    opacity: .5;
    filter: alpha(opacity=40);
}
#wpsp-dialog {
    display: none;
}
#wpsp-icons ul {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 25px 0 10px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}
#wpsp-icons ul li {
    float: left;
    width: 65px;
    height: 52px;
    padding: 5px 5px 1px;
    margin: 0 0 10px 0;
    cursor: pointer;
    list-style: none;
}
#wpsp-icons ul li label {
    display: block;
    font-size: 11px;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    padding: 60px 0 0;
    line-height: 12px;
    cursor: pointer;
    position: relative;
}

.wpsp-loading {
    background: url(../img/loading.gif) no-repeat 50% 50%;
    text-align: center;
    padding: 25px 0;
}
