/* tables still need 'cellspacing="0"' in the markup */
            table 
            {
                border-collapse: separate;
                border-spacing: 0px;
                margin: auto;
            }
            body 
            {
                margin: 0px;
                padding: 0px;
                font-size: 13px;
                font-family: Arial, sans-serif;
                font: 100.01% Arial,sans-serif;
                background: #ffffff;
                text-align: center;
                /*background: url("../images/header-tile.png") #ffffff repeat-x top left; */
            }
            body, table, td, p, a
            {
                font-weight: normal;
                font-size: 13px;
                color: #606060/*#323030*/;
                font-family: Arial, sans-serif
            }   
            h1, h2, h3, h4, h5
            {
				color: #606060;
            }
            
            a {
				font-size: 12px;
				color: #185288/*#cd5106*/;
			} 

            td {
                padding: 10px 20px 0 0;
            }

            td.label {
                text-align: right;
                white-space: nowrap;
            }
            
            .picture 
            {
				position: relative;
				text-align: center;
				width: 100%;
				top: 10px;
			} 
			
			.btnlink
			{
			    text-decoration: none;
			    color: black;  /*#03a6fb*/
			}
			
			.btn
			{
                line-height: 18px;
                width: 55px;
                padding: 5px 10px 5px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                background-color: White;
                border: 1px lightgrey solid;
                border-radius: 3px;
                text-align: center;
                margin-top: 10px;
			}
					
			.textbox
			{
			    color: #606060;
			    height: 18px;
                border: 1px lightgrey solid;
                border-radius: 2px;
			}

            .loginEntry 
            {
                position: relative;
                background: #fcfcfc;
                width: 400px;
                height: 350px;
                border: 1px lightgrey solid;
                border-radius:10px;
            }
            
            .title
            {
                margin: 0px 0 10px 5px;
                border-bottom: 1px lightgrey solid;
            }

            #gryphon-logo 
            {
                position: relative;
                float: left; 
                width: 279px; 
                top: 5px;
                left: 58px;
                border: none;
            }
            
            #tag-line
            {
                position: relative;
                float: right; 
                top: 40px;
                margin-right: 50px;
                font-size: 15px;
                color: #c0c0c0;
                font-family: Verdana, Helvetica, Arial;
            }

            #header
            {
                position: relative;
                clear: both;
                width: 100%;
                top: 10px;
                height: 40px;
                background-color: #0C4F71;
                /*background:url("../images/loginbarbg.png") repeat-x;
                background-repeat: repeat;*/
                z-index: 980;
                margin-bottom: 10px;
            }

