body {
  background-color: #c95868;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.logo {margin-top: 35px; width:90%;}

.line {width:60%; border: 1px solid #dc949e;}

.keno_small {margin-top: 40px;}
.keno_mid {margin-top: 40px;}
.keno_big {margin-top: 80px;}

h2 {font-size: 20px;}
h1 {font-size: 60px;}

.catalogMasterItem {font-size: 30px; margin-top: 15px;}
.catalogMasterImage {width:90%;}
.back {font-size: 28px; margin-top: 30px; font-weight: bold; word-spacing: 17px;}
.backToIndex {font-size: 20px; margin-top: 30px; font-weight: bold; word-spacing: 0px;}

.protuctImg {width:95%;}
.dataImg {width:95%;}

.mainBox { width: 100%; text-align: center; margin:auto; /*border: 1px solid red;*/}

.formBox { width: 100%; text-align: center; margin:auto; }
p.formFieldNames { font-size: 16px; font-style: italic; font-weight: bold; text-align: left; margin: 10px 0px 10px 20px;}
.formField { font-size: 16px; width: 90%; height: 38px; text-align: left; margin: 0px 0px 20px 0px;  border-radius: 6px; padding-left: 12px;}
.formFieldShortBox { width: 90%; text-align: left; margin: auto; }
.formFieldShort { font-size: 16px; width: 60%; height: 38px; margin: 0px 0px 20px 0px; border-radius: 6px; padding-left: 12px;}
.formSubmit { width: 49%; float: left; text-align: left; margin: 22px 0px 35px 20px;}

.submitBtn { background: #ac4b59; border: none; width: 100px; height: 40px; font-size: 17px; font-weight: bold; border-radius: 10px; font-family: Arial, Helvetica, sans-serif; color: white;}

.theTextArea {width: 90%; height: 200px; border-radius: 12px; padding: 12px; font-size: 16px;}
p.subThree { font-size: 17px; font-weight: bold; padding: 0px; margin: 20px 0px 10px 0px;}


a.one:link {color: #f9b1bb; text-decoration: none;}
a.one:visited {color: #f9b1bb; text-decoration: none;}
a.one:hover {color: white; text-decoration: underline;}

a.two:link {color: white; text-decoration: none;}
a.two:visited {color: white; text-decoration: none;}
a.two:hover {color: white; text-decoration: underline;}

.ctlg {margin-top: 20px;}
.button {
    font-family: Arial, Helvetica, sans-serif;
    width:80%;
  background-color: #ac4b59;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  border-radius: 10px;
}


.clear { clear: both; }