@charset "UTF-8"; 

form {width:100%!important;text-align:center!important;}
.mktoButtonRow span{margin-left:0!important;}
.mktoButtonRow {margin-top:20px!important;width:960px;display: block !important;text-align: center !important;}
.mktoLabel {width:300px!important;}
.mktoTextField {width:650px!important;}
#scroll {width:960px!important;}

@media screen and (max-width: 959px) {
.mktoButtonRow {width:480px;}
.mktoLabel {width:480px!important;}
.mktoTextField {width:480px!important;}
#scroll {width:480px!important;}
}
@media screen and (max-width: 480px) {
.mktoButtonRow {width:300px;}
.mktoLabel {width:300px!important;}
.mktoTextField {width:300px!important;}
#scroll {width:300px!important;}
}