.input-tips,.input-tips-name{
    display: none;
    position: absolute;
    bottom: 26px;
    right: 30px;
    color: red;
}
.input-tips-name{
    bottom: 100px;
}
.suspension-form-sp{
    color: #3296fa;
}
#susBtn,#submit-btn{
    font-size: 16px;
    margin-bottom: 10px;
    background: #3ea3ff;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 4px;
}
#susBtn:link,#susBtn:visited,#susBtn:hover,#susBtn:active{
    background: #3ea3ff;
    color: #fff;
}
#submit-btn:link,#submit-btn:visited,#submit-btn:hover,#submit-btn:active{
    background: #3ea3ff;
    color: #fff;
}
.suspension-expand-split{
    margin: 0 30px;
    width: 1px;
    border-right: 1px solid #666;
    font-size: 30px;
}
.suspen-bounced .modal-body{
    text-align: center;
}
.suspen-bounced .modal-header,.suspen-bounced .modal-footer{
    border: 0;
}
.suspen-bounced .solution-input{
    position: relative;
    margin: 8px 0;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}
.suspen-bounced .solution-input:focus{
    border: 1px solid #f1f1f1!important;
}
.solveClose{
    position: relative;
    right: -44px;
    top: -18px;
}
.solveClose img{
    width: 12px;
}
.solveOpen{
    position: fixed;
    bottom: 5px;
    background:#008aff;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    padding: 2px 3px 0 0;
    display: none;
	left:0;
}
.solveOpen p{
    text-align: center;
    color: #fff;
    margin:0;
    line-height: 20px;
}
.solve-ie{
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	 background:url(../images/tablebg.png)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin-top: 200px;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
	width:460px;
	margin:0 auto;
	padding:20px 20px 50px 20px;
	height:260px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.suspen-bounced .modal-body {
    text-align: center;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

 .suspen-bounced .solution-input {
    position: relative;
    margin: 8px 0;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
	width:300px;
}
.modal-body p {
    text-align: left;
    font-weight: 400;
    color: #888888;
    font-size: 12px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}  
.modal-title{ font-size:18px; text-align:center;}
.modal-content-succ{ text-align:center;}
.modal-content-fontright{ font-size:18px; color:#4fb734;}
.modal-content-fontright span{ display:block; font-size:14px; color:#595959; padding-top:10px;}
#modal-footer-ikonw{
 font-size: 16px;
    margin-bottom:0;
    background: #4fb734;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 4px;
	display:inline-block; margin-top:30px; }
	


