.qeryz_btn {
	display: inline-block;
	width: 150px;
	padding: 10px 0px;
	background: #58585a;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	border: none;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	text-align: center;
    cursor: pointer;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.qryz_pop_up {
    margin: 1em;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}
.qryz_message {
    overflow: auto;
    border: 5px solid;
    padding: 0 2em;
    background: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}
.button.qryz_btn {
    border: none;
    font-size: 15px;
    padding: 2px 0;
    color: #FFF;
    text-shadow: none;
    font-weight: bold;
    background: #DA7009;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    text-decoration: none;
    /* height: 13px; */
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    box-shadow: none;
    line-height: 26px;
}
.button.qryz_btn:hover {
    background: #F09945; 
}
#qryz-metabox{  
    float: left; 
    position:relative;
    z-index:0;
    max-width:400px;
    background:white;
    border:1px solid #dfdfdf; 
    border-radius:5px;
    padding:7px 25px;
    margin-top:30px;
}
p.error_message {
    color:rgb(163, 50, 6);
}
#qeryz_title {
    background: rgb(221, 221, 221);     
}
#qeryz_body {
    padding: 25px;
}
.qeryz_mtop10 {
    margin-top: 10px;
}