font, p, div, textarea, form { 
  font: normal 11px Arial, Verdana, sans-serif;
  background-color : transparent;
}

h2 {
  font: bold 36px Arial, Verdana, sans-serif;
  text-align: center;
  color: gold;
} 

body {
  margin: 0 auto;
  width: 900px;
  background-color: rgba(69, 82, 94, 1);
}

input {
  margin: 10px;
}

input[type=checkbox], input[type=radio] {
  transform: scale(1.8);
  vertical-align:top;
}

a img {border: none;} 
a:link {display: inline-block; width: 43px; overflow: hidden; color: navy; text-decoration: none;}
a:visited {color: navy;}
a:hover {text-indent: -43px; color: #3333FF; text-decoration: underline;}
a:active {display: inline-block; width: 43px; overflow: hidden; color: #3333FF; text-decoration: none;}

table, tab {
	 border-collapse: collapse;
}

#header {
  height:420px;
  padding:5px;
}

#header1 {
  height:120px;
  padding: 40px;
  float:left;
}

#idcode, #sendbtn {
  font: bold 20px Arial; 
  text-align: center;
  padding:10px;
}

#idmess {
  font: bold 25px Arial; 
  text-align: center;
  clear: left;
}

#idwin {
  font: bold 30px Arial; 
  text-align: left;
  padding: 15px 15px 15px 300px;
  color: black;
  clear: left;
}

#info0 {
  font: bold 20px Arial; 
  text-align: left;
  padding: 15px 15px 0px 50px;
  clear: left;
}
#info1 {
  font: bold 20px Arial; 
  text-align: left;
  padding: 15px 15px 15px 100px;
  color: black;
  clear: left;
}

#idinfo {
  font: bold 30px Arial; 
  text-align: center;
  padding:15px;
  color:maroon;
}

.s_button {
  width:250px; 
  height:35px; 
  font-size: 25px; 
  font-weight: bold;
}


.footer {
  width: 900px;
  height: 45px;
  font: bold 13px Arial;
  background-image: url("../images/Footer18.png");
}

.mainwin {
  width: 900px;
  height: 600px;
  font: bold 13px Arial;
  background-image: url("../images/index.png");
}
      
.subwin {
  width: 900px;
  height: 600px;
  font: bold 13px Arial;
  background-image: url("../images/back.png");
}
      
.textbox { font: bold 20px Arial; }
.textbox:focus { box-shadow: 0 0 5px rgba(212,182,33,0.9);}
.textbox:valid { background-color: rgba(250,255,240,1);}
.textbox:invalid { background-color: rgba(255,248,240,1);}
