#suggerencies-button{
	width:31px;
	height:140px;
	position:fixed;
	left:0;
	top:50%;
	margin-top:-70px;
	background:url(../images/suggerencies-bg.jpg) 0 0 repeat;
    -moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#suggerencies-button a{
	float:left;
	cursor:pointer;
	width:31px;
	height:140px;
	background:url(../images/suggerencies.png) center center no-repeat;
}
#suggerencies{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/suggerencies-trans-bg.png) top left repeat;
}
#suggerencies-container{
	width:300px;
	height:500px;
	left:50%;
	top:50%;
	margin-top:-250px;
	margin-left:-150px;
	position:absolute;
}
#suggerencies-content{
	width:290px;
	background:url(../images/dialog.png) bottom left repeat-x #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
}
#suggerencies h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	margin:0;
	padding:0 0 5px 0;
}
#suggerencies h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	color:#333;
}
#suggerencies p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left:5px;
	text-align:justify;
	color:#666;
}
#suggerencies p a, #suggerencies p a:visited{
	padding:5px;
	color:#0066cb;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#suggerencies p a:hover, #suggerencies p a:visited:hover{
	background-color:#0066cb;
	padding:5px;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#suggerencies-close{
	width:48px;
	height:48px;
	background:url(../images/close.png) top left no-repeat;
	position:absolute;
	top:0;
	right:0;
	margin-top:-12px;
	margin-right:-18px;
}
#suggerencies-close a{
	float:left;
	cursor:pointer;
	width:48px;
	height:48px;
}
