/* Questo è un test per un CSS da includere */

html {
    margin:20px;
}
#poll_title {
    font-weight:bold;
    font-size:20px;
	/*border-bottom:1px solid #cccccc;*/
}
#poll_page {
float:left;
margin-bottom:5px;
margin-top:5px;
width:100%;
border:1px solid #cccccc;
}
.poll_question{
font-weight:bold;
padding:3px 3px 3px 6px;
}
.poll_options {
    margin-top:3px;
	margin-left:8px;
}
.poll_buttons {
    margin:10px;
}
.poll_vote, .poll_view {
    float:left;
    margin-right:4px;
}
