.bgimg {
	width: 100%;
	height: 100%;
}

.bgimg img {
	width: 100%;
	display: block;
}

.center .rotarydiv {
	position: absolute;
	top: 26.5%;
	display: block;
	width: 100%;
	text-align: center;
}

#lottery {
	display: inline-block;
	position: relative;
	padding: 0.8em;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#lottery table {
	width: 100%;
}

#lottery table td {
	width: 25%;
	position: relative;
}

#lottery table .starttd {
	width: 50%;
	height: 50%;
}

#lottery table .lottery-unit img {
	width: 100%; 
	height : 100%;
	display: none;
}

#lottery table td .start {
	width: 100%; 
	height : auto;
	display: block;
}

#lottery table td span {
    color: #FFF;
    font-size: 1.2em;
    display: none;
}

#lottery table td .selectionbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#lottery table td .box {
	background-color: #FFF;
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.center .shadowdiv {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
}

.center .messagediv {
	position: fixed;
    width: 100%;
    /* height: 100%; */
    z-index: 9999;
    top: 30%;
    left: 0px;
    text-align: center;
    padding: 0em 4em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .messagediv .messagebox {
	position: relative;
    background: #FFF;
    padding: 0em 2em;
}

.center .messagediv .messagebox span {
	display: block;
	font-size: 1.2em;
    padding: 1.5em 0em;
}

.center .messagediv .messagebox .input1{
	color: #FFF;
   /*  background-color: #DD0000; */
    padding: 0.5em 0.8em 0.4em 0.8em;
    margin-bottom: 1.5em;
    /* border: 1px solid #DD0000; */
    font-size: 1.2em;
}

.center .messagediv .messagebox .input2{
	/* color: #FFF; */
	padding: 0.5em 0.8em 0.4em 0.8em;
    margin-bottom: 1.5em;
    margin-left: 0.8em;
    background-color: #FFF;
    border: 1px solid #434A54;
    font-size: 1.2em;
}