body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  font:tamoha;
  padding:0;
  margin:0;}

th,td {
  padding:4px;}
  
input {
  width:150px;
  border-radius:5px;}

fieldset, img {border:0}

ol, ul, li {list-style:none}

:focus {outline:none}

body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4c4c4c;
}

label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #4c4c4c;
}

p {
  font-size: 12px;
  width: 150px;
  display: inline-block;
  margin-left: 18px;
}
h1 {
  font-size: 32px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

html{
  background-color: #ffffff;
}

.testbox {
  margin: 20px auto;
  width: 1200px; 
  height: 820px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  border: solid 1px #cbc9c9;
}


.smallbox {
  margin: 20px auto;
  width: 1200px; 
  height: 220px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  border: solid 1px #cbc9c9;
}

form{
  margin: 0 30px;
}

label.radio {
	cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

label.radio:before {
  background: #3a57af;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	background: transparent;
	top: 7.5px;
	left: 4.5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=file]{
	width:400px;
	height:20px;
	margin-left: 0px;
	margin-right: 0px;
}

input[type=radio]{
	width:25px;
	height:20px;
	margin-left: 10px;
	margin-right: 15px;
}

input[type=radio]:checked + label:after {
	opacity: 0.5;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
}

input[type=text]{
  width: 200px; 
  height: 20px; 
  background-color: #fff; 
  margin-left: 0px;
  margin-top: 2px; 
  padding-left: 10px;
}

input[type=smalltext]{
  width: 120px; 
  height: 20px; 
  background-color: #fff; 
  margin-left: 0px;
  margin-top: 2px; 
  padding-left: 10px;
}

input[type=midtext],input[type=password]{
  width: 200px; 
  height: 20px; 
  background-color: #fff; 
  margin-left: 0px;
  margin-top: 2px; 
  padding-left: 10px;
}

input[type=tinytext]{
  width: 30px; 
  height: 20px; 
  background-color: #fff; 
  margin-left: 0px;
  margin-top: 0px; 
  padding-left: 0px;
}

input[type=moretext]{
  width: 400px; 
  height: 20px; 
  background-color: #fff; 
  margin-left: 0px;
  margin-top: 2px; 
  padding-left: 10px;
}

input[type=bigtext]{
  width: 700px; 
  height: 20px; 
  background-color: #fff; 
  margin-left: 0px;
  margin-top: 2px; 
  padding-left: 10px;
}

input[type=password]{
  margin-bottom: 25px;
}

#icon {
  display: inline-block;
  width: 30px;
  background-color: #3a57af;
  padding: 8px 0px 8px 15px;
  margin-left: 15px;
  border-radius: 4px 0px 0px 4px;
  color: white;
  border: solid 0px #cbc9c9;
}

.gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

.accounttype{
  margin-left: 8px;
  margin-top: 20px;
}

.button {
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 1px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  float: right;
  text-decoration: none;
  width: 100px; height: 24px; 
  border-radius: 5px; 
  background-color: #3a77af; 
  transition: all 0.1s linear 0s; 
  top: 2px;
  position: relative;
}

.button:hover {
  top: 5px;
  background-color:#2e458b;
}

.bigbutton {
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 1px 25px 0px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  float: right;
  text-decoration: none;
  width: 200px; height: 32px; 
  border-radius: 5px; 
  background-color: #3a77af; 
  transition: all 0.1s linear 0s; 
  top: 2px;
  position: relative;
}

.bigbutton:hover {
  top: 5px;
  background-color:#2e458b;
}

.menubutton {
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 1px 25px 0px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  float: right;
  text-decoration: none;
  border-radius: 5px; 
  background-color: #3a77af; 
  transition: all 0.1s linear 0s; 
  top: 2px;
  position: relative;
}

.menubutton:hover {
  top: 5px;
  background-color:#2e458b;
}

.smallbutton {
  font-size: 3;
  font-weight: 600;
  color: white;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  float: right;
  text-decoration: none;
  width:20px; height: 24px; 
  border-radius: 5px; 
  background-color: #3a77af; 
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

.smallbutton:hover {
  top: 5px;
  background-color:#2e458b;
}

.midbutton {
  font-size: 3;
  font-weight: 600;
  color: white;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 2px;
  display: inline-block;
  float: center;
  text-decoration: none;
  width: 60px; height: 20px; 
  border-radius: 5px; 
  background-color: #3a77af; 
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

.midbutton:hover {
  top: 2px;
  background-color:#2e458b;
}

.topbutton {
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 1px 25px 0px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  float: center;
  text-decoration: none;
  width: 250px; height: 32px; 
  border-radius: 5px; 
  background-color: #3a77af; 
  transition: all 0.1s linear 0s; 
  top: 2px;
  position: relative;
}

.topbutton:hover {
  top: 5px;
  background-color:#2e458b;
}

p1 {
  font-size: 3;
  font-weight: 900;
  width: 45%;
  display: inline-block;
  float: left;  
}

p2 {
  font-size: 3;
  font-weight: 900;  
  padding: 0px 2px 0px 2px;
  margin: 0px 2px 0px 2px;
  display: inline-block;
  float: right;  
}

p3 {
  font-size: 3;
  font-weight: 600;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 2px;
  border-radius: 5px;
  display: inline-block;
  float: center;  
}

p4 {
  font-size: 3;
  font-weight: 600;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 2px;
  border-radius: 5px;
  display: inline-block;
  float: right;  
}

p5 {
  font-size: 3;
  padding: 0px 2px 0px 2px;  
  margin: 0px 2px 0px 2px;  
  display: inline-block;
  float: right;  
}

p6 {
  font-size: 3;
  font-weight: 900;  
  padding: 0px 2px 0px 2px;  
  margin: 4px 0px 0px 0px;  
  display: inline-block;
  float: right;  
}

p7 {
  font-size: 3;
  font-weight: 600;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 2px;
  border-radius: 5px;
  display: inline-block;
  float: left;  
}

p8 {
  font-size: 3;
  font-weight: 900;  
  padding: 0px 2px 0px 2px;  
  margin: 4px 0px 0px 0px;  
  display: inline-block;
  float: left;  
}

#contain {
  height: 600px;
  overflow-y: scroll;
}


