/* block question form */

#qaBlockLeft {
    background-color: #9DCD17;
    color: #595959;
}

#qaBlockLeft input,
#qaBlockLeft label,
#qaBlockLeft textarea {
    margin: 5px 0;
}

#qaBlockLeft input {
    height: 20px;
    width: 123px;
}

#qaBlockLeft label {
    display: block;
    float: left;
    width: 50px;
    line-height: 20px;
}

#qaBlockLeft textarea {
    width: 173px;
    height: 120px;
}

#qaBlockLeft a {
	margin: 0.5em auto;
}

#qaBlockLeft #qaView {
	margin: 0;
	display:block;
	text-align: center;
	text-decoration: underline;
}

#qaBlockLeft div.error {
	margin: 0;
	padding: 0;
}

#qaBlockLeft #qaSuccess {
	display: block;
	text-align: center;
	color: green;
	font-weight: bold;
	margin: 5px 0;
}

#qaBlockLeft #qaCaptchaDiv {
    display: inline;
    float: left;
    height: 25px;
    width: 98px;
}


/*question and answer list */

#qaQuestionlist h4 {
    text-align: center;
    font-size: 16px;
}

#qaQuestionlist ul#qList li {
    background: url('question.png') no-repeat top left;
    list-style-type: none;
    margin: 20px 0 0 0;
}

#qaQuestionlist ul#qList li span.question {
    margin-left: 30px;
    display: block;
    font-weight: bold;
    padding-top: 5px;
}

#qaQuestionlist ul#qList li span.answer {
    display: block;
    margin-top: 10px;
}

#qaQuestionlist #pagination {
    margin: 20px auto;
    float: left;
    left: 50%;
    position: relative;
    
}

#qaQuestionlist #pagination ul {
    float: left;
    position: relative;
    right: 50%;
}
