html {
	font-size: 100%;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	font-family: Arial, Helvetica;
	font-size: 1em;
}

#form_login {
	position: relative;
	background: url(../ximg/login_block_back.jpg) no-repeat center;
	width: 155px;
	height: 76px;
}

#form_login input, #form_login_logged input {
	color: #365E05;
}

#form_login_logged {
	position: relative;
	background: url(../ximg/login_block_backl.jpg) no-repeat center;
	width: 155px;
	height: 76px;
	font-weight: bold;
	font-size: 0.8em;
}

#form_login_logged span{
	padding-top: 8px;
	display: block;
	width: 143px;
	text-align: center;
}

#form_login_logged span.connected{
	color: #9C1717;
	font-style: italic;
	font-size: 0.9em;
	padding-top: 5px !important;
}

#deco_btn {
	position: absolute;
	bottom: 6px;
	_right: 2px;
	right: 3px;
	display: block;
	background: url(../ximg/deco_btn.jpg) no-repeat center;
	width: 121px;
	_width: 141px;
	line-height: 22px;
	color: #383838;
	text-decoration: none;
	padding-left: 20px;
}

#deco_btn:hover {
	background: url(../ximg/deco_btnl.jpg) no-repeat center;
}

#form_login label{
	position: absolute;
	left: 22px;
	top: 8px;
	font-size: 0.7em;
	width: 115px;
	color: #365E05;
	font-weight: bold !important;
}

#header_cpt_login {
	position: absolute;
	left: 13px;
	top: 28px;
	width: 115px;
	height: 18px;
	font-size: 0.6em;
	padding: 0;
	text-align: center;
}

#header_cpt_pass {
	position: absolute;
	left: 13px;
	top: 50px;
	width: 115px;
	height: 18px;
	font-size: 0.6em;
	padding: 0;
	text-align: center;
}

#header_cpt_btn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 127px;
	top: 44px;
	background: url(../ximg/header_cpt_btn.jpg) no-repeat center;
	text-decoration: none;
}

#header_cpt_btn:hover {
	background: url(../ximg/header_cpt_btnl.jpg) no-repeat center;
}

