html {
    padding:0px; 
    margin:0px;
    color: #333;
}

body {
    padding:0px; 
    margin:0px; 
    background-color:#FFFFFF; 
    text-align:center;
    font: 62.5% "Trebuchet MS", sans-serif;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

#canvas {
    background-color:#333;
    /*border: 1px solid #8AD5E7;*/

	/*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0px 0px 15px #CCCCCC;
    -webkit-box-shadow: 0px 0px 15px #CCCCCC;
    box-shadow: 0px 0px 15px #CCCCCC;
	*/
}

#container{
    background: none;
     background-color: transparent;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 1000px;
	height:530px; 
	display:block;
	padding:0; 
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
 
    display: none;
    background: #333;
    padding: 10px;
    border: 3px solid #ddd;
    border-radius: 6px;
    float: left;
    font-size: 1.2em;
    position: absolute;
    top:67px;
    right: 20px ;
    z-index: 99999;
   
}

img.btn_close {
    Position the close button
	float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
	background:transparent;
}

form.signin .textboxQuizart label {
    display: block;
    padding-bottom: 15px;
}

form.signin .textboxQuizart span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textboxQuizart input {
    background: #23252b;
    border: none;
   
    color: #fff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 0px;
	
	padding-left: 20px;
	padding-right: 20px;
	
    width: 247px;
    height: 45px;
	line-height: 45px;
	text-align:left;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.button {
    background-color: #ee4e10;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    font-size: 18px;
    font-family: Open Sans, Arial;
    font-weight: 700;
    width: 120px;
	line-height: 45px;
	text-align:center;
}

.button-guest {
    background-color: #2c72cf;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    font-size: 18px;
    font-family: Open Sans, Arial;
    font-weight: 700;
    width: 244px;
	line-height: 45px;
	text-align:center;
}

.button:hover {
    background: #fea221;
}

.button-guest:hover {
    background: #44abf3;
}

.skin_container {
  /* ... */
/*  -moz-box-shadow:  0px  2px 10px #000;
  -webkit-box-shadow:  0px  2px 10px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=90, Strength=2);
  box-shadow: 0px 2px 10px #000;
  padding:5px 5px;*/
  margin-left:auto;
  margin-right:auto;
   background-color: transparent;
    background: none;
 /*  margin-bottom:20px;
   padding-bottom:5px;
  background-color:#FFFFFF;*/
  width:1000px;
  overflow:hidden;
  
}
.ui-background-footer {
margin-bottom:5px;
}
.quizBackground {
 background-color: #1e1e1c;
 background-image: url(skin/skin-exibart.jpg);
}
