
.showMsg * {
    padding:0;
    margin:0;
    font-size:12px;
}
.showMsg .guery {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.showMsg a:link,.showMsg a:visited {
    color:#fff;
}
.showMsg a:hover,.showMsg a:active {
    color:#fff;
    text-decoration: underline;
}

.showMsg button {
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
    background-color: transparent;
    border: none;
}
.showMsg {
    position:absolute;
    top:50%;
    left:50%;
    zoom:1;
    width:450px;
    margin:-87px 0 0 -225px;
    border: 1px solid #293846;
}
.showMsg h5 {
    padding: 10px 25px;
    line-height:26px;
    *line-height:28px;
    color:#293846;
    overflow:hidden;
    font-size:14px;
    text-align:left;
}
.showMsg h5 .ok {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #293846;
}
.showMsg .content {
    padding:46px 0;
    font-size:14px;
}
.showMsg .bottom {
    line-height:26px;
    *line-height:30px;
    text-align:center;
    color: #fff;
    background:#293846;
}

.showMsg .guery .error-words,
.showMsg .guery .ok-words {
    display: inline-block;
    width: 50px;
    height: 50px;
	line-height: 46px;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 20px;
	color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.showMsg .guery .error-words {
    background: #f00;
}
.showMsg .guery .ok-words {
	display: none;
    background: #293846;
}

.showMsg .guery .error-words {
	display: none;
}
.showMsg .ok .ok-words {
	display: inline-block;
}
#wrapper-content {
    margin-top: 50px;
}
.search-inner-content {
    padding: 24px 0;
}
.search-inner-content .search-wrapper {
    position: relative;
    width: 280px;
    margin: 0 auto;
}
.search-inner-content .search-wrapper .search-key {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 70px;
    border: 2px solid #3C3C3D;
    outline: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.search-inner-content .search-wrapper .btns-search {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 60px;
    height: 36px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: #303E48;
}
.search-no-data {
    font-size: 16px;
    color: #373738;
}

