@charset "utf-8";

.p-content table.vertical input,.p-content table.vertical select,.p-content table.vertical textarea{
	padding: 6px;
    font-size: 14px;
    line-height: 1.7em;
    border: 1px solid #cccccc;}
	
span.mandatory,.coRed{color: red;}

.p-btns--large input{
-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
	display: block;
    width: 321px;
	margin: 0 auto;
    background-color: #df4e3f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
}
.p-btns--large input#button{float: left; margin-left: 140px;}
.p-btns--large input#button2{float: left; background-color: #b0b0b0; width: 250px;}

.c-region.mgt{margin-top: 10%;}


@media only screen and (max-width: 767px){

.p-btns--large input{width: 100%;}
.c-region.mgt{margin-top: 20%;}
.p-btns--large input#button{float: none;margin-left: 0;}
.p-btns--large input#button2{width: 60%;float: none;margin-bottom: 6%;}


}