body{
background:#FFF;
}
input{
border:none;
font-size:14px;
color:#000;
background:#FFF;
text-align:center;
}
select{
font-size:14px;
border-style: none;
overflow: hidden;
}
textarea{
BORDER-BOTTOM:0px solid;
BORDER-LEFT:0px solid;
BORDER-RIGHT:0px solid;
BORDER-TOP:0px solid;
overflow-y:hidden;
overflow-x:hidden;
border:0;
background:#FFF;
}
table tr td{
height:32px;
line-height:32px;
font-size:14px;
text-align:center;
border:1px solid #000;
}
table tr th{
height:32px;
line-height:32px;
font-size:14px;
font-weight:normal;
border:1px solid #000;
}
.myleft{
float:left;
}
.myright{
float:right;
}
.mywhite{
background:#FFF;
}
p{
margin:4px;
text-indent:2em;
word-wrap:break-word;
display:inline-block;
line-height:25px;
}
.span_class{
border-bottom-color: #000; border-bottom-style: solid; border-bottom-width: 1px; padding: 2px 0px;
}
select::-ms-expand { display: none; }
.info-select{
border: none;
outline: none;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
}