
INPUT.text,TEXTAREA,INPUT.number, INPUT.short, INPUT.file, INPUT.missing,  INPUT.date, INPUT.time, div.lockedfield, div.form div.field {
  border: 1px inset #CCC;
  padding-left: 6px;
  display: block;
  margin-left: 120px;
  width: 560px;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans, arial;
  font-size: 12px;
  background-color: #f8f8f8;
}

INPUT.text:focus, INPUT.number:focus {
    background-color: pink;
    border: 1px solid green;
}


INPUT.date {
   width: 80px;
}

INPUT.time {
   width: 60px;
}

DIV.datetime {
  height: 20px;
  margin-left: 120px;
  display: block;
}

DIV.datetime INPUT.time, DIV.datetime INPUT {
  margin: 0;
  float: left;
}

INPUT.file {
   border: 2px solid red;
}

INPUT.missing {
  border: 1px inset red;
  background-color: pink;
  background-color: #FEE;
}

INPUT.missing:focus {
    border: 1px solid red;
}


DIV.tab .filterselectbox {
  margin-left: 120px;
  width: 560px;
  height: 250px;
}

INPUT.number {
  width: 50px;
  float: left;
  margin-left: 10px;
}

INPUT.short {
  width: 50px;
  margin: 0px;
  display: inline;
}

SELECT.text {
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}

SELECT.missing {
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
  border: 1px inset red;
  background: url(/media/in2.png) top left repeat;
  background-color: #FEE;
}

DIV.nolockedfield {
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  height: 18px;
  margin-top: 2px;
  border: 1px inset #CCC;
  padding-left: 6px;
  width: 554px;
  font-family: sans;
  font-size: 11px;
  background-color: #EEE;
}

DIV.infotext {
  margin-left: 120px;
  position: relative;
  top: 5px;
  display: block;
  margin-bottom: 10px;
  padding-left: 6px;
  width: 554px;
  font-family: sans;
  font-size: 11px;
}

DIV.commandfield {
  margin-left: 115px;
  position: relative;
  top: 5px;
  display: block;
  margin-bottom: 10px;
  padding-left: 6px;
  width: 554px;
  font-family: sans;
  font-size: 11px;
}

DIV.commandfield A {
  text-decoration: underline;
}

TEXTAREA {
  height: 320px;
}

TEXTAREA.code {
  height: 320px;
  font-family: courier; 
}

TEXTAREA.shorttext {
  height: 50px;
  no-font-family: courier; 
}

TEXTAREA.mediumtext {
  height: 150px;
  no-font-family: courier; 
}


INPUT.shorttext {
  width: 200px;
}


LABEL.checkbox {
  margin: 0;
  margin-left: 120px;
  display: block;
  line-height: 20px;
  text-align: left;
  width: 550px;
  float: none;
  clear: none;
}

INPUT.checkbox {
  float: left;
  margin: 0;
  margin-left: 100px;
  line-height: 30px;
  width: 13px;
}

LABEL.text, LABEL.missing {
  display: block;
  width: 110px;
  float: left;
  text-align: right;
  margin-top: 2px;
  text-transform: capitalize; 
  overflow: hidden;
  white-space: nowrap;
}

LABEL.text:after, LABEL.missing:after {
  content: ":";
}

LABEL.missing {
  color: darkred;
}

INPUT.text:focus,TEXTAREA:focus {
  background-color: #EFE;
}

DIV.formfooter {
   background-color: #DDD;
   width: 100%;
   text-align: center;
   padding: 5px;
   border: 1px solid #AAA;
   position: relative;
   top: -2px;
}

DIV.formfield {  
  padding-left: 6px;
  display: block;
  margin-left: 120px;
  width: 560px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}







/*** Definitions for special layout / menucode forms ****/ 

#forge_codepreview {
  width: 210px;
  height: 250px;
  border: 1px dotted #AAA;
  background-color: #FFF;
  overflow: hidden;
  margin-right: 12px;
  padding: 5px;
  float: right;
}

DIV.forge_codepreview_title {
  float: right;
  width: 210px;
  border: 1px dotted #AAA;
  border-bottom: none;
  background-color: #ddd;
  margin-right: 12px;
  padding: 2px 5px;
  text-align: center;
}


DIV.leftform {
  width: 440px;
  border-right: 1px solid #CCC;
  float: left;
}

DIV.leftform TEXTAREA, DIV.leftform INPUT.text {
  width: 300px;
}


/* Login screen */


DIV.loginfooter {
  margin-top: 20px;
  text-align: center;
}
INPUT.loginfield, DIV.signupform INPUT:not(.radio), div.signupform div.field {
  border: 1px inset #CBAA27;
  padding-left: 6px;
  background-color: #FFF;
  display: block;
  margin-left: 120px;
  width: 260px;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}

div.signupform div.field {
  border: 0;
  height: auto;
}

INPUT.loginfield:focus {
  background-color: #FAFAEF;
}




/* Move lists */

TABLE.movelist {
  border-collapse: collapse;
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
  width: 560px;
}

TABLE.movelist TD.right {
  text-align: right;
  width: 220px;
}

TABLE.movelist TD.left {
  text-align: left;
  width: 220px;
}

TABLE.movelist TD.buttons {
  text-align: center;
  vertical-align: middle;
  width: 160px;
}

TABLE.movelist TD.buttons A {
  width: 60px;
  height: 19px;
  margin-top:10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

SELECT.movelist_i {
  width: 220px;
  background: #F4f4f4;
  border: 1px solid #CCC;
  height: 180px;
}

SELECT.movelist_a {
  width: 220px;
  height: 180px;
  border: 1px inset #CBAA27;
}


DIV.dateholder {
   margin-left: 120px;
   display: block;
   margin-bottom: 10px;
   height: 18px;
   margin-top: 2px;
   border: 1px inset #DDD;
   padding-left: 6px;
   width: 554px;
   font-family: sans;
   font-size: 11px;
   background: url(/media/in2.png) top left repeat;
}

DIV.lockedfield DIV.dateholder {
   margin: 0;
   border: 0;
   background: none;
}


SPAN.datesetter {
   margin-right: 6px;
   top: 2px;
   position: relative;
}






UL.customehlist {
  list-style: none;
  margin: 0; padding: 0;
}

DIV.customehform {
  display: none;
}


DIV.labelbuttons {
  position: relative;
  float: left;
  left: -10px;
  text-align: right;
  top: 15px;
  
}


DIV.hiddenform {
  display: none;
}



TABLE.m2mtable {
  width: 400px;
}

TABLE.m2mtable TR:hover TD {
  color: black;
}





/* combined login- and signup-form */


DIV.loginleft {
  float: left;
  width: 280px;
}

DIV.loginleft INPUT {
  width: 150px;
}

 DIV.signupright INPUT.text {
  width: 260px;
}

DIV.signupright {
  float: right;
  width: 430px;
  border-left: 1px solid #DDD;
  padding-left: 5px;
}




/* checkbox style many2many selector */

div.m2mcheckbox {
   display: inline-block;
   width: 185px;
   overflow: hide;
}

div.m2mcheckbox input {
  display: block;
  float: left;
} 

div.m2mcheckbox label {
   float: none;
   text-align: left;
   color: black;
   float: left;
   clear: none;
   display: block;
   width: 160px;
   overflow: hidden;
   white-space: nowrap;
}













