<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

select.inp60  , .inp60  { width: 60px; color:#333;}
select.inp80  , .inp80  { width: 80px; color:#333;}
select.inp100 , .inp100 { width:100px; color:#333;}
select.inp110 , .inp110 { width:110px; color:#333;}
select.inp120 , .inp120 { width:120px; color:#333;}
select.inp160 , .inp160 { width:160px; color:#333;}
select.inp170 , .inp170 { width:170px; color:#333;}
select.inp180 , .inp180 { width:180px; color:#333;}
select.inp200 , .inp200 { width:200px; color:#333;}
select.inp220 , .inp220 { width:220px; color:#333;}
select.inp250 , .inp250 { width:250px; color:#333;}
select.inp260 , .inp260 { width:260px; color:#333;}
select.inp300 , .inp300 { width:300px; color:#333;}

.inp,.inputbox,
.inp100,
.inp110,
.inp120,
.inp160,
.inp180,
.inp220,
.inp250,
.inp260,
.inp300 {
 margin-top:2px;
 padding-left:6px;
 border:1px solid #999;
 -moz-border-radius:   3px 3px 3px 3px;
 -o-border-radius:     3px 3px 3px 3px;
 -webkit-border-radius:3px 3px 3px 3px;
 border-radius:        3px 3px 3px 3px;
}

.inp_btn,.inp_btn_file,.file{
 wwidth:160px;
 height:32px;
height:30px;
 color:#303030;
 background:#eee;
 outline: none;
 text-decoration:none;
 border:1px solid #999;
 -moz-border-radius:   3px 3px 3px 3px;
 -o-border-radius:     3px 3px 3px 3px;
 -webkit-border-radius:3px 3px 3px 3px;
 border-radius:        3px 3px 3px 3px;
text-align:center;

}

.inp_btn_file{padding-left:8;text-align:center;}
span.fileinputs {position: relative;}
span.fakefile {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;cursor: pointer;
}



span.fileinputs {position: relative;}
span.fakefile {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;cursor: pointer;
}
input.file {
 position: relative;
 text-align: right;
 -moz-opacity:0 ;
 filter:alpha(opacity: 0);
 opacity: 0;
 z-index: 2;cursor: pointer;
}
.justtxt{}


INPUT[type="submit"],INPUT[type="button"],INPUT[type="reset"],BUTTON {cursor: pointer }




INPUT[type="submit"],INPUT[type="button"],INPUT[type="reset"],BUTTON,textarea {
 height:24px; /* as bootstrap */
 color:#222;
 background:#eee;
 outline: none;
 text-decoration:none;
 -moz-border-radius:   3px 3px 3px 3px;
 -o-border-radius:     3px 3px 3px 3px;
 -webkit-border-radius:3px 3px 3px 3px;
 border-radius:        3px 3px 3px 3px;
 font-size:11px;
}


INPUT[type="submit"],INPUT[type="button"],INPUT[type="reset"],BUTTON,select,textarea {
 height:24px;
 height:32px; /* as bootstrap does */
height:30px;
 color:#222;
 background:#eee;
 outline: none;
 text-decoration:none;
 border:1px solid #777;
 notext-align:center;
 -moz-border-radius:   3px 3px 3px 3px;
 -o-border-radius:     3px 3px 3px 3px;
 -webkit-border-radius:3px 3px 3px 3px;
 border-radius:        3px 3px 3px 3px;
}
textarea {
  text-align:left;
}
select {
 background:#f5f5f5;
}




.fsreduced {
 ffont-size:     11px;
 letter-spacing: 1px;
} 



::-moz-placeholder          { color:#888; }
::-webkit-input-placeholder { color:#888; }
::-moz-placeholder          { color:#888;opacity:  1; }
input::-moz-placeholder     { color:#888;opacity:  1; }
:-ms-input-placeholder      { color:#888;}
</pre></body></html>