.stepTwo { width:100% }

.three-quarters {
  max-width: 75% !important;
  margin: 0 auto !important;
}

.window {
  background: #fff;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  width: 550px;
  z-index: 999999;
  padding:30px;
  box-shadow: 1px 1px 10px #000;
}

.orTxt {
  font-size:12pt;
  margin-top:12px;
  margin-bottom:12px; 
}

.error {
  color: red;
  margin-top:0px;
  margin-bottom:0px;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  vertical-align: baseline;
}
input,
select {
  margin-right: 5px !important;
}

.thank-you {
  margin-top: 8px;
  color: green;
  text-align: center;
  display: block;
  font-weight: bold;
}

.example {
  display: block;
  vertical-align: baseline;
  text-transform: uppercase;
  font-size:.75rem;
}

.hint {
  color: gray; 
}

.charCount {
  font-size: .75rem;
  text-transform: uppercase;
  margin-top: -5px;
  display: block;
}

.imgInfo {
  font-weight:bold;
  text-align:center;
  margin-bottom:1rem;
}

input[type="file"].imgChooser {
}

input[type="submit"].okBtn {
  border-radius: 3px;
  border: 0 solid #D1CFBF;
  color: #FFFFFF;
  cursor: pointer !important;
  font-size: 10px;
  padding: 7px 13px;
  text-align: center;
  text-transform: uppercase;  
  margin-top: 10px;
  min-height: 30px;
  margin-bottom: 10px;
  background: none repeat scroll 0 0 #a9cf54;
  min-width: 100px;  
}

/**
* narrow
**/
@media (max-width:1500px) {
  .window {
    background: #fff;
    height: auto;
    width: unset;
    left: 8px;
    right: 8px;;
    margin: 0 auto;
    position: fixed;
    top: 10%;
    max-width: 650px;
    z-index: 999999;
    padding: 30px;
    box-shadow: 1px 1px 10px #000;
  }
}

/**
* fat
**/
@media (min-width: 1501px) {
  .window {
    background: #fff;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    top: 10%;
    width: 650px;
    z-index: 999999;
    padding: 30px;
    box-shadow: 1px 1px 10px #000;
  }
}
@media (max-height:675px) and (max-width:499px) { /** firefox min width**/
  .window {
    max-width: 358px !important;
  }
}
