#quick_reply_window{
	position : fixed;
	top : 150px;
	right : 20px;
	max-width : 472px;
        min-width : 472px;
        padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
  transition: opacity 0.12s linear 0s, opacity 0.12s linear 0s;
	z-index: 200;


}
.quick_reply_title{
	text-align : left;
	float : left;
	margin-left: 12px;
	vertical-align : top;
	margin-top : 0px;
	margin-bottom : 0px;
	display : inline-block;
}
.replymode.quick_reply_titlebar{
	height : 17px;
	display : block;
	width : 472px;
	margin-top: 2px;
        cursor : pointer;
}
.quick_reply_closebutton{
	float: right;
	margin-right: 10px;
	text-align : right;
	vertical-align : top;
	margin-top : -1px;
	display : inline-block;
	color: #ffffee;


}
.quick_reply_closebutton:hover{
	float: right;
	margin-right: 10px;
	text-align : right;
	vertical-align : top;
	margin-top : -1px;
	display : inline-block;
	cursor : pointer;
	text-decoration : none;

}
.reflinks{
	cursor: pointer;
}

/* Ocultamos throptions en lugar de borrarlo para que los bordes queden bien alineado en tablones como /r/ */
#quick_reply > .postform > * .throptions {
 display: none;
}