﻿dl.layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: #fff;
}

dl.layout dt,
dl.layout dd {
  padding: 10px 20px;
}

dl.layout dt {
  color:#fff;
  background-color: #2F4C5E;
  border-top:1px solid #fff;
  border-left: 1px solid #fff;
}
dl.layout dd {
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #ccc;
}
dl.layout dd textarea {
  width:100%;
}

dl.layout .w300{
  width:100%;	
}

dl.layout .w70{
  width:55px;	
}
dl.layout .bdchange{
  border-bottom:none;	
}

p.btn {
  text-align: center;
  padding: 25px 0;
}

p.btn input {

}



@media only screen and (min-width: 769px) {
  dl.layout {  
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
	
  }

  dl.layout dt,
  dl.layout dd {
    padding: 20px;
  }

  dl.layout dt {
    clear: both;
    float: left;
    width: 150px;
    border-top: 1px solid #FFFFFF;
  }
  dl.layout dd {
    padding-left: 210px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #FFFFFF;
  }
  dl.layout .w300{
    width:300px;	
  }
  dl.layout .w70{
    width:70px;	
  }
  dl.layout .bdchange{
    border-bottom:1px solid #ccc;
  }
}

