.text_bl{border: 0 solid #999;color: Black;width: 200px;font-family: Verdana;font-size: 12px;}
.text_bl:hover{border: 0 ridge #000;color: Black;width: 200px;font-family: Verdana;font-size: 12px;}
.text_blm{border: 0 solid #999;color: Black;width: 150px;font-family: Verdana;font-size: 12px;}
.text_blm:hover{border: 0 ridge #000;color: Black;width: 150px;font-family: Verdana;font-size: 12px;}
.text_bls{border: 0 solid #999;color: Black;width: 100px;font-family: Verdana;font-size: 12px;}
.text_bls:hover{border: 0 ridge #000;color: Black;width: 100px;font-family: Verdana;font-size: 12px;}
.text{border: 1px solid #999;color: Black;width: 200px;font-family: Verdana;font-size: 12px;}
.text:hover{border: 1px ridge #000;color: Black;width: 200px;font-family: Verdana;font-size: 12px;}
.text_l{border: 1px solid #999;color: Black;width: 300px;font-family: Verdana;font-size: 12px;}
.text_l:hover{border: 1px ridge #000;color: Black;width: 300px;font-family: Verdana;font-size: 12px;}
.text_vl{border: 1px solid #999;color: Black;width: 450px;font-family: Verdana;font-size: 12px;}
.text_vl:hover{border: 1px ridge #000;color: Black;width: 450px;font-family: Verdana;font-size: 12px;}
.text_vvl{border: 1px solid #999;color: Black;width: 600px;font-family: Verdana;font-size: 12px;}
.text_vvl:hover{border: 1px ridge #000;color: Black;width: 600px;font-family: Verdana;font-size: 12px;}
.text_m{border: 1px solid #999;color: Black;width: 150px;font-family: Verdana;font-size: 12px;}
.text_m:hover{border: 1px ridge #000;color: Black;width: 150px;font-family: Verdana;font-size: 12px;}
.text_s{border: 1px solid #999;color: Black;width: 100px;font-family: Verdana;font-size: 12px;}
.text_s:hover{border: 1px ridge #000;color: Black;width: 100px;font-family: Verdana;font-size: 12px;}
.text_ms{border: 1px solid #999;color: Black;width: 75px;font-family: Verdana;font-size: 12px;}
.text_ms:hover{border: 1px ridge #000;color: Black;width: 75px;font-family: Verdana;font-size: 12px;}
.text_vs{border: 1px solid #999;color: Black;width: 50px;font-family: Verdana;font-size: 12px;}
.text_vs:hover{border: 1px ridge #000;color: Black;width: 50px;font-family: Verdana;font-size: 12px;}
.text_vvs{border: 1px solid #999;color: Black;width: 30px;font-family: Verdana;font-size: 11px;}
.text_vvs:hover{border: 1px ridge #000;color: Black;width: 30px;font-family: Verdana;font-size: 11px;}
.select{border: 1px solid #999;color: Black;width: 200px;font-family: Verdana;font-size: 11px;}
.select:hover{border: 1px ridge #000;color: Black;width: 200px;font-family: Verdana;font-size: 11px;}
.select_L{border: 1px solid #999;color: Black;width: 300px;font-family: Verdana;font-size: 11px;}
.select_L:hover{border: 1px ridge #000;color: Black;width: 300px;font-family: Verdana;font-size: 11px;}
.select_s{border: 1px solid #999;color: Black;width: 150px;font-family: Verdana;font-size: 11px;}
.select_s:hover{border: 1px ridge #000;color: Black;width: 150px;font-family: Verdana;font-size: 11px;}
.select_vs{border: 1px solid #999;color: Black;width: 100px;font-family: Verdana;font-size: 11px;}
.select_vs:hover{border: 1px ridge #000;color: Black;width: 100px;font-family: Verdana;font-size: 11px;}
.button_s{border: 1px solid #999;color: #fff; font-size: 11px;width: 50px;background-color:#43ace6;}
.button_s:hover{color: #000;font-size: 11px;width: 50px;border: 1px solid #999;background-color:#43ace6;}
.button{border: 1px solid #999;color: #fff; font-size: 12px;width: 75px;background-color:#43ace6;}
.button:hover{color: #000;font-size: 12px;width: 75px;border: 1px solid #999;background-color:#43ace6;}
.button_L{border: 1px solid #999;color: #fff; font-size: 12px;width: 100px;background-color:#43ace6;}
.button_L:hover{color: #000;font-size: 12px;width: 100px;border: 1px solid #999;background-color:#43ace6;}
.button_VL{border: 1px solid #999;color: #fff; font-size: 12px;width: 150px;background-color:#43ace6;}
.button_VL:hover{color: #000;font-size: 12px;width: 150px;border: 1px solid #999;background-color:#43ace6;}
.button_VVL{border: 1px solid #999;color: #fff; font-size: 12px;width: 200px;background-color:#43ace6;}
.button_VVL:hover{color: #000;font-size: 12px;width: 200px;border: 1px solid #999;background-color:#43ace6;}
.oval {-webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;
  width: 125px;  height: 35px;  border: none;  -webkit-border-radius: 15% / 50%;  border-radius: 15% / 50%;
  font: normal 80%/normal "Verdana", Helvetica, sans-serif;
  color: rgb(255,255,255);  -o-text-overflow: clip;  text-overflow: clip;  background: #43ace6;
  -webkit-box-shadow: 3px 3px 2px 1px rgba(0,0,0,0.4) ;  box-shadow: 3px 3px 2px 1px rgba(0,0,0,0.4) ;
  -webkit-transition: all 125ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;  -moz-transition: all 125ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.listbox{border: 1px solid #999;font-size: 11px;width: 250px;background-color:#FFF;color:#FFF;}
.listbox:hover{border: 1px solid #999;color: Black;font-size: 11px;width: 250px;background-color:#FFF;}
.span{color: #a00000;font-size:10px; font-weight: bold; text-decoration:none;}
.spanL{color: #a00000;font-size:12px; font-weight: bold; text-decoration:none;}
.element{color: #0066FF;font-size:12px; font-weight: bold; text-decoration:none;}
a:link{color: #0066FF;font-size: 11px;text-decoration: none;}
a:visited {color: #0066FF; font-size:11px; text-decoration:none;}
a:hover{color: #FF6600;font-size: 11px;text-decoration: none;}
a:active {color: #0066FF;font-size:11px; text-decoration:none;}
fieldset{border:solid 1px #43ace6;}
legend{border:solid 1px #43ace6;padding:10px}
hr{border:solid 1px #43ace6;}
h2{background-color:#43ace6;color:#fff;font-family: Verdana;font-size:11px;padding:10px;-moz-border-radius: 10px; -webkit-border-radius: 10px;border-radius:10px;}
.module{display:block;background:url(images/module.png); width:150px;height:100px;text-align:center;}
.module span{color:#FFF;font-size:12px;text-align:center;}
.module span:hover{color:#CF3;font-size:12px;text-align:center;}
.green{color:#3C0;font-size:12px;font-weight:bold;}
.orange{color:#FC3;font-size:12px;font-weight:bold;}
.red{color:#F00;font-size:12px;font-weight:bold;}
.violet{color:#7F00FF;font-size:12px;font-weight:bold;}
.message{background-color:#CFC;color:#36F;font-size:14px;padding:10px;border:solid 1px #C60;}
.error{background-color:#FCF;border-color: #e77776;}