p {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.wp-stp-h1 {
    font-family: tahoma;
    font-size: 18px;
}

.stp-center {
    text-align: center !important;
}

.stp-left-div {
    float: left;
}

.stp-margin-50 {
    margin-left: 50px;
}

.stp-error {
    font-weight: bold !important;
    background-color: red !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px !important;
}

/* buttons */
.wpstp_button, .wpstp_button span {
    display: inline-block !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.wpstp_button {
    text-shadow: none !important;
    white-space: nowrap !important;
    line-height: 1em !important;
    position: relative !important;
    outline: none !important;
    overflow: visible !important; /* removes extra side padding in IE */
    cursor: pointer !important;
    border: 1px solid #999 !important; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid !important; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%) !important; /* FF3.6 */
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1))) !important; /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#19FFFFFF', EndColorStr = '#19000000') !important; /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')" !important; /* IE8 */
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    user-select: none !important;
    margin-bottom: 10px !important;
}

.wpstp_not_button, .wpstp_not_button span {
    display: inline-block !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.wpstp_not_button {
    cursor: default;

    text-shadow: none !important;
    white-space: nowrap !important;
    line-height: 1em !important;
    position: relative !important;
    outline: none !important;
    overflow: visible !important; /* removes extra side padding in IE */
    border: 1px solid #999 !important; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid !important; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%) !important; /* FF3.6 */
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1))) !important; /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#19FFFFFF', EndColorStr = '#19000000') !important; /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')" !important; /* IE8 */
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    user-select: none !important;
    margin-bottom: 10px !important;
}

.wpstp_not_button span {
    position: relative !important;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
    border-top: rgba(255, 255, 255, .2) 1px solid !important;
    padding: 0.6em 1.3em !important;
    line-height: 1em !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.wpstp_button.full, .wpstp_button.full span {
    display: block !important;
}

.wpstp_button:hover, .wpstp_button.hover {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .1) 100%) !important; /* FF3.6 */
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .2))) !important; /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#33FFFFFF', EndColorStr = '#19FFFFFF') !important; /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')" !important; /* IE8 */
}

.wpstp_button:active, .wpstp_button.active {
    top: 1px !important;
    text-decoration: none;

}

.wpstp_button span {
    position: relative !important;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
    border-top: rgba(255, 255, 255, .2) 1px solid !important;
    padding: 0.6em 1.3em !important;
    line-height: 1em !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.wpstp_button.small {
    font-size: 10px !important;
    padding: 3px 8px !important;
    text-decoration: none !important;
}

.wpstp_button.medium span {
    font-size: 14px !important;
}

.wpstp_button.large span {
    font-size: 18px !important;
}

.wpstp_button.black {
    background-color: #333333 !important;
}

.wpstp_button.gray {
    background-color: #ccc !important;
    color: #fff !important;
}

.wpstp_not_button.gray {
    background-color: #ccc !important;
    color: #fff !important;
}

.wpstp_button.white {
    background-color: #FFFFFF !important;
}

.wpstp_button.white span {
    color: #666666;
}

.wpstp_button.red {
    background-color: #e62727 !important;
    color: #fff !important;
}

.wpstp_button.orange {
    background-color: #ff5c00 !important;
}

.wpstp_button.magenta {
    background-color: #A9014B !important;
}

.wpstp_button.yellow {
    background-color: #ffb515 !important;
}

.wpstp_button.blue {
    background-color: #4d88c4 !important;
    color: #fff !important;
}

.wpstp_button.pink {
    background-color: #e22092 !important;
}

.wpstp_button.green {
    background-color: #91bd09 !important;
    color: #fff !important;
}

.wpstp_button.rosy {
    background-color: #F16C7C !important;
}

.wpstp_button.brown {
    background-color: #804000 !important;
}

.wpstp_button.purple {
    background-color: #800080 !important;
}

.wpstp_button.cyan {
    background-color: #46C7C7 !important;
}

.wpstp_button.gold {
    background-color: #D4A017 !important;
    color: #fff !important;
    text-decoration: none !important;


}

/* end buttons */

/* tool tip */
#tooltip {
    position: absolute;
    z-index: 9999;
    color: #111;
    font-size: 1.1em;
    width: 400px;
    border: 1px solid #000;
}

#tooltip .tipHeader {
    height: 0px;
}

/* IE hack */
*html #tooltip .tipHeader {
    margin-bottom: -6px;
}

#tooltip .tipBody {
    background-color: #FFFFDF;
    padding: 5px 5px 5px 15px;
}

#tooltip .tipFooter {
    height: 0px;
}

/*tool tip*/
.wpstp-logo {
    margin-top: 15px !important;
}

.wpstp hr {
    border-bottom: 1px;
    border-color: #CCC;
    border-style: solid;
}

.wpstp-table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px !important;
    text-align: left;
    border-collapse: collapse;
    margin: 0px;
    border: 1px solid black;
    color: #000;
    width: 780px;
}

.wpstp-addtest {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px !important;
    text-align: left;
    border-collapse: collapse;
    margin: 0px;
    color: #000;
    width: 780px;
}

.wpstp-table th {
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 10px 8px 10px 10px;
    background: #4D88C4;
    display: table-cell;
    vertical-align: inherit;
}

.wpstp-table td {
    font-size: 12px !important;
    padding: 10px 8px 10px 10px;
}

.wpstp-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.wpstp-table1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px !important;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.wpstp-table1 th {
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 10px 8px 10px 10px;
    display: table-cell;
    vertical-align: inherit;
}

.wpstp-table1-tr {
    height: 38px;
}

.wpstp-table1 td {
    vertical-align: top;
    padding: 5px;
}

.wpstp-even {
    background: #eee;
    color: #000;
}

.wpstp-odd {
    background: #fff;
    color: #000;
}

.wpstp-green {
    color: green !important;
}

.wpstp-blue {
    color: #009; !important;
}

.wpstp-red {
    color: red;
!important;
}
