@charset "utf-8";
/* CSS Document */

dl{margin:1em 0;padding:0;line-height:2em; border-top:1px solid #666;}
dt{margin:1px 0;padding:0.5em 0 0.5em 2%;width:32%;float:left;font-weight:900;}
dd{margin:1px 0;padding:0.5em 0 0.5em 2%;width:62%;float:right;}
dt.quote{padding:0.5em 0 6em 2%;}
input[type="text"], textarea{background-color:#DEF; height:1.5;}
input[type="text"]:focus, textarea:focus{background-color:#fff;}
option{color:#333;line-height:2em}
select.text-box{color:#333;font-size:1.2em;}
input[type="submit"] {background-color:#C30;color:#fff;font-size:1em;line-height:2.5em;text-align:center;border-bottom:2px solid #666;border-left:2px solid #CCC;border-right:2px solid #666;border-top:2px solid #CCC;width:150px;}
input[type="reset"] {background-color:#666;color:#fff;font-size:1em;line-height:2.5em;text-align:center;border-bottom:2px solid #666;border-left: 2px solid #CCC;border-right: 2px solid #666;border-top: 2px solid #CCC;width:150px;}
.btsubmit{background-color:#C30; color:#fff; font-size:1em; line-height:2.5em;text-align:center;border-bottom: 2px solid #666;border-left: 2px solid #CCC;border-right: 2px solid #666;border-top: 2px solid #CCC;width:150px;}
.btreset{background-color:#666;color:#fff; font-size:1em; line-height:2.5em;text-align:center;border-bottom: 2px solid #666;border-left: 2px solid #CCC;border-right: 2px solid #666;border-top: 2px solid #CCC;width:150px;}
@media screen and (max-width:767px){
dt{margin:1px 0;padding:0.5em 0 0.5em 2%;width:100%;border:1px solid #030;background-color:#D2DBFD;float:none;font-weight:900;}
dd{margin:1px 0;padding:0.5em 0 0.5em 2%;width:100%;border:1px solid #030;background-color:#D2DBFD;float:none;}
dt.quote{padding:0.5em 0 0.5em 2%;}
}