.button {
}

.button_pren{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 8px; 
font-weight: bold; 
text-decoration: none;
color: #000000; 
cursor: pointer;
padding: 2px 3px 2px 3px;
background: #00FF66; 
border: 2px solid #000000;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px 
}
.alert, .alert h4 {
	color: #000000;
}