@charset "utf-8";
/* CSS Document */
.message_prompt{
  padding:20px 0;
  text-align:left;
  width:500px;
  margin:0 auto;
}

.message_prompt p{
  line-height:20px;
  font-size:12px;
}

.message_prompt p:nth-child(2){
  text-indent:25px;
}

.message_prompt p:nth-child(3){
  text-align:center;
}

.message_prompt span{
  font-size:16px;
  line-height:20px;
}

.message_prompt small{
  color:#FF0000
}

.message_info{
  padding-left:200px;
  height:330px;
}

.message_info div{
  height:20px;
  margin-top:15px;
}

.message_info span{
  font-size:14px;
  line-height:30px;
}

.message_info div:nth-child(5) span{
  padding-left:20px;
}

.message_info small{
  color:#FF0000;
  padding-left:10px;
}

.message_info input{
  width:400px;
  margin-left:10px;
  border:1px solid #000;
  border-radius:3px;
  height:20px;
}

.message_info textarea{
  margin-left:10px;
  height:100px;
  width:396px;
  resize : none;
  border:1px solid #000;
  border-radius:3px;
  font-size:14px;
  line-height:20px;
}

.message_info div:nth-child(7) span{
  vertical-align:top;
}

.message_info div:nth-child(7) small{
  vertical-align:top;
}

.message_button{
  height:30px;
  width:200px;
  margin:0 auto;
}

.message_button div:nth-child(1){
  height:30px;
  width:80px;
  border-radius:3px;
  text-align:center;
  float:left;
}

.message_button span{
  font-size:14px;
  line-height:30px;
}

.message_button div:nth-child(2){
  height:30px;
  width:80px;
  border-radius:3px;
  text-align:center;
  float:right;
}

.message_info_2{
  padding-left:200px;
  height:280px;
}

.message_info_2 div{
  height:20px;
  margin-top:20px;
}

.message_info_2 span{
  font-size:14px;
  line-height:30px;
}

.message_info_2 div:nth-child(4) span{
}

.message_info_2 small{
  color:#FF0000;
  padding-left:10px;
}

.message_info_2 input{
  width:400px;
  margin-left:10px;
  border:1px solid #000;
  border-radius:3px;
  height:20px;
}

.message_info_2 input:nth-child(5){
  border:none;
}

.message_info_2 textarea{
  margin-left:10px;
  height:100px;
  width:396px;
  resize : none;
  border:1px solid #000;
  border-radius:3px;
  font-size:14px;
  line-height:20px;
}

.message_info_2 div:nth-child(5){
  margin-top:100px;
}

.message_info_2 div:nth-child(5) span{
  vertical-align:top;
}

.message_info_2 div:nth-child(5) small{
  vertical-align:top;
}

.message_info_2 div:nth-child(6){
  margin-top:95px;
}

.message_info_2 div:nth-child(6) input{
  width:290px;
}

.message_info_2 .message_button_2{
  float:right;
  width:100px;
  margin:0px 140px 0 0;
  background:#0678A9;
  color:#fff;
  text-align:center;
  height:25px;
  border-radius:3px;
}

.message_info_2 .message_button_2 span{
  line-height:25px;
}