p.title {
    font-weight: bold;
    font-family: Helvetica;
    font-size: medium;
}

label.inputtitle {
    font-weight: bold;
    font-family: Helvetica;
    font-size: small;
}

table.sso-sample {
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    border-collapse: separate;
    background-color: white;
    float: left;
    font-family: Helvetica;
    font-size: small;
    padding-top:25px;
    padding-bottom:25px;
    padding-right:25px;
    padding-left:25px;
}

table.sso-sample th {
    border-width: 0px;
    padding: 1px;
    border-style: inset;
    border-color: gray;
    background-color: white;
}

table.sso-sample td {
    border-width: 0px;
    padding: 1px;
    border-style: inset;
    border-color: gray;
    background-color: white;
}

table.sso-sample a:link {
    color: #000000;
}

a.table.sso-sample a:active {
    color: #000000;
}

a.table.sso-sample a:visited {
    color: #000000;
}
a.table.sso-sample a:hover {
    color: #000000;
}

input.sso-sample {
    color:#FFFFFF;
    font-weight: bold;
    font-family: Helvetica;
    font-size: small;
    background-color:#00AAEA;
    border: 0px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:30px;
    padding-left:30px;
}
