.hl {
    line-height:22px;
    padding:4px 2px 2px 0px;
    letter-spacing:1px;
    background:url(../img/underline_hl.gif) repeat-x bottom;
}

.yel {
    line-height:22px;
    padding:4px 2px 2px 0px;
    letter-spacing:1px;
    background:url(../img/underline_yel.gif) repeat-x bottom;
}

.yhl {
    text-decoration: none;
    background: url(../img/underline_yhl.gif) repeat-x 120% 100%;
    padding:0 3px;
    padding-bottom: 3px;
}

.del {
    text-decoration: none;
    background: url(../img/underline_del.gif) center repeat-x;
    padding:4px 2px 2px 0px;
} 

#wpaq_btns {
	border:solid gray 1px;
	background-color:white;
	padding: 2px;
	position: absolute;
	display: none;
	z-index: 999998;
}

#wpaq_delimgbtn {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #eee;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wpaq_delimgbtn:hover {
	border-color: #555;
	background-color: #ccc;
}
.wpaq_editimgbtn, .wpaq_delimgbtn {
    color:#359bd7;
    text-align:right;
    cursor:hand;
}
#wpaq_btns_edit_container {
    text-align:right;
}
#wpaq_btns img {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}
.wpaq_btns_content img {
    margin-bottom: 12px;
}
.wpaq_btns_content textarea, #wpaq_editarea_response{
    border:solid #c2c2c2 1px;
    width:300px;
    overflow:auto;
}
.wpaq_btns_seperator {
    background-color:#ffe7a5;
    color:#777777;
    font-size:11px;
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#wpaq_btns_response {
    text-align:center;
}

#wpaq_close_button {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
    background: url(../img/close_button.png) no-repeat 0 0;
}
#wpaq_close_button:hover {
    background-position: 0 -20px;
}
#wpaq_close_button:active {
    background-position: 0 -40px;
}
