html {
    font-family: "Verdana";
    font-size: 10px;
}
a {
    color: #006699;
    cursor : pointer;
}
p {
    margin: 5px;
}

#container {
    height : 530px;
    position : absolute;
    margin: 0;
    top: 8px;
}
#loginImg {
    cursor: pointer;
    text-align: left;
    vertical-align: top;
    height: 28px;
    width: 175px;
    margin: 0px 20px 40px 5px;
}
#card {
    font-size: 10px;
    position: absolute;
    left: 30px;
    top: 275px;
}
#spacer {
    height: 40px;
}
#supportContainer, .noWrappableBlock {
    white-space: nowrap;
}
#aSupport {
    width: 380px;
}
#tRx {
    padding: 12px;
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 100;
    border: 1px solid lightgrey;
    border-radius: 10px;
    background-color: #ffffff;
}
#bar {
    width: 3px;
    height: 90px;
}
#firmLogo {
    width: 181px;
}
#infoContainer {
    height: 388px;
    width: 828px;
}
#firmLogoContainer {
    margin-left: 5px;
    margin-right: 5px;
    height: 118px;
}
.inlineDiv {
    display : inline-block;
    vertical-align: top;
}
.clickable {
    color: #006699;
    cursor : pointer;
}
