html, body {
	background-color: #F9F9F9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}

a {
	text-decoration: none;
	color: #535353;
}

a:hover {
	text-decoration: underline;
}

.all {
	position: relative;
	width: 85%; 
	height: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #535353;
}

.app_name {
	position: absolute;
	top: 20px;
	left: 15px;
	right: 15px;
	color: #FFFFFF;
	text-align: center;
}

.logo {
	display: block;
	width: 32px;
	height: 32px;
}

.content_container {
	position: absolute;
	top: 70px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background-color: #F5F5F5;	
}

.content {
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	background-color: #F5F5F5;
	overflow-y: scroll;
}

.ul_space_content {
	margin: 10px;
	padding: 0px;
}

.ul_space_content li {
	margin: 0px;
	padding: 0px;
}

.content li {
	margin-left: 5px;
	padding-left: 0px;
}

ul {
	margin: 0px;
}

ul, li {
	line-height: 150%;
}

textarea {
	width: 100%;
	height: 75px;
}

input[type="text"], input[type="submit"] {
	width: 100%;
}

.txt_info {
	color: #8E3333;
	font-size: 90%;
}

.txt_head {
	font-size: 90%;
	color: #535353;
}

.txt_small {
	font-size: 80%;
	opacity: 0.4;
}

.txt_version {
	font-size: 11px;
}

.txt_search_found {
	font-weight: bold;
	text-transform: uppercase;
}

.txt_non_visible {
	font-size: 1px;
	letter-spacing: -100px;
}

.hr_low {
	border: 0px;
	border-top: 1px solid #CCCCCC;
}
