.link_box {
	float: left;
	padding: 2px 5px;
	font-size: 11px;
}
.link_box A {
	text-decoration: none;
}
.link_box A:HOVER {
	text-decoration: underline;
}

/* hidden */
.hidden {
	display: none;
}

/* .border */
.border {
	border-width: 1px;
	border-style: solid;
}

/* dash */
.dash {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: dashed;
}

/* result */
.result {
	color: Black;
	text-align: center;
	margin-bottom: 2em;
}

/* .inner_title */
.inner_title {
	border-bottom: 1px solid #c0c0c0;
	height: 10px;
	margin-bottom: 10px;
	padding-left: 39px;
}
.inner_title .walls {
	border: 1px solid #c0c0c0;
	border-bottom: none;
	float: left;
	height: 10px;
	width: 100px;
	background-color: #FFF;
	top: 1px;
}
.inner_title .wallpepper {
	position: absolute;
	text-align: center;
	background-color: #FFF;
	width: 98px;
}
.inner_title .text {
	width: 100%;
}

/* .unread */
.unread {
	font-weight: bold;
}

/* .i_ad */
.i_ad, .i_direct {
	font-size: 12px;
}

.nobr{
	white-space: nowrap;
}

/* registration */
#registration table td, .table table td {
	font-size: 12px;
}
#registration .label, .table .label {
	width: 100px;
}

#registration .submit, .table .submit {
	font-size: 18px;
	width: auto;
}
#registration .button, .table .button {
	margin-top: 1em;
}


/* registration */

.paging {margin-top: 1em}