body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000;
	}
@font-face {
    font-family: CodeFont;
    src: url(cour.ttf);
}

#fileBoxPb {
  width: 0%;
  height: 100%;
  background: green;
  background-color: green;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
}

.slider1 {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider1:hover {
  opacity: 1;
}
.slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background: #215968;
  cursor: pointer;
}
.slider1::-moz-range-thumb {
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background: #215968;
  cursor: pointer;
}


input, select, textarea {
	font: 18px/22px Lucida Grande, Lucida, Verdana, sans-serif;
	}
input.submit {
	background: lightblue;
	border: 3px solid #215968;
	border-radius: 10px;
	color: #215968;
	font: bold 16px sans-serif;
	width: 150px;
	height: 30px;
	transition: 0.4s all ease;
	}
input.submit:hover {
	background: #215968;
	border: 3px solid #215968;
	border-radius: 5px;
	color: #dbeef4;
	}
input.submitMnu {
	background: #215968;
	border: 3px solid #55a3bd;
	border-width: 0px 3px 0px 0px;
	color: lightblue;
	font: bold 16px sans-serif;
	width: 300px;
	height: 25px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: 0.2s all ease;
	}
input.submitMnu:hover {
	background: lightblue;
	border: 3px solid #55a3bd;
	border-width: 0px 3px 0px 0px;
	color: #215968;
	}
.submitLO {
	background: #FA8072;
	border: 3px solid #8B0000;
	border-radius: 10px;
	color: #8B0000;
	font: bold 16px sans-serif;
	width: 120px;
	height: 30px;
	cursor: pointer;
	transition: 0.4s all ease;
	}
.submitLO:hover {
	background: #DC143C;
	border-radius: 5px;
	color: #FFA07A;
	}
input.submit2 {
	background: #00bfff;
	border: 2px solid #0080ff;
	border-radius: 25px;
	color: #0040ff;
	font: bold 14px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 400px;
	height: 34px;
	transition: 0.2s all ease;
	margin-bottom: 2px;
	cursor: pointer;
	margin-top: 3px;
	}
input.submit2:hover {
	background: #DAF7A6;
	border: 2px solid #d04040;
	border-radius: 10px;
	color: #1f9e45;
	}
input.submit2:disabled{
	background: #ccc;
	color: #ffffff;
	cursor: default;
	border: 2px solid #aaa;
	}
input.submit3 {
    border-color:#ccc;
    border-radius:3px;
    border-width:1px;
    font-size:18px;
    height: 30px;
    transition:0.5s all ease;
    }
input.submit3:hover {
    border-color:#102045;
    }
input.submit3:focus {
    border-color:#102045;
    background: #FFFACD;
    }
.submit2 {
	background: #1f9e45;
	border: 2px solid #0c5923;
	border-radius: 15px;
	color: #DAF7A6;
	font: bold 14px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 400px;
	height: 34px;
	transition: 0.2s all ease;
	margin-bottom: 2px;
	cursor: pointer;
	margin-top: 3px;
	}
.submit2:hover {
	background: #DAF7A6;
	border: 2px solid #d04040;
	border-radius: 8px;
	color: #1f9e45;
	}
.submit2:disabled{
	background: #ccc;
	color: #ffffff;
	cursor: default;
	border: 2px solid #aaa;
	}
img.img11 {
	border: 3px solid #ffffff;
	border-radius: 6px;
	}
img.img11:hover {
	border: 3px solid #ffff90;
	}
img.img22 {
	border-radius: 3px;
	}
img.img33 {
	border: 5px solid #dbeef4;
	}
img.img33:hover {
	border: 5px solid #ffff90;
	}

.bordercl {
  border: 5px solid #dbeef4;
  display: inline-block;
}
.bordercl:hover {
  border: 5px solid #ffff90;
  display: inline-block;
}

img.img34 {
	border: 2px solid #80c2d9;
	cursor: pointer;
	}
img.img34:hover {
	border: 2px solid #ffff90;
	}
img.img35 {
	opacity: 0.4;
	}
img.img35:hover {
	opacity: 1.0;
	}
a:hover {
	color: #ff0000;
	}
.a01 {
	text-decoration: none;
	color: #215968;
	}
.a02 {
	text-decoration: none;
	color: #215968;
	text-decoration-line: none;
	}
.a02:hover {
	text-decoration-line: underline;
	}
.a03 {
	color: #215968;
	}
.a03:hover {
	color: #ff0000;
	}
.a04:hover {
	color: #ff0000;
	}
.a05:hover {
	color: #ffff00;
	}

h1 {
	display: inline;
	color: #215968;
	font-size: 32px;
	}
