.readeronline {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-size:14px;
    padding:1px 3px;
    text-decoration:none;
}.readeronline:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
}.readeronline:active {
    position:relative;
    top:1px;
}

.editButton {
	      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	      background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	      background-color:#9dce2c;
	      -webkit-border-top-left-radius:22px;
	      -moz-border-radius-topleft:22px;
	      border-top-left-radius:22px;
	      -webkit-border-top-right-radius:22px;
	      -moz-border-radius-topright:22px;
	      border-top-right-radius:22px;
	      -webkit-border-bottom-right-radius:22px;
	      -moz-border-radius-bottomright:22px;
	      border-bottom-right-radius:22px;
	      -webkit-border-bottom-left-radius:22px;
	      -moz-border-radius-bottomleft:22px;
	      border-bottom-left-radius:22px;
	      text-indent:0;
	      border:1px solid #83c41a;
	      display:inline-block;
	      color:#ffffff;
	      font-family:Arial;
	      font-size:13px;
	      font-weight:bold;
	      font-style:normal;
	      height:26px;
	      line-height:26px;
	      width:86px;
	      text-decoration:none;
	      text-align:center;
}
.editButton:hover {
		    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
		    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
		    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
		    background-color:#8cb82b;
}.editButton:active {
		      position:relative;
		      top:1px;
}


.createButton {
	      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd) );
	      background:-moz-linear-gradient( center top, #c123de 5%, #a20dbd 100% );
	      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
	      background-color:#c123de;
	      -webkit-border-top-left-radius:22px;
	      -moz-border-radius-topleft:22px;
	      border-top-left-radius:22px;
	      -webkit-border-top-right-radius:22px;
	      -moz-border-radius-topright:22px;
	      border-top-right-radius:22px;
	      -webkit-border-bottom-right-radius:22px;
	      -moz-border-radius-bottomright:22px;
	      border-bottom-right-radius:22px;
	      -webkit-border-bottom-left-radius:22px;
	      -moz-border-radius-bottomleft:22px;
	      border-bottom-left-radius:22px;
	      text-indent:0;
	      border:1px solid #a511c0;
	      display:inline-block;
	      color:#ffffff;
	      font-family:Arial;
	      font-size:13px;
	      font-weight:bold;
	      font-style:normal;
	      height:26px;
	      line-height:26px;
	      width:86px;
	      text-decoration:none;
	      text-align:center;
}
.createButton:hover {
		    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de) );
		    background:-moz-linear-gradient( center top, #a20dbd 5%, #c123de 100% );
		    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
		    background-color:#a20dbd;
}.createButton:active {
		      position:relative;
		      top:1px;
}



.saveButton {
	      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	      background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	      background-color:#79bbff;
	      -webkit-border-top-left-radius:22px;
	      -moz-border-radius-topleft:22px;
	      border-top-left-radius:22px;
	      -webkit-border-top-right-radius:22px;
	      -moz-border-radius-topright:22px;
	      border-top-right-radius:22px;
	      -webkit-border-bottom-right-radius:22px;
	      -moz-border-radius-bottomright:22px;
	      border-bottom-right-radius:22px;
	      -webkit-border-bottom-left-radius:22px;
	      -moz-border-radius-bottomleft:22px;
	      border-bottom-left-radius:22px;
	      text-indent:0;
	      border:1px solid #469df5;
	      display:inline-block;
	      color:#ffffff;
	      font-family:Arial;
	      font-size:18px;
	      font-weight:bold;
	      font-style:normal;
	      height:31px;
	      line-height:31px;
	      width:110px;
	      text-decoration:none;
	      text-align:center;
}
.saveButton:hover {
		    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
		    background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
		    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
		    background-color:#4197ee;
}.saveButton:active {
		      position:relative;
		      top:1px;
}



.widesave {
	  -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	  -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	  box-shadow:inset 0px 1px 0px 0px #f5978e;
	  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	  background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	  background-color:#f24537;
	  -webkit-border-top-left-radius:20px;
	  -moz-border-radius-topleft:20px;
	  border-top-left-radius:20px;
	  -webkit-border-top-right-radius:20px;
	  -moz-border-radius-topright:20px;
	  border-top-right-radius:20px;
	  -webkit-border-bottom-right-radius:20px;
	  -moz-border-radius-bottomright:20px;
	  border-bottom-right-radius:20px;
	  -webkit-border-bottom-left-radius:20px;
	  -moz-border-radius-bottomleft:20px;
	  border-bottom-left-radius:20px;
	  text-indent:0;
	  border:1px solid #d02718;
	  display:inline-block;
	  color:#ffffff;
	  font-family:Arial;
	  font-size:15px;
	  font-weight:bold;
	  font-style:normal;
	  height:35px;
	  line-height:35px;
	  width:190px;
	  text-decoration:none;
	  text-align:center;
	  text-shadow:1px 1px 0px #810e05;
}
.widesave:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
		background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
		background-color:#c62d1f;
}.widesave:active {
		  position:relative;
		  top:1px;
}


