* {
font-family:Arial, Helvetica, Sans-Serif;
color:#3e3e3e;
font-size:14px;
}

.grayBg {
width:250px;
background:gray;
padding:15px;
}

.blueBg {
width:250px;
background:#59a4c1;
padding:15px;
}

.treeBg {
background: url(images/tree.jpg) 0px 0px no-repeat;
width:250px;
padding:15px;
}

a.button {
text-decoration:none;
background:transparent url(images/button-left.png) 0px 0px no-repeat;	
width:11px;
height:27px;
display:block;
overflow:visible;
white-space:nowrap;
}


a.button span {
color:white;
background:transparent url(images/button-right.png) top right no-repeat;	
float:left;
display:inline;
height:22px;
padding: 4px 14px 7px 0px;
margin-left:11px;
cursor:pointer;
}
