#questions-sort-container {
	padding:10px;
}
#div_questions_num {
	float:left;	
	width:45%
}

#div_questions_sort {
	float:right;	
	width:45%
	text-align:right;
}
.question-text{
	display: block;
   margin-left: auto;
	margin-right: auto;
	width:99%;
	height:25px;
	padding: 5px;
}
.all-questions-box{
	padding: 11px;
	background: #ddd;
	border: 0px solid #ccc;
	margin-top: 0px;

}

#question-autosearch {
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 5px 5px 5px #ccc;
	display:none;
	color: #000;
}

#loading_questions {
	display:none;
}

#questions_no_result {
	display:none;	
}
#questions_found_result {
	display:none;	
}

#questions_submit {
	display:none;	
	text-align:center;
}

#questions_submit_done {
	display:none;	
	text-align:center;	
}

.question-box {
 margin: 5px 0 0;
 padding: 15px;
 border-width: 1px 0px 0px 0px;
 border-style: solid;
 border-color: #ccc #EBEBEB #EBEBEB #58595B;
 background-color: #f7f7f7;
 overflow: hidden;
 position: relative;
	color: #000;
}

.question-links {
	padding-top:10px;
}

.question-by {
 font-size: 10px;
 font-weight: normal;
}

.lnk-question-voted {
	font-weight:bold;
}

.answer-text{
	display: block;
   margin-left: auto;
	margin-right: auto;
	width:80%;
	height:100px;
}

.question-answer {
	display:none;
	background: #ebebeb none repeat scroll 0 0;
	border-color: #ccc #ebebeb #ebebeb #58595b;
	border-style: solid;
	border-width: 1px 0 0;
	box-shadow: 0 0 3px #ccc;
	margin-top: 10px;
	padding: 10px 5px 5px;
}

.answer-links {
	text-align:center;
}

.reply-links {
	text-align:center;
}

.answer-box {
	background: #ebebeb none repeat scroll 0 0;
	border-color: #ccc #ebebeb #ebebeb #58595b;
	border-style: solid;
	border-width: 1px 0 0;
	box-shadow: 0 0 3px #ccc;
	margin-top: 10px;
	padding: 10px 5px 5px;
}

.reply-box {
	background: #ebebeb none repeat scroll 0 0;
	border-color: #ccc #ebebeb #ebebeb #58595b;
	border-style: solid;
	border-width: 1px 0 0;
	box-shadow: 0 0 3px #ccc;
	margin-top: 10px;
	margin-left:  70px;
	padding: 10px 5px 5px;
}

.answer-vote {
	float: left;
	text-align: center;
	width: 50px;
}

.answer-vote-lnk {
	background-image: url(../images/answer-rating.png);
	background-position: -8px -15px;
	height: 20px;
	width: 20px;
	display: inline-block!important;
	cursor: pointer;
}

.answer-vote-lnk:hover {
	background-position: -45px -15px;
}

.lnk-answer-voted {
	background-position: -81px -15px;
}

.answer {
	float: left;
	width: 90%;
}

.answer-by {
 font-size: 10px;
 font-weight: normal;
}

.answer-submit-done {
	display:none;	
	text-align:center;
	font-weight: bold;
}

.reply-submit-done {
	display:none;	
	text-align:center;
	font-weight: bold;	
}


.answer-reply {
	display:none;
	background: #ebebeb none repeat scroll 0 0;
	border-color: #ccc #ebebeb #ebebeb #58595b;
	border-style: solid;
	border-width: 1px 0 0;
	box-shadow: 0 0 3px #ccc;
	margin-top: 10px;
	padding: 10px 5px 5px;
}

.reply-text{
	display: block;
   margin-left: auto;
	margin-right: auto;
	width:80%;
	height:100px;
}

.question-image, .answer-image {
	width: 10%;
	float: left;
	padding-right: 10px;
}

#txt_question_email {
	margin: 5px;
	height: 30px;
	width: 50%;
}

#txt_public_name {
	margin: 5px;
	height: 30px;
	width: 50%;
}

.inappropriate-question {
	font-weight: bold;
}

.inaccurate-answer {
	font-weight: bold;
}