.iform {
    font: 12px/26px Verdana, Geneva, sans-serif;
    /*width: 90%;*/
    margin: 0px auto;
    padding: 0px;
}

.iform ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iform ul ul {
    overflow: auto
}

.iform td {
    padding: 15px 0;
    
}
.iform tr{
	background-color: transparent!important;
	border-bottom: 1px solid #eee;
}
.iform label {
   
    display: block;
    float: left;
    line-height: 2.2;
    font-size: 16px;
    margin-right: 10px;
    font-family: "微軟正黑體";
}
.width-50{
	width: 70px !important;
	text-align:  right!important;
}
.iform label.ilabel {
    width: auto;
    display: inline;
    float: none;
    line-height: 26px;
    padding: 0 5px
}
input[type="checkbox"]{
	width: 20px !important;
	height: 20px;
	line-height: 2;
	margin-top: 10px;
}
input[type="button"]{
	
	height: 30px;
	line-height: 1;
	font-size: 16px;
    padding: 0 10px;
}
.iform .input{
    width: 90%;
    height:30px;
     border: 1px solid #999;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   
    padding: 5px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.iform .itext,
.iform .itextarea,
.iform .iselect,
.iform .ibutton {
    width: 50%;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   
    padding: 5px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.iform .itext:hover,
.iform .itextarea:hover,
.iform .iselect:hover,
.iform .ibutton:hover,
.iform .itext:focus,
.iform .itextarea:focus,
.iform .iselect:focus,
.iform .ibutton:focus {
    border-color: #333;
    background: #fff;
}



.iform .itextarea {
    height: 250px;
    width: 90%;
}

.iform .ibutton {
    width: auto;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
    background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.iform .ibutton:hover,
.iform .ibutton:focus {
    background: #dadada;
}

.iform td.iheader {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-indent: 10px;
    margin: 5px 0 15px
}



.iform td.iseparator {
    display: block;
    text-indent: -9999px;
    height: 10px;
    line-height: 10px;
    border-bottom: 1px solid #999;
    margin: 5px 0 15px
}

.iform .required {
    border-color: #F00;
}

#imessageOK,
#imessageERROR {
    border: 1px solid #F60;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: none;
    margin-bottom: 20px;
    background: #F90;
    background: -webkit-gradient(linear, left top, left 25, from(#F90), color-stop(4%, #FC0), to(#F90));
    background: -moz-linear-gradient(top, #F90, #FC0 1px, #F90 25px);
    color: #fff;
}
