@charset "utf-8";
/* CSS Document */

#left {
	position:absolute;
	width:200px;
	height:auto;
	left:10px;
	top:80px;
}

#right_home {
	position:absolute;
	width:600px;
	height:auto;
	left:230px;
	top:80px;
}

#right_form, #right_login, #right_account, #right_charge {
	position:absolute;
	width:600px;
	height:auto;
	left:230px;
	top:80px;
	display:none;
}

#header {
	position:absolute;
	width:820px;
	height:65px;
	top:10px;
	left:10px;
}

#puls_home{
	position:absolute;
	width:107px;
	height:39px;
	background-image:url(/images/puls_home.jpg);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	right:5px;
	bottom:5px;
}

#puls_logout{
	position:absolute;
	width:107px;
	height:39px;
	background-image:url(/images/puls_logout.jpg);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	right:112px;
	bottom:5px;
}

#privacy, #consenso{
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	font-size:7pt;
	width:100%;
	height:100px;
	overflow:auto;
}