* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	/*color: rgb(54,56,58);*/
}

.link1 {
	color: rgb(51, 73, 108);	
}
.link2 {
	color: white;
}
.link1, .link2 {
	transition: all 0.2s ease 0s;
	text-decoration: none;
}
.link1:hover, .link2:hover {
	color: rgb(219, 62, 62);
}

.panel_button {
	transition: all 0.2s ease 0s;
	display: block;
	background-color: rgb(81, 156, 255);
	color: white;
	text-decoration: none;
	padding: 10px;
}
.panel_button:hover {
	background-color: rgb(219, 62, 62);
}

.top_link_box {
	font-size: 19px;
	display: block;
	padding: 15px 20px 15px 20px;
	float: left;
}


.top_link_active, .top_link {
	display: table-cell;
	padding: 14px 20px 14px 20px;
	height: 16px;
	vertical-align: middle;
	color: white;
	text-decoration: none;
}
.top_link_active {
	background-color: rgb(219, 62, 62);
}
.top_link {
	transition: all 0.2s ease 0s;
	background-color: rgb(51, 73, 108);
}
.top_link:hover {
	background-color: rgb(219, 62, 62);
}

.header1 {
	background: url(images/bg/header_bg.png) no-repeat;
}
.header2 {
	background: url(images/bg/header_bg_gray.png) no-repeat;
}
.header1, .header2 {
	width: 285px;
	height: 47px;
	color: white;
	font-size: 25px;
	padding: 5px 0 5px 20px;
	margin: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.text_input {
	background-color: rgb(243, 243, 243);
	outline: none;
	border: none;
	padding: 3px;
}

hr.style-six { 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}
