body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.header_text {
	color: #000000;
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
}
.header_text1 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.bheader_text {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.bheader_text1 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.input_small{
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	width: 200;
}
.main_text{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
}
.interlic_text{
	font-family: Arial;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}
.inter_text1{
	color: #F4F8FB;
	font-family: Arial;
	font-size: 8pt;
	font-style:italic;
}
.bmain_text{
	font-family: Arial;
	font-size: 12px;
}
.binterlic_text{
	font-family: Arial;
	font-size: 10px;
	font-style:italic;
	font-weight:bold;
}
.input_text{
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	width:300;
}
.input_text1{
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	width:300;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #FF0000;	
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.tot{ font-weight:bold; font-style: italic; color: #FFFFFF; font-size:16px }
.tot1{ font-weight:bold; font-style: italic; color: #FFFFFF; font-size:12px }
.header_text2 {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
/*	font-weight: bold;
*/}
.header_text_red {
	color: #CD0000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
}
input, textarea, select, radio {
  /*display: block;*/
  margin: 0;
  padding: .2em;
  /*width: 60%;*/
  font-family: "Arial", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}
input:valid, textarea:valid, select:valid {
  background: #dfd;
}
input[type="submit"], input[type="button"] {
 /* float: right;
  margin: 2em 1em 0 1em;*/
  width: 10em;
  padding: .3em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}

input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

input[type="button"] {
  background: #f33;
}
.hieuung{
  text-align:center;
  font-size:12px;
  color:#fff;
  letter-spacing: 2px;
  font-weight:bold;
  text-transform:uppercase;
  animation:blur 1.75s ease-out infinite;
  text-shadow:0px 0px 5px #000,
      0px 0px 7px #000;
}
.hieuung1{
  text-align:center;
  font-size:14px;
  color:#000;
  letter-spacing: 2px;
  text-transform:uppercase;
  text-shadow: 0px 0px 1px #f80e0e, 0px 0px 1px #f00909;
}
@keyframes blur{
  from{
      text-shadow:0px 0px 10px #f00, 
      0px 0px 10px #f00, 
      0px 0px 25px #f00,
      0px 0px 25px #f00,
      0px 0px 25px #f00,
      0px 0px 25px #f00,
      0px 0px 25px #f00,
      0px 0px 25px #f00,
      0px 0px 50px #f00,
      0px 0px 50px #f00,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}
#topcontrol {
	z-index: 999;
	background: #ea1111;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	overflow: auto;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;    
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: yellow;
    margin-top: -50px;
    margin-left: 20px;  
	width:150px;  
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

/* FOR TEST PURPOSES ONLY */
