.qa-flag-reasons-wrap {
	display:inline-block;
	min-width:300px;
        position:relative;
	background:#FFf;
	border:2px solid #476481;
	padding:35px;
	margin:10px 0 30px 0;
	text-align:left;
	z-index:3335;
}
.qa-flag-reasons-wrap .closer {
	position:absolute;
	top:5px;
	right:7px;
	font-size:20px;
	color:#333;
	cursor:pointer;
	background:#c7c7c7;
	border-radius:3px;
	width:20px;
	height:20px;
	line-height: 20px;
	text-align:center;
}
.qa-flag-reasons-wrap h4 {
	margin-bottom:10px;
}
.qa-flag-reasons-wrap label {
	display:block;
	padding:7px 0;
}
input[name="qa-spam-reason-radio"] {
	margin:0 2px 0 0;
}
input[name="qa-spam-reason-radio"]:checked+span { font-weight: bold; }
.qa-spam-reason-text-wrap {
	display:block;
	margin:20px 0 10px 0;
}
.qa-spam-reason-text {
	padding:7px;
	height:auto;
        width: 100%;
}
.qa-go-flag-send-button {
	margin-top:15px;
        background: #2c3e50 none center no-repeat;
        color: #fff;
        padding: 10px 15px;
        float: right;
        cursor: pointer;
}
.qa-go-flag-send-button:focus {
        background: #2c3e50 none center no-repeat;
}
#flagbox-popup {
	background: #000000;
	background: rgba(0,0,0,0.75);
	width: 100%;
        height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 5119;
}
#flagbox-center {
	margin: 3% auto;
	width: auto;
	text-align: center;
}
.qa-flagreason-list {
	padding:0;
	margin:0px;
	list-style:none;
        font-size: 12px;
        line-height: 1.2;
}
.qa-flagreason-list li {
	margin-bottom:5px;
}
.qa-flag-wrap {
	display:block;
}
.qa-flagreasons {
        position: relative;
        background-color: #ecf0f1;
        padding: 10px 10px 10px 54px;
        margin: 15px 0;
        font-size: 1em;
        line-height: 1.3em;
        font-weight: bold;
	border: 1px solid #bdc3c7;
}

.qa-flagreasons:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #bdc3c7;
        width: 44px;
        text-align: center;
        display: block;
        content: url('../../qa-theme/SnowFlat/images/icons/flag.png');
	padding-top: 16px;
}

