@font-face {
  font-family: 'AudiType';
  src: url('../fonts/AudiType-Bold_03.ttf') format('truetype');
  font-weight: bold;
}
* { 
    margin:0; 
    padding:0; 
    outline:none; 
}
body {
    font-size: 13px;
    color: #000;
    /*background: #adb1b7;*/
    font-family: Arial, Helvetica, sans-serif;
    /* overflow:hidden; */
}
.container { 
    width: 705px; 
    height: auto; 
    margin: 0 auto;
}
.formHdr {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 21px 0 30px;
    font-family: 'AudiType';
}

.legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #fff;
}
.line {
    margin-bottom: 12px;
}
.line .label {
    display: inline-block;
    width: 177px;
    vertical-align: top;
}
.line .textbox {
    width: 300px;
    height: 22px;
    border: solid 1px #abadb3;
}

.line .selectmenu {
    width: 302px;
    height: 24px;
    background: #fff url(../img/dd_arrow.png) 285px center no-repeat;
    border: solid 1px #abadb3;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.selectmenu::-ms-expand {
    display: none;
}
.textarea {
    width: 302px;
    height: 48px;
    border: solid 1px #abadb3;
}
.submitbtn {
    width: 111px;
    height: 26px;
    color: #fff;
    background-color: #cc0033;
    font-size: 13px;
    border: solid 1px #cc0033;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 30px 0 30px 372px;
    display: block;
}
