.body{background:#3A3636;margin:0px;font-family: 'Lora', serif;}
.layout-container{width:960px;margin:0px auto;background:white;}
.header-layout{padding:10px 50px 10px 50px;}
.inner-content{height:0px auto;}
.footer-layout{padding:30px;border-top:1px solid gray;}
button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #5cb85c;
    color:white;
}
form{box-shadow: 2px 2px 2px 2px gray; padding:20px 30px 20px 30px;vertical-align:top;}
.inner-content{line-height: 25px;}
.inner-header h3{color:#013066;}
.desc-left{box-shadow: 2px 2px 2px 2px gray; padding:50px 30px 40px 30px;vertical-align:top;}
table{width:100%;}
td{width:50%;padding:5px;}
select, input{width:80%;height: 25px;}
textarea{width:80%;height:80px;}