div,span,h1,h2,h3,video
   {
   -khtml-user-select: none;
   -o-user-select: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   }

h2
   {
   font-size:  14px;
   font-family: Arial, Sans-serif;
   font-weight: bold;
   }

h3
   {
   font-size:  12px;
   font-family: Arial, Sans-serif;
   font-weight: normal;
   height: 32px;
   line-height: 15px;
   padding-bottom: 5px;
   }

div
   {
   display: block;
   box-sizing: border-box;
   -moz-box-sizing:border-box;
   }


html, body
   {
   width: 100%;
   height: 100%;
   min-height: 100%;
   margin: 0px;
   padding: 0px;
   text-align: center;
   }

div.container
   {
   position: relative;
   top: 0px;
   bottom: 0px;
   width: 100%;
   max-width: 1000px;
   margin: 0px auto;
   height: 100%;
   background-color: #FFFFFF;
   border: 1px solid #888;
   box-shadow: 4px 4px 20px #666;
   overflow: hidden;
   text-align: center;
   }

div.top_menu
   {
   display: block;
   position: absolute;
   top: 0px;
   width: 100%;
   max-width: 1000px;
   margin: 0px auto;
   height: 30px;
   color: white;
   text-align: left;
   line-height: 28px;
   font-size: 17px;
   padding-left: 5px;
   font-family: sans-serif;
   background: linear-gradient(to right, #003366 25%, #1964AA 50%);
   box-shadow: 0 6px 6px -3px #888;
   z-index: 2;
   }

#animation_select_label
   {
   position: absolute;
   top: 35px;
   color: black;
   }

div#select_container
   {
   position: absolute;
   top: 35px;
   left: 0px;
   right: 0px;
   height: 28px;
   line-height: 27px;
   vertical-align: middle;
   text-align: center;
   font-family: sans-serif;
   font-size: 14px;
   background-color: transparent;
   }

a.header
   {
   color: white;
   font-size: 14px;
   margin: 3px 7px 3px 0px;
   height: 24px;
   line-height: 23px;
   padding: 0px 6px;
   font-family: Arial,sans-serif;
   float: right;
   text-decoration:none;
   }

a.header:hover
   {
   background-color: #2184E0;
   box-shadow: inset 0px 0px 5px #1964AA;
   }

video
   {
   margin-top: 30px;
   }