
			#oos_login
			{
				position: absolute;
				top: 0px;
				left: 400px;
				width: 500px;
				height: 32px;
				border: thin dotted #ffffff;
				background:#004664;
				font-family: Verdana;
				color: #b2c7d0;
				font-size: 11px;
				text-align:right;
			}
			#oos_admin_panel
			{
				position:absolute;
				z-index: 2000;
				top: 0px;
				left: 0px;
				width: 400px;
			}
			/*--->OPC-----*/
			.create_edit_button
			{
				background: #e0b2b2;
				border:thin dotted #990000;
				height: 30px;
			}
			.create_edit_button img
			{
				position: relative;
				top: 5px;
				left: 10px;
			}
			.create_edit_button a
			{
				position: relative;
				left: 10px;
				color: #990000;
			}
			
			.create_edit_button a:hover
			{
				color: #990000;
				text-decoration: underline;
			}
			.create_edit_button span
			{
				position: relative;
				left: 10px;
				color: #990000;
			}			
			
			.create_online_button
			{
				background: #e0b2b2;
				border:thin dotted #990000;
				height: 30px;
			}
			.create_online_button img
			{
				position: relative;
				top: 5px;
				left: 10px;
			}
			.create_online_button span
			{
				position: relative;
				left: 10px;
				color: #990000;
			}
			
			.create_online_button a
			{
				position: relative;
				left: 10px;
				color: #990000;
			}
			.create_online_button a:hover
			{
				color: #990000;
				text-decoration: underline;
			}			
			/*the module-boxes*/
			.oos_mod_edit
			{
				width: 100%;
				height: 100%;
			}
			.oos_mod_edit_head
			{
				background: #990000;
				border: thin dotted white;
				height: 30px;
			}
			.oos_mod_edit_head span
			{
				float: left;
				position:relative;
				top: 8px;
				left: 10px;
				color: white;
				font-weight: bold;
			}	
			.oos_mod_edit_body
			{
				background: #e6e7ea;
				border: thin dotted black;
				border-top:0px;
				padding: 10px;
				padding-bottom: 5px;
				color: #333333;
			}
			.oos_mod_edit_box
			{
				background: #e0b2b2;
				border: thin dotted #990000;
				margin-bottom: 5px;
				padding: 5px;
				color: #333333;
			}
			/*-------ONLONE*/
			.oos_mod_online
			{
				width: 100%;
				height: 100%;
			}
			.oos_mod_online_head
			{
				background: #004664;
				border: thin dotted white;
				height: 30px;
			}
			.oos_mod_online_head span
			{
				float: left;
				position:relative;
				top: 8px;
				left: 10px;
				color: white;
				font-weight: bold;
			}
			.oos_mod_online_head a
			{
				color: white;
				font-weight: bold;
			}
			.oos_mod_online_body
			{
				background: #e6e7ea;
				border: thin dotted black;
				border-top:0px;
				padding: 10px;
				padding-bottom: 5px;
			}
			.oos_mod_online_box
			{
				margin-bottom: 5px;
			}
			/*forms*/
			.oos_form_red
			{
				background: #e0b2b2;
				border: thin dotted #990000;
				margin-bottom:5px;
				width: 100%;
				color: #990000;
			}
			.oos_form_red a 
			{
				color: #990000;
				position:relative;
				top: -5px;
			}
			.oos_form_red font
			{
				color: #990000;
				position:relative;
				top: -5px;
			}
			.oos_form_blue
			{
				background: #b2c7d0;
				border: thin dotted #004664;
				margin-bottom:5px;
				width: 100%;
				color: #004664;
			}
			.oos_form_blue a 
			{
				color: #004664;
				position:relative;
				top: -5px;
			}
			.oos_form_blue font
			{
				color: #004664;
				position:relative;
				top: -5px;
			}