.imageleft {
     margin: 5px;
     padding: 8px;
     float:left;
     border:none;
}
.imageright {
     margin: 5px;
     padding: 8px;
     float:right;
     border:none;
}
.button {
        border: 2px solid #ff9900;
	background-color: #009933;
	padding: 10px;     
        width: 140px;
        font-size: 14px;
        text-align:center;
}
.button a {
	color: #ff9900;
	text-decoration: underline;
        font-size: 14px;
}
.button a:hover {
	color: #fff;
	text-decoration: underline;
        font-size: 14px;
}
