body{
  font-family:Avenir , "Helvetica Neue" , Helvetica , Verdana , Roboto , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}

input.csubmit:hover {
  background-color: turquoise;
}

.clsSpanWrap {
  /* wrap long urls */
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

.clsTable{
  background-color: #888888;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
}

.clsTblHeader {
  background-color: #c8fbc8;
  font-size: 80%;
  font-weight: bold;
  color: #333333;
  border-width: 0px;
  border-style: solid;
  text-align: center;
  padding: 6px 10px;
}
.clsTblCell {
  background-color: floralwhite;
  font-size: 80%;
  color: #333333;
  border-width: 0px;
  border-style: solid;
  padding: 6px 8px;
}
.clsTblCell2 {
  background-color: beige;
  font-size: 80%;
  color: #333333;
  border-width: 0px;
  border-style: solid;
  padding: 6px 8px;
}

input[type="text"]:focus {
   background-color: #DDFFDD;
}
textarea:focus {
   background-color: #DDFFDD;
}
select:focus {
   background-color: #DDFFDD;
}
.clsBtn {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  display: block;
  background: #F5CDA6;
  border: 1px solid #DDD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #111;
  width: 160px;
  padding: 10px 0;
}
.clsBtnMini {
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  display: block;
  background: #D6ACD5;
  border: 1px solid #DDD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #111;
  width: 70px;
  padding: 3px 0;
}
.clsBtnTbl {
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  font-size: 90%;
  display: block;
  background: lightgreen;
  border: 1px solid #AAA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #111;
  width: 72px;
  padding: 4px 2px;
}
.clsIFormL {
  display: block;
  width: 170px;
  float: left;
  margin-bottom: 5px;
  text-align: right;
  padding-right: 15px;
}
.clsIFormI {
  display: block;
  width: 330px;
  float: left;
  margin-bottom: 5px;
}
.clsIFormL2 {
  display: block;
  width: 370px;
  float: left;
  margin-bottom: 5px;
}
.clsIFormBR {
  clear: left;
}
.clsVFormL {
  display: block;
  width: 170px;
  float: left;
  margin-bottom: 12px;
  text-align: right;
  padding-right: 15px;
}
.clsVFormI {
  display: block;
  width: 330px;
  float: left;
  margin-bottom: 12px;
}
.clsVFormL2 {
  display: block;
  width: 330px;
  float: left;
  margin-bottom: 12px;
}
.clsVFormBR {
  clear: left;
}
.clsErmsg {
  font-size : 80%;
  color : red;
}
.clsInfomsg {
  font-size : 90%;
  color : #0062A0;
}
.clsFB {
  font-weight: bold;
}

