.title  {
        font-size : 12pt;
        font-family : Trebuchet MS;
        font-weight : bold;
        color : navy;
        line-height : 100%;
}

.emphasis-lesser  {
        font-size : 11pt;
        font-family : Trebuchet MS;
        font-weight : bold;
        font-style : normal;
        color : black;
        line-height : 12pt;
}

.emphasis-greater  {
        font-size : 14pt;
        font-family : Trebuchet MS;
        font-weight : bold;
        color : black;
        line-height : 14pt;
}

.text-primary  {
        font-size : 11pt;
        font-family : Trebuchet MS;
        font-weight : normal;
        color : navy;
        line-height : 12pt;
/*      margin-right : 50; */
}

.text-secondary  {
        font-size : 9pt;
        font-family : Trebuchet MS;
        font-weight : bold;
        color : navy;
        line-height : 10pt;

}


.text-error  {
        font-size : 11pt;
        font-family : Arial;
        color : red;
        line-height : 12pt;
/*      margin-right : 50; */
        font-weight : bold;
}

A  {
        text-decoration : none;
        color: navy;
        
}


A:Active  {
        text-decoration : none;
}

A:Hover  {
        text-decoration : underline;
}

.buttonposition4  {
        /* style for 4 button text, color, and margins */
        position : absolute;
        top : 90%;
        left : 20%;
        width:  400px;
}

.buttons  {
        /* style for button text, color, and margins */
        font-family : Arial;
        font-size : 10pt;
        font-weight : normal;
        line-height : 11pt;
        color : WHITE;
        background-color : #4F7FB5;
        padding-top : 3px;
        padding: 3px;
        margin : 8px;
}

.buttons-hover  {
        /* style for button text, color, and margins */
        font-family : Arial;
        font-size : 10pt;
        font-weight : normal;
        line-height : 11pt;
        color : navy;
        background-color : #99ccff;
        padding-top : 3px;
        padding: 3px;
        margin : 8px;
}

.buttons-disabled  {
        /* style for button text, color, and margins */
        font-family : Arial;
        font-size : 10pt;
        font-weight : normal;
        line-height : 11pt;
        color: WHITE;
        background-color : #cccccc;
        padding-top : 3px;
        padding: 3px;
        margin : 8px;
}

.pid-box {
    /* style for product key boxes */
    /* font needs to be fixed-width, so leave as Courier-New */
    font-weight:bold;
    font-family: Courier New;
    FONT-SIZE: 16pt;
}

.font9pt  {
        font-size : 9pt;
}

.font8pt  {
        font-size : 8pt;
}

.BackSpaceButton {
   font-size : 9pt;
   font-family : Arial;
}


.fontStyle
{
	font-family:Verdana, Arial, Helvetica, Sans-serif; 
	font-size:x-small
}

.ProdKeyMsgWidth
{
    width:45%;
}

.ProdKeyMsgText
{
line-height:14pt;
}

.MigPageMsgWidth
{
    width:62%;
}

.BadEulaMsgWidth
{
    width:35%;
}

.BadPkeyMsgWidth
{
    width:38%;
}
.EulaMsgWidth
{
    width:62%;
}

