#manifesto {
/* 	width:500px;
	height: 120px;
	vertical-align:middle;
	background-color: #f5fdff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	opacity: 0.85;
	border: 5px dashed white;
	margin-left: 30.9%;
	top:1%;
	padding: 5px; 
*/
	width:500px; 
	vertical-align:middle; 
	position: fixed; 
	margin-left: -250px; 
	margin-top: -300px; 
	position:absolute;
	top: 45%; 
	left: 50%; 
	
	/* common segment: */
	background-color: #f5fdff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	opacity: 0.85;
	border: 5px dashed white;
	padding: 5px; 
}

#text {
	width:490px;
	heigth:60px;
}
#small-print {
	color: #FA7B00;
}

#manifesto-tittle {
	font-size: 16pt;
	line-height: 100%;
	font-family: Candara;
	color: #FA7B00;
	margin: 1px;
	top:2%;
	left: 50%;
	margin-left:-230px;
	text-align: center;
}

#message { 
	width: 481;
	font-size: 12pt;
	line-height: 95%;
	font-family: Candara;
	color: #FA7B00;
	margin: 1px;
	top:6%;
	left: 50%;
	margin-left:-243px;
	margin-right: auto;
	color: #0d666f;
	overflow: hidden;
	text-align: justify;
}

.buttons {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	border:1px solid #747573;	
	display:inline-block;
	font-family:Candara;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:15px;
	width:100px;
	text-decoration:none;
	text-align:center;
	margin-top: 5px;
}

body { 
    width: 100%; 
	resize: none;

}

.buttons span {
	font-size: 100%;
}

#sign-now {
	background:#4FCC4F;
	height:22px;
	width:150px;
	color: #ffffff;
    float: right;
    margin: 3px;
    margin-top:3px;

}

#sign-now:hover {
	background:#95D995;
}