@charset "utf-8";

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.selectboxit-container {
   height: 28px;
   line-height: 28px;
   width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
.selectboxit-container:focus {
  border-color: #db0925;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0;
}
input[type="text"]._full,
input[type="password"]._full,
input[type="color"]._full,
input[type="date"]._full,
input[type="datetime"]._full,
input[type="datetime-local"]._full,
input[type="email"]._full,
input[type="month"]._full,
input[type="number"]._full,
input[type="range"]._full,
input[type="search"]._full,
input[type="tel"]._full,
input[type="time"]._full,
input[type="url"]._full,
input[type="week"]._full {
  width: 99.5%;
}
select {
  height: 30px;
  line-height: 30px;
  border: 1px #ccc solid;
}
textarea {
  padding: 1%;
  height: 130px;
  width: 97.6%;
}
textarea._w80per {
  width: 80%;
}
textarea._h200per {
  height: 260px;
}
textarea._h300per {
  height: 390px;
}
textarea._h400per {
  height: 520px;
}
textarea._editHtml {
  height: 630px;
}
textarea._editCss,
textarea._editScript {
  height: 595px;
}
/*
 * selectBox
 * */
.selectboxit-container {
  border: 1px #cccccc solid;
  border-radius: 0;
  -webkit-appearance: none;
}
