.weForm {
width: 100%;
max-width: 350px;
margin: 0 auto;
background: #e4dae4;
padding: 30px 20px;
box-sizing: border-box;
}
.weForm .header { color:#000000; background:#eeeeee; font-weight:bold; }
.weForm .caption { padding:5px; text-align:right; }
.weForm .captionTop {
font-size: 16px;
padding: 5px 0 0 5px;
text-align: left;
vertical-align: top;
}
.weForm .detail { padding:5px; }
.weForm td.desc { padding:5px; color:#000000; }
.weForm input:read-only { background:rgba(0,0,0,0.1); }
.weForm input:-moz-read-only { background:rgba(0,0,0,0.1); }
.weForm textarea { width:100%; height: 100px; padding:5px; box-sizing:border-box; }
.weForm input.FieldImg[type=edit] { width:70%; }
.weForm span.btnUploadURL { border: 1px solid #bbbbbb; padding: 3px 5px 5px 5px; background: #dddddd; color:#666666; vertical-align:middle; }
.weForm .button[type=submit] , .weForm .button[type=button] , .weForm .button[type=reset] { height:auto; padding:5px 15px 5px 15px; margin-right:4px; cursor:pointer; }
.weFormDiv .ReturnDesc { text-align:center; }
.weForm .spanDate input[type=edit] { width:auto; }
.weForm > tbody > tr > td { display:block; }
.weForm .gap { display:none; }
.weForm .detail {}
.weForm input[type=text], .weForm input[type=edit], .weForm input[type=submit], .weForm input[type=button] {
padding: 10px 5px;
font-size: 16px;
height: auto;
width: 100%;
box-sizing: border-box;
margin-bottom: 10px;
color: #000000;
}
.weForm select {
color: #000000;
background-color: #ffffff;
padding: 2px;
vertical-align: middle;
margin: 0px;
border: 1px solid #bbbbbb;
width: 100%;
height: 40px;
font-size: 16px;
border-radius: 0;
}
.weForm td.tdChkCodeImg {
padding: 0 0 !important;
}
|