form .text {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

form .radio {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

form .l_text {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

form .title_text {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}



form .text label {
  display: block;
  float: left;
  width: 100px;
}

form .text input {
  display: block;
  float: left;
  width: 270px;
  margin-right: 20px;
  border: 1px solid #333;
}

form .l_text input {
  display: block;
  float: left;
  width: 140px;
  margin-right: 20px;
  border: 1px solid #333;
}

form .check {
  display: block;
  width: 100%;
  float: left;
}

form .check label {
  display: block;
  float: left;
  width: 140px;
  margin-right: 10px;
}

form .check input {
  float: left;
  margin-right: 10px;
}


form .l_text label {
  display: block;
  float: left;
  width: 160px; 
}

form .title_text label {
  display: block;
  float: left;
  width: auto;
}

form .title_text input {
  display: block;
  float: left;
  width: 478px;
  //width: auto;
  border: 1px solid #333;
}
form .short input{
 display: block;
 width: 160px;
}

form .title_text textarea {
  display: block;
  float: left;
  height: 200px;
  //width: 421px;
  width: 478px;
  border: 1px solid #333;
}
form .small textarea {
  display: block;
  float: left;
  height: 100px;
  //width: 421px;
  width: 478px;
  border: 1px solid #333;
}

.smallSubmit {
  background-image: url(../background/small_submit.png);
  background-repeat: no-repeat;
  text-align: center;
  border: 0px;
  color: #fff;
  width: 74px;
  height: 19px;
  cursor: pointer;
  cursor: hand;
 
}
.loginSubmit{
  //background-image: url(../background/login_submit.png);
  //background-repeat: no-repeat;
  text-align: center;
  border: 1px solid #B3C4D2;
  color: #000000;
  width: 74px;
  height: 19px;
  cursor: pointer;
  cursor: hand;
}


p.submit input{
  background-image: url(../background/small_submit.png);
  background-repeat: no-repeat;
  text-align: center;
  border: 0px;
  color: #fff;
  width: 74px;
  height: 19px;
  cursor: pointer;
  cursor: hand;
}

.normalSubmit {
  background-image: url(../background/normal_submit.png);
  background-repeat: no-repeat;
  text-align: center;
  border: 0px;
  color: #fff;
  width: 123px;
  height: 20px;
  padding: 3px 0;
  font-size: 12pt;
  cursor: pointer;
  cursor: hand;
  display: block;
}