input {
border:1px solid #999999;
padding:10px;
cursor:pointer;
/*    border-radius: 30px;*/
    font-size: 14px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
select {
width:200px;
padding:5px;

}
textarea{
padding:10px;
font-size: 14px;
    width:70%;
/*    border-radius: 30px;*/
    height: 200px;
    border-color: gray;
}
#formwrap{
width:640px;
overflow:hidden;
text-align:center;
margin:0 auto;

}
#inner{
text-align:left;

}
.button{
text-align: center;
width:200px;
height:30px;
background-color:#333;
color:#FFFFFF;
}
#contacth2{
font-size: 24px;
    display: inline-block;
    margin: 20px 0;
padding: 10px 20px;
    border: 2px solid black;

}
.info_p{
font-size:14px;
line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
    
    
    #mainCont > form input.button{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }    
    
    #mainCont > form input.button:hover{
        background: white;
        color: black;
    }
    
    
    .errmsg{
        display: block;
        margin-bottom: 15px;
    }    
    
    body#CONTACT{
        background: white;
/*        padding: 0px 100px;*/
        box-sizing:border-box;
    }    

    
    
    body#CONTACT dl{
        width:800px;
        height: auto;
        
        display: -webkit-box;
        
        display: -ms-flexbox;
        
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0;
        border: 1px solid black;
        border-left-width: 0px;
        border-right-width: 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        
    }
    
    body#CONTACT dl dt{
        width:20%;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    body#CONTACT dl dd{
        width:70%;
        margin-bottom: 25px;
               display: -webkit-box;
               display: -ms-flexbox;
               display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    html,
    #mainCont{
        background: white;
        display: block;
    }
    
    #mainCont{
        padding: 70px;
    }
    
    
    form{
        text-align: center;
    }
    
    .but{
        width:100%;
        max-width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 0;
    }
    
    .pinkTxt{
        color: #FF0099;
    }
    


@media all and (max-width: 414px) {
    
    body#CONTACT{
    background: white;
    padding: 0px 0px;
    box-sizing:border-box;
    }    
    #mainCont{
        width:100%;
        padding:50px 20px;
        box-sizing:border-box;
    }
    
    body#CONTACT dl {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border: 1px solid black;
    border-left-width: 0px;
    border-right-width: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    
body#CONTACT dl dt {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}    

    body#CONTACT dl dd{
        width:100%;
    }    
    
    input,
    textarea{
width:100%;
        border-radius: 0px;
    }    
    
#formwrap {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
    
    table.shopTable {
    width: 100%;
    margin: 50px auto 0;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 1px;
    background: #ddd;
}

    .button {
    text-align: center;
    width: 40%;
    height: 30px;
    background-color: #333;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    }
    
    .rightColmn{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    #inner > form > div > input:nth-child(1),
    #inner > form > div > input:nth-child(2){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-right: 10px;
    }
    
}














