* {
  padding: 0;
  margin: 0;
  font-size: 12px;
  list-style-type: none;
  font-family: arial, verdana, sans-serif;
  text-decoration: none;
  outline: none;
  border: 0;
  letter-spacing: 0.3px;
  /*color: #000;*/
}
a {
  color: #000;
}
a:hover,
a.selected {
  /*font-weight: normal;*/
  color: #584c44;
}
h1, h1 a {
  font-size: 131%;
  /*color:#584c44;*/
  color:#403c39;
  margin:0 0 10px 0;
  text-transform:uppercase;
}

h2 {
  font-size: 116%;
}
h3 ,
h3 a {
  font-size: 108%;
}
h4 {
  position: relative;
  margin-top: 4px;
  height: 19px;
}
h4,
h4 a {
  font-size: 15px;
}
td {
  border-spacing: 0px;
  border-collapse: collapse;
}
thead td, th { vertical-align: middle; text-align:left;}
td { vertical-align:top; text-align:left; }
table   { border-collapse: collapse; }

/*td.title {
  width: 100px;
}
td p {
  height: 18px;
}
.text,
.text * {
  line-height: 22px;
  font-size: 15px;
  font-family: Palatino Linotype,Book Antiqua, Palatino, serif;
  font-style: italic;
}
.text p {
  padding-bottom: 15px;
}*/
.chapo {
  line-height: 17px;
  font-weight: bold;
}
.caption {
  text-align: right;
  font-size: 10px;
}
/*label {
  display: block;
  padding: 10px 0 3px 0;
}
label.error {
  font-weight: normal;
  padding-top: 3px;
  color: #dc1329;
}*/
.invisible {
  display: none;
}
.message {
  margin: 20px 0 20px 0;
}
.message span {
  background-color: #fff;
  color: #dc1329;
  font-weight: bold;
}

/* popup */
div#popup_mask {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.80;
}
div#popup {
  position: absolute;
  z-index: 100;
  width: 540px;
  height: 210px;
  padding: 20px 0 20px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cbcbcb;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.90;
}
div#popup h3 {
  font-size: 50px;
  margin-bottom: 10px;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* tooltip */
#tooltip {
  position: absolute;
  z-index: 3000;
  width: auto;
  padding:5px;
  text-align: left;
  left: -500px;
  background-color:#fff;
  color:#000;
  border:1px solid #000;
}
#tooltip h3, #tooltip div {
  margin: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
#tooltip h3 {
  font-weight: bold;
}