
				body{
					font-family:Helvetica,Verdana,Arial,sans-serif;
					font-size:11px;
					color:white;
					position:absolute;
					top:0;
					left:0;
					width:99%;
					height:99%;
					background-color:#000000;
				}
				input,select{
					border:none;
					background:white;
				}
				input.checkbox{
					background:transparent;
					border:none;
				}
				.link{
					text-decoration:underline;
					font-weight:bold;
					color: #A9A9A9;
				}
				.pointer{
					cursor:pointer;
				}
				.tab-content{
					height:490px;margin:0 10px;position:relative;top:10px;background-color:#000000;display:none;
				}
				.tab-pane{
					background-color:#525252;
				}
				.tab{
			    -moz-border-radius-topleft:3px;
			    -moz-border-radius-topright:3px;
					-webkit-border-top-left-radius:3px;
					-webkit-border-top-right-radius:3px;
					xborder-color:#b2b2b2;
					xborder-width:1px;
					padding:6px 15px;
					margin:0 2px;
					xborder-style:solid;
					float:right;
					xborder-bottom:none;
					background:url('img/tab-default.gif');
					background-repeat: repeat-x;
					background-position: 0 0;
					color:#b2b2b2;
					cursor:pointer;
					text-decoration:none;
					font-size:11px;
				}
				.tab.active{
					background:url('img/tab-hover.gif');
					background-repeat: repeat-x;
					color:#b2b2b2;
				}
				.tab.click{
					background:url('img/tab-actif.gif');
					background-repeat: repeat-x;
					color:#b2b2b2;
				}
				#forgotPWD{
					color:#b2b2b2;
					text-decoration:underline;
				}
				.apps{
					width:135px;
					height:135px;
					cursor:pointer;
				}
				.apps_hover{
					background-color:#353535;
				}
				
				.app_title, .app_name, .app_name a{
					margin:0 0 0 10px;
					font-size:13px;
					text-decoration:none;
					color:white;
				}
				.app_title{
					font-size:14px;
				}
				.apps_separator{
					width:0px;
					border:none;
					border-left:1px solid #999999;
					border-right:1px solid #1a1a1a;
				}
				.activeApp{
					background-color:#353535;
				}
				.activeApp .app_name a,.activeApp .app_name{
					color:#0077BC;
					font-weight:bold;
					text-decoration:none;
				}
				.validation{
					text-align:center;
				}
				.requiredField{
					color:red;
				}
				
			