* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
html,body{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: rgb(40,40,40);
}
body {
	font-size: 101%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(40,40,40);
	background: rgb(255,255,255);
}
/* ----------------------------------------------------------------------- */
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
a {
	color: rgb(90,119,197);
}
/* ----------------------------------------------------------------------- */
img {
	border: 0;
}
.clearer {
	clear: both;
}
.clearer_5px {
	height: 5px;
	clear: both;
}
.tab_l { 
	float: left;
}
.body_content_linie {
	margin: 0 0 10px 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed rgb(225,225,225);
}
/* --------------------------------- input --------------------------- */
input [type=radio], input [type=checkbox] {
	border: none;
	background: none;
}
input, textarea, select {
	padding:2px 0 2px 2px;
	width: auto;
	font: 0.9em Arial, Helvetica, sans-serif;
	border: 1px solid rgb(205,205,205);
	background:rgb(250,250,245);
	color:rgb(40,40,35);
}
input:hover, textarea:hover, select:hover, input [type=text]:focus, input [type=number]:focus, input [type=password]:focus, textarea:focus, select:focus {
	font-size:0.9em;
	background:rgb(240,240,235);
	border: 1px solid rgb(140,140,135);
}
input:focus, textarea:focus, select:focus {
	font-size:0.9em;
	background:rgb(240,240,235);
	border: 1px solid rgb(140,140,135);
}
/* ----------------------------------------------------------------------- */
.but_4_1 {
	margin: 10px 0 10px 0;
	padding: 2px 10px 1px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: rgb(40,40,40);
	border: 1px solid rgb(70,80,196);
	background-color:rgb(211,221,251);
}