.moreButton {
	    -moz-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	    -webkit-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	    box-shadow:inset 0px 1px 0px 0px #e6cafc;
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee) );
	    background:-moz-linear-gradient( center top, #c579ff 5%, #a341ee 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
	    background-color:#c579ff;
	    -webkit-border-top-left-radius:20px;
	    -moz-border-radius-topleft:20px;
	    border-top-left-radius:20px;
	    -webkit-border-top-right-radius:20px;
	    -moz-border-radius-topright:20px;
	    border-top-right-radius:20px;
	    -webkit-border-bottom-right-radius:20px;
	    -moz-border-radius-bottomright:20px;
	    border-bottom-right-radius:20px;
	    -webkit-border-bottom-left-radius:20px;
	    -moz-border-radius-bottomleft:20px;
	    border-bottom-left-radius:20px;
	    text-indent:0;
	    border:1px solid #a946f5;
	    display:inline-block;
	    color:#ffffff;
	    font-family:Arial;
	    font-size:15px;
	    font-weight:bold;
	    font-style:normal;
	    height:37px;
	    line-height:37px;
	    width:160px;
	    text-decoration:none;
	    text-align:center;
	    text-shadow:1px 1px 0px #8628ce;
}
.moreButton:hover {
		  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff) );
		  background:-moz-linear-gradient( center top, #a341ee 5%, #c579ff 100% );
		  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
		  background-color:#a341ee;
}.moreButton:active {
		    position:relative;
		    top:1px;
}

.redEditButton {
	      -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	      -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	      box-shadow:inset 0px 1px 0px 0px #f5978e;
	      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	      background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	      background-color:#f24537;
	      -webkit-border-top-left-radius:16px;
	      -moz-border-radius-topleft:16px;
	      border-top-left-radius:16px;
	      -webkit-border-top-right-radius:16px;
	      -moz-border-radius-topright:16px;
	      border-top-right-radius:16px;
	      -webkit-border-bottom-right-radius:16px;
	      -moz-border-radius-bottomright:16px;
	      border-bottom-right-radius:16px;
	      -webkit-border-bottom-left-radius:16px;
	      -moz-border-radius-bottomleft:16px;
	      border-bottom-left-radius:16px;
	      text-indent:0;
	      border:1px solid #d02718;
	      display:inline-block;
	      color:#ffffff;
	      font-family:Arial;
	      font-size:15px;
	      font-weight:bold;
	      font-style:normal;
	      height:25px;
	      line-height:25px;
	      width:70px;
	      text-decoration:none;
	      text-align:center;
	      text-shadow:1px 1px 0px #810e05;
}
.redEditButton:hover {
		     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
		     background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
		     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
		     background-color:#c62d1f;
}.redEditButton:active {
		       position:relative;
		       top:1px;
}

.downloadButton {
	    -moz-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	    -webkit-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	    box-shadow:inset 0px 1px 0px 0px #e6cafc;
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee) );
	    background:-moz-linear-gradient( center top, #c579ff 5%, #a341ee 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
	    background-color:#c579ff;
	    -webkit-border-top-left-radius:20px;
	    -moz-border-radius-topleft:20px;
	    border-top-left-radius:20px;
	    -webkit-border-top-right-radius:20px;
	    -moz-border-radius-topright:20px;
	    border-top-right-radius:20px;
	    -webkit-border-bottom-right-radius:20px;
	    -moz-border-radius-bottomright:20px;
	    border-bottom-right-radius:20px;
	    -webkit-border-bottom-left-radius:20px;
	    -moz-border-radius-bottomleft:20px;
	    border-bottom-left-radius:20px;
	    text-indent:0;
	    border:1px solid #a946f5;
	    display:inline-block;
	    color:#ffffff;
	    font-family:Arial;
	    font-size:15px;
	    font-weight:bold;
	    font-style:normal;
	    height:37px;
	    line-height:37px;
	    width:220px;
	    text-decoration:none;
	    text-align:center;
	    text-shadow:1px 1px 0px #8628ce;
}
.downloadButton:hover {
		  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff) );
		  background:-moz-linear-gradient( center top, #a341ee 5%, #c579ff 100% );
		  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
		  background-color:#a341ee;
}.downloadButton:active {
		    position:relative;
		    top:1px;
}

