body{
	padding:50px;
	font-family:'Verdana';
	text-shadow:3px 2px 3px #000000;
	font-weight:normal;
	color:#ddd;
	background:#666
}
.clear{ clear:both }

a{
	outline:none
}

ul{
	margin:0;
	padding:0;
}

p{
	font-style:normal;
	text-shadow:none
}

.button {
    border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 18px/100% 'Verdana';
    margin: 0 2px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
	padding:3px 6px
}
.green {
    background: -moz-linear-gradient(center top , #CDE552, #AFC937) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#CDE552), to(#AFC937));
    border: 1px solid #A2BA2E;
    color: #FEFEFE;
}
.green:hover {
    background: -moz-linear-gradient(center top , #AFC937, #C5DD4D) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFC937), to(#C5DD4D));
    color: #FFFFFF;
    text-decoration: none;
}
.green:active{
	position:relative;
	top:1px
}

.diapo{ width:550px; float:left }
.actions{ float:left }
.actions h2, .actions p{ margin-top:0 }
