.ndilsp1 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e0e0e0;
    font-size: 20px;
}
.nd_rgtitle {
    font-size: 24px;
    text-align: center;
    padding: 53px 0 20px 0px;
    font-weight: bold;
    color: #333;
}
.ndhr {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eee;
    font-size: 16px;
}
.h-petition-letter>table{
    width:100%;
    margin-bottom:20px;
    background:#fff;
}
.h-petition-letter>table input{
    outline: none;
    width:100%;
    border: 0;
}
.h-petition-letter>table select{
    outline: none;
	font-size: 14px;
	width: 100%;
    border: 0;
}
.h-petition-letter>table textarea{
    border:0;
    outline: none;
    width:100%;
	background: #f2f2f2;
    padding:8px
}
.h-petition-letter thead>tr>td:last-child{
    text-align: right;
}
.h-petition-letter thead td{
    padding-bottom:10px;
    color:#333;
	font-size:14px
}
.h-petition-letter tbody>tr>td.h-text-head{
    text-align: center;
    color:#333;
	font-size: 14px;
}
.h-petition-letter tbody{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.h-petition-letter tbody>tr>td{
    padding:0;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}
.h-petition-letter tbody>tr>td input {background:#f2f2f2;padding: 8px;font-size: 14px}

.h-petition-letter tfoot td a{
    margin:5px;
    background:#329507;
}
.h-letter-modal{
    background:rgba(0,0,0,.5);
    position: fixed;
    top:0;left:0;
    right:0;bottom:0;
    display: none;
    z-index: 199;
}
#letterAlert{
    width:30%;
    margin:0 auto;
    position: fixed;
    top:40%;
    left:35%;
    z-index: 200;
    text-align: center;
    display: none;
}
.h-red{
    color:red;
    position: relative;
    top: 4px;
    left: 2px;
}

.w-100 {width:100px}
.pt-20 {padding-top:20px}
.bk-f2 {background:#f2f2f2}