html {
	margin: 0;
	padding: 0;
	background: url("img/bg1600.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

body {
	/*	background-color: #13161a; */
	color: #ffffff;
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
}

h1, h2, h3 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-family: "open sans", arial, sans-serif;
	text-shadow: 0 0 20px #222222;
}

h1 {
	padding: 60px 0 20px 0;
	font-size: 50px;
}

h2, h3 {
	font-size: 21px;
}

section {
	padding-bottom: 10px;
}

footer {
	font-family: Helvetica, Arial, tahoma, verdana, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding: 20px 0 8px 0;
	text-shadow: 0 0 4px #404040;
}

#logo {
	margin: 5px 0 0 20px;
}

#catch {
	margin: 0;
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
	color: #24c739;
	text-shadow: 0 0 10px #74ff00;
}

.errorMsg {
	color: #ff0000;
}

#createNote {
	width: 90%;
	max-width: 600px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 113, 234, 0.80);
	padding: 10px;
	border-radius: 6px;
}

#sample {
	padding-top: 40px;
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

.colCenter {
	padding-top: 20px;
	text-align: center;
}

#login {
	position: fixed;
	top: 15px;
	right: 0;
}

#login a {
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	margin: 15px;
}

#login a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	color: #222222;
}

#newurl {
	font-size: 12px;
	color: #ff0000;
	font-family: Helvetica, Arial, tahoma, verdana, arial, sans-serif;
	overflow: inherit;
}

#beta {
	font-size: 12px;
}

#btnSubmit {
}

#btnSample {
	font-size: 18px;
	min-width: 240px;
	margin-top: 10px;
	-moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
	box-shadow: inset 0px 1px 0px 0px #9acc85;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
	background-color: #74ad5a;
	border: 1px solid #3b6e22;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 24px 4px;
	text-decoration: none;
	text-align: center;
}

#btnSample:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
	background-color: #68a54b;
}

.btn01 {
	font-size: 16px;
	width: 180px;
	margin-top: 10px;
	-moz-box-shadow: inset 0px 1px 0px 0px #859acc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #859acc;
	box-shadow: inset 0px 1px 0px 0px #859acc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4a64ad), color-stop(1, #3b58a5));
	background: -moz-linear-gradient(top, #4a64ad 5%, #3b58a5 100%);
	background: -webkit-linear-gradient(top, #4a64ad 5%, #3b58a5 100%);
	background: -o-linear-gradient(top, #4a64ad 5%, #3b58a5 100%);
	background: -ms-linear-gradient(top, #4a64ad 5%, #3b58a5 100%);
	background: linear-gradient(to bottom, #4a64ad 5%, #3b58a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a64ad', endColorstr='#3b58a5', GradientType=0);
	background-color: #4a64ad;
	border: 1px solid #3b6e22;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	text-align: center;
}

.btn01:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b58a5), color-stop(1, #4a64ad));
	background: -moz-linear-gradient(top, #3b58a5 5%, #4a64ad 100%);
	background: -webkit-linear-gradient(top, #3b58a5 5%, #4a64ad 100%);
	background: -o-linear-gradient(top, #3b58a5 5%, #4a64ad 100%);
	background: -ms-linear-gradient(top, #3b58a5 5%, #4a64ad 100%);
	background: linear-gradient(to bottom, #3b58a5 5%, #4a64ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b58a5', endColorstr='#4a64ad', GradientType=0);
	background-color: #3b58a5;
}

#btnSample:active {
	position: relative;
	top: 1px;
}

.box1 {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	font-size: 18px;
	padding-bottom: 14px;
	padding-top: 20px;
	margin-top: 60px;
	color: #333;
}

.box1 ul {
	margin: 0 5px 0 0;
}

.box1 li:before {
	content: '\2705';
	margin-left:-14px;
}
.box1 li {
	list-style: none;
	line-height: 2;
}

.box2 {
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #a0a0a0;
}

.intro {
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/* For Smart Phone */
@media only screen and (max-width: 600px) {
	#kodamalogo {
		width: 80px;
	}

	h1 {
		padding: 10px 0 10px;
		font-size: 24px;
	}

	h2, h3 {
		font-size: 18px;
	}

	#sample {
		padding-top: 20px;
	}

	.box1 {
		margin-top: 15px;
	}

	#footer {
		padding-top: 10px;
	}
}