/* usual control elements */
            .control-container {
            margin-top: -198px;
			margin-left: 764px;
			position:absolute;
			z-index:109;
            }
            .control-element, .control-element-active {
            /* this displays element as inline-block; zoom and *display is a hack for ie7 which does not support inline-block */
            display: inline-block;
            zoom: 1;
            *display: inline;
            /* change this to the values you need */
            width: 3px;
            height: 3px;
			border:solid 1px #E4E4E4;
            background: #D6D6D6;
            margin: 0 3px;
            cursor: pointer;
            }
            .control-element-active {
			background: #000099;
            }
            .control-element-over {
            background: #000000;
            }
                  /* messages */
            .message-container {
            /*background: #424242;*/
			/*background-color:rgba(255, 255, 255, 0);
			border: 1px solid #E2E2E2;*/
            color: #00009B;
            font-size:27px;
            font-family: "Segoe UI";
            padding: 0px;
			width:9px;
			height:2px;
            }