.menudepan {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.menudepan:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.menudepan:active {
	position:relative;
	top:1px;
}
.result-box-title{
	color:white;
	font-weight:bold;
	font-size:16px;
}
.result-box-header1{
	background:#005C9E;
	margin-top: 6px;
	width:158px;
	text-align:center;
}
.result-box-header2{
	background:#69aa08;
	margin-top: 6px;
}

.result-box-header3{
	background:#000000;
	margin-top: 6px;
}
.result-box-header4{
	background:#ebe3d8;
	margin-top: 6px;
}

.result-box-header5{
	background: -moz-linear-gradient(bottom right, #b4dffc, #1d7ec2); 
	margin-top: 6px;
}
.result-box-header6{
	background:#86D0FE;
	margin-top: 6px;
}
.result-box-header7{
	background:#86D0FE;
	margin-top: 6px;
}
.result-box-header8{
	background:#86D0FE;
	margin-top: 6px;
}
.result-box-body{
	background:white;
	color:black;
	text-align:center;
	font-weight:Bold;
	width:200px;
	height:110px;
}
.contentdaftar{
	margin: auto;
    text-align: justify;
    width: 600px;
	background-color:#fff;
	border-radius: 10px;
	padding:10px;
	-webkit-box-shadow: 0px -2px 15px 2px rgba(233, 233, 233, 0.75);
	-moz-box-shadow:    0px -2px 15px 2px rgba(233, 233, 233, 0.75);
	box-shadow:         0px -2px 15px 2px rgba(233, 233, 233, 0.75);

}
.rcorners2 {
    border: 10px solid transparent;
    padding: 15px;
    -webkit-border-image: url(../images/border.png) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../images/border.png) 30 stretch; /* Opera 11-12.1 */
    border-image: url(../images/border.png) 30 stretch;
}

.bgperaturan {
	background-color:#CBE278;
}

@media (max-width: 20080px) {
	.kiri {
		position:absolute;
		left:9%;
		top:200px;
	}
	.kanan {
		position:absolute;
		right:9%;
		top:200px;
	}
	
		@media (max-width: 1800px) {
		.kiri {
			position:absolute;
			left:9%;
			top:200px;
		}
		.kanan {
			position:absolute;
			right:9%;
			top:200px;
		}
			@media (max-width: 1700px) {
			.kiri {
				position:absolute;
				left:5%;
				top:200px;
			}
			.kanan {
				position:absolute;
				right:5%;
				top:200px;
			}
				@media (max-width: 1500px) {
				.kiri {
					position:absolute;
					left:1%;
					top:200px;
				}
				.kanan {
					position:absolute;
					right:1%;
					top:200px;
				}
					@media (max-width: 1300px) {
					.kiri {
						position:absolute;
						left:0%;
						top:200px;
						z-index:-1;
					}
					.kanan {
						position:absolute;
						right:0%;
						top:200px;
						z-index:-1;
					}
				}
			}
		}
	}
}