@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0;}

body.form_body{
  width:100%;
  background:#fff;
  font-family:'Open Sans',sans-serif;
}



.button{
  width:100px;
  background:#46652c;
  display:block;
  margin:0 auto;
  margin-top:1%;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

.button:hover{
  background:#9bbc6d;
}

#login{
  width:100%;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #46652c;
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  width:95%;
  background:#46652c;
  margin:0 auto;
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}

form{
  width:100%;
  background:#fff;
  margin:0;
  padding:0;
  text-align:center;
}

form p {
	width:95%;
	margin:0 auto;
	padding:4% 2%;
	padding-bottom: 0;
	text-align:left;
	color:#ff0000;
	font-weight:bold;
}

input[type="password"]{
  width:85%;
  background:#fff;
  margin:4% auto;
  border:1px solid #ccc;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

input[type="submit"]{
  background:#9bbc6d;
  border:0;
  width:95%;
  margin:0 auto;
  margin-bottom:4%;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

input[type="submit"]:hover{
  background:#46652c;
}




.sdksubexp{
	border:0px solid #000;
	width:100%;
	font-size:17px;
	margin:20px 0 20px 20px;
	margin:0;
	line-height:140% !important;
	color:#333;
}

.sdksubexp dl{
	width:95%;
	margin:0 auto;
}

.sdksubexp dl dt{
	width:90%;
  font-size:120%;
  font-weight: bold;
	margin:10px 0;
	padding: 4%;
  border-bottom: 2px solid #999;
}

.sdksubexp dl dd{
  padding: 4%;
}
.sdksubexp2{
	border:0px solid #000;
	width:690px;
	font-size:17px;
	margin:20px 0 20px 20px;
	line-height:140% !important;
}

.sdksubexp2 dt{
	width:100%;
	margin:10px 0;
	height:39px;
	font-weight:bold;
	font-size:21px !important;
	padding:5px 0 0 25px;
}
.sdksubexp2 img{
	margin:10px 0;
}
.sdksubexp2 dl dd{
	width:100%;
	margin:10px 0;
	padding:0 20px 0 20px;
}
.sdksubtit{
	font-weight:bold;
	color:#000 !important;
}

.sdksubcon{
	width:100%;
	margin:20px 0;
	font-size:17px;
	line-height:140%;
	color:#333;
}

.sdksubcon dl dd{
	margin:20px 0 100px 0;
	padding: 0 10px;
}

.sdksubcon dl dt iframe{
	width:100%;
}


.movie_list{
	width:95%;
	margin:20px auto;
}

.movie_list h2{
	margin:20px 10px;
  margin-bottom:3px;
	padding-bottom:10px;
	font-size:120%;
	border-bottom:2px solid #666;
}

.movie_list p{
  margin: 3px 10px 10px 10px;
  padding-bottom:10px;
  font-size:60%;
  color:#ff0000;
}
.movie_list ul{
	list-style:none;
	margin:0 10px;
	padding:0;
  border-top:1px solid #999;
}

.movie_list ul li{
	margin:0;
	padding:20px 20px;
  font-size:110%;
  line-height: 120%;
  border-bottom:1px solid #999;
}

.movie_list ul li a{
  display:block;
  color:#666;
  text-decoration:none;
}

.movie_list ul li a:hover{
  color:#46652c;
  text-decoration:underline;
}
