html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
	background: transparent;
	font-size: 1.2em;
	margin: 0 auto;
	width: 900px;
	margin-top: 60px;
}
#right_content{
	float: right;
	width: 360px;
	height: 410px;
	font-size: 14px;
	background-color: ;

}
#midle_content{
	float: left;
	width: 650px;
	height: 410px;
	font-size: 12px;
	background-color: ;

}
#left_content{
	float: left;
	width: 260px;
	height: 410px;
	font-size: 14px;
	background-color: ;
}#left_content ul {
	display: block;
	list-style: none;
	font-size: 10px;
}
#low_content{
	float: right;
	width: 1270px;
	height: 200px;
	font-size: 14px;

}
.input-profile-1{
	width: 	250px;
	padding: 2px 0;
	text-align: center;
	border-radius: 5px;
	margin-top: -10px;
	font-family: arial;
	background-color: 	none;
}.input-profile-2{
	width: 	120px;
	padding: 2px 0;
	text-align: center;
	border-radius: 5px;
	margin-top: -10px;
	font-family: arial;
	background-color: 	none;

}.input-profile-3{
	width: 	150px;
	padding: 2px 0;
	text-align: center;
	border-radius: 5px;
	margin-top: -6px;
	font-family: arial;
	background-color: 	none;
}.search-emp-eq{
	float: 	right;
	border-radius: 	5px;
	text-align: 	center;
	position: 	absolute;
}.login-form{

	width: 50%;
	height: 250px;
	background-color: lime;
	margin-top: 200px;
	margin-left:300px;
	border-radius: 10px;

}.login-content{
	margin-top: 10px;
	margin-left: 10px;
	background-color: none;
	width: 40%;
	height: auto;
	position: absolute;
}.pannel-content{
	width: 100%;
	height: 450px;
	background-color: none;
}
.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

 color:black;
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }
.searching_results {

	list-style: none;
	border: 0.2px solid #aaa;
	margin: 0px;
	padding: 3px;
	cursor: default;
	display: block;
	font: menu;
	overflow: hidden;
	font-family:arial;
	font-size:11px;
	cursor:pointer;
	
}
