﻿/*
 * Tooltips throughout the RegistrationForm and TermsConditions components needs
 * a few styles and these take care of most of our requirements.
 */

.QToolTip
{
    float: left;
    text-decoration:none;
    cursor:pointer;
}

.ImportantRequired
{
    color: Red;
    font-weight: bold;
    cursor: pointer;
}

