/* CSS Document */

img {
  border: none;
}
body {
  background: #dedede;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.base {
  margin: 0 auto;
  padding: 0px;
  width: 550px;
  height: auto;
}
.headerpart {
  height: auto;
  margin: 20px 0px 12px 0px;
  padding: 10px 0px 10px 18px;
  border: #ccc 2px solid;
  background: #fff;
  _width: 555px;
}
.base .contentpart {
  overflow: hidden;
  /*background:#FFF;
	border:#ccc 2px solid;*/
  margin: 0px 0px 13px 0px;
  padding: 0px 20px 20px 20px;
  _float: left;
}
h1 {
  width: 100%;
  /*background:url(../images/img_horn.jpg) no-repeat left;*/
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin: 20px 0px;
  padding: 0px 0px 0px 30px;
  font-family: Helvetica;
}
.txt {
  width: 100%;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  /*color:#000;*/
  line-height: 18px;
  margin: 0px 0px 18px 0px;
  _margin: 16px 0px 10px 0px;
  _float: left;
}
ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: auto;
}
ul li {
  list-style: none;
  margin: 5px 0px;
  width: 100%;
  float: left;
}
ul li.txt {
  width: 100%;
  float: left;
  list-style: none;
  margin: 5px 0px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
ul label {
  width: 220px;
  float: left;
  margin: 3px 10px 3px 0px;
  padding: 0px;
  height: auto;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  /*color:#000;*/
  text-align: right;
}
ul label.top {
  width: 130px;
  float: left;
  margin: 3px 0px;
  padding-top: 0px;
  height: auto;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
select {
  width: 125px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0px;
  border: 1px solid #ccc;
  margin-top: 3px;
}
select:focus {
  border: #000 1px solid;
}
input.btn {
  float: right;
  /*background:url(../images/img_btn.jpg) no-repeat right;*/
  width: 131px;
  height: 27px;
  line-height: 27px;
  margin: 30px 0px 0px 0px;
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0px 28px 4px 0px;
}
input {
  line-height: 20px;
  height: 18px;
}
input,
textarea {
  border: solid 1px #bbb;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 0 0px 2px;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  color: #555;
  background: #fff url(../images/form_bg.gif) top repeat-x;
  margin: 0px;
}
input:focus {
  border: #000 1px solid;
}
input,
textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
