            body {
                margin: 0px;
                padding: 0px;
                font-size: 10pt;
                font-family: 'Trebuchet MS', Arial, sans-serif;
                font: 100.01% Arial;
                background: white;
                text-align: center;
            }
            body, table, td, p, a
            {
                font-weight: normal;
                font-size: 10pt;
                color: #696973;
                font-family: Arial
            }   
            a {
				font-size: 10pt;
			} 
            form {
                text-align: center;
            }

            table {
                margin: 0px auto;
            }

            td {
                padding: 10px 20px 0 0;
            }

            td.label {
                text-align: right;
				white-space: nowrap;
            }

            .logo {
                margin-top: 20px;
            }

            .loginContainer {
				position: relative;
                width: 600px;
                top: 10px;
                left: 0px;
                background: white;
                margin: 40px auto; 
 				border: 2px #efefef solid;
           }
           
            .title
            {
				color: #696973;
                margin: 0px 0 10px 5px;
                border-bottom: 1px grey solid;
            }
            
            .picture 
            {
				position: relative;
				text-align: left;
				left: 50px;
				top: 10px;
			} 
			
			.poweredByContainer {
				position: relative;
                width: 600px;
                top: 140px;
                left: 0px;
                background: white;
                margin: 40px auto; 
			}
            
            .poweredByEN {
				background-image: url(../images/poweredbyEN.jpg);
				position: relative;
				width: 560px;
				height: 69px;
			} 
            
            .poweredByFR {
				background-image: url(../images/poweredbyFR.jpg);
				position: relative;
				width: 560px;
				height: 69px;
			} 

            .loginEntry {
                width: 600px;
                height: 350px;
                border-bottom: 7px #f3f3f3 solid;
                border-top: 7px #f3f3f3 solid;
                border-left: 2px #f3f3f3 solid;
                border-right: 2px #f3f3f3 solid;
            }

            td.loginEntry {
                padding: 20px;
                margin: 20px;
            }

            .rtop, .rbottom{display:block;background:white; }
            .rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #f6f6f4; }
            .r1{margin: 0 5px}
            .r2{margin: 0 3px}
            .r3{margin: 0 2px}
            .r4{margin: 0 1px; height: 2px}

            #loginPage .loginContainer td
            {
                width: 52%;
            }

            #loginPage .loginContainer td.label
            {
                width: 48%;
            }

            #pwdForgot .loginContainer td
            {
                width: 40%;
            }

            #pwdForgot .loginContainer td.label
            {
                width: 60%;
            }
