.button1, .smallbutton1, .addbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef9764), color-stop(1, #ef5c06) );
	background:-moz-linear-gradient( center top, #ef9764 5%, #ef5c06 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9764', endColorstr='#ef5c06');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
}.button1:hover, .smallbutton1:hover, .addbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef5c06), color-stop(1, #ef9764) );
	background:-moz-linear-gradient( center top, #ef5c06 5%, #ef9764 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5c06', endColorstr='#ef9764');
	background-color:#ef5c06;
}.button1:active, .smallbutton1:active, .addbutton:active {
	position:relative;
	top:1px;
}

.smallbutton1 {
	font-size:10px;
	padding:6px;
}

.addbutton {
  font-size: 10px; 
  padding: 6px; 
  float: right;
  margin-left: 5px;
}