.lq-content-1,
.lq-content-2 {
//	border: solid 1px #BDC2C8;
	padding: 10px;
	text-align: left;
	font-size:0.8em;
}

.lq-content-2 {
	width:110px;
}

#perpage-form {
	float:left;
}

#logged-all-summary {
	text-align:left;
}

#logged-all-summary .action {
	background: #f4f4f4;
}

#logged-all-summary .value {
	text-align: left;
	font-weight: bold;
	width:30px;
}

#logged-top-summary {
	margin:0;
	padding:0;
	margin-bottom:10px;
	width:690px;
}

.clear {
	height:1px;
	clear:both;
}

#logged-top-summary .label {
	width: 120px;
}

#logged-top-summary .value {
	width:40px;
	font-weight:bold;
}

#logged-top-summary .action {
	text-align:right
}

#logged-questions td.question-detail {
	width: 60px;
	font-size:0.8em;
}

#logged-questions td {
	border: solid 1px #ccc;
}

#logged-questions table {
	border-collapse: collapse;
}

#logged-questions table td span {
	color: #999;
}

#logged-questions table .pagination {
	padding: 5px 0 0 0;
}

#logged-questions table td.pagination-ct {
	background: #F4F4F4;
}

.member-answer-incorrect {
	background: #ff9f9f;
}

#password_confirmation {
	padding: 10px;
	text-align: center;
}

#password_confirmation .error {
	color: red;
	margin-bottom: 5px;
}

#password_confirmation .success {
	color: green;
	margin-bottom: 5px;
}

#password_confirmation h4 {
	margin-bottom: 10px;
}

#password_confirmation #password-wrapper {
	position:relative;
	width: 200px;
	margin: 0 auto;
}

#password_confirmation input {
	width: 200px;
}

#password_confirmation input#password {
	width: 180px;
	padding-right: 20px;
}

#password_confirmation input.submit {
	width: 70px;
	margin-top: 15px;
	cursor:pointer;
}

#log-loader-3 {
	height: 14px;
	width:14px;
	position: absolute;
	right: 0;
	top:2px;
	background: transparent url('../../images/log-loader-1.gif') no-repeat scroll 0 0;
	display:none;
}