.customblocks_container {
  clear:both;
  text-align:center;
}
.customblocks_block {
  background-color:#f8f8f8;
  background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eeeeee));
  background-image:-webkit-linear-gradient(top,#ffffff,#eeeeee);
  background-image:-o-linear-gradient(top,#ffffff,#eeeeee);
  background-image:linear-gradient(to bottom,#ffffff,#eeeeee);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color:#888888;
  text-shadow:1px 1px 0 #ffffff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:inline-block;
  width:100%;
  position:relative;
  line-height:normal;
  margin:10px 0;
  padding:5px;
  overflow:hidden;
  -webkit-text-size-adjust:100%;
}
.customblocks_block p {
  margin:5px !important;
  padding:0 !important;
}
.customblocks_block a { text-decoration:none; }
.customblocks_block a:active { background:none; }
.customblocks_block .customblocks_button {
  background-color:#9ec001;
  background-image:-moz-linear-gradient(top,#afd501,#85a201);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#afd501),to(#85a201));
  background-image:-webkit-linear-gradient(top,#afd501,#85a201);
  background-image:-o-linear-gradient(top,#afd501,#85a201);
  background-image:linear-gradient(to bottom,#afd501,#85a201);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaed401', endColorstr='#ff85a201', GradientType=0);
  color:#ffffff;
  text-shadow:1px 1px 0 #708901;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #85a201;
  border-bottom-color:#5b6f01;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  display:block;
  clear:both;
  font-family:Arial, sans-serif;
  font-size:11px;
  font-weight:300;
  line-height:14px;
  text-align:center;
  text-decoration:none;
  vertical-align:top;
  cursor:pointer;
  outline:0;
  margin:5px;
  padding:8px 16px;
}
.customblocks_block .customblocks_button:hover, .customblocks_block .customblocks_button:focus {
  -webkit-transition:background-position 0.2s linear;
  -moz-transition:background-position 0.2s linear;
  -o-transition:background-position 0.2s linear;
  transition:background-position 0.2s linear;
  background-color:#85a201;
  background-position:0 -16px;
}
.customblocks_block .customblocks_button:active {
  -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  background-image:none;
  background-color:#85a201;
}
.customblocks_block .customblocks_button:active { background-color:#5b6f01; }
.customblocks_block .title {
  position:absolute;
  top:10px;
  right:15px;
  width:190px;
  font-family:Federo, sans-serif;
  font-size:18px;
  line-height:18px;
  font-weight:300;
  text-align:right;
}
.customblocks_block .desc {
  position:absolute;
  bottom:50px;
  right:15px;
  width:170px;
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:16px;
  text-align:right;
}
#customblocks_block_1 {
  float:left;
  width:32.4%;
  min-height:122px;
  margin:5px 0;
  padding:0;
}
#customblocks_block_1 img { float:left; }
#customblocks_block_1 p { margin:0 !important; }
#customblocks_block_1 .customblocks_button {
  position:absolute;
  bottom:10px;
  right:15px;
  margin:0;
  padding:8px 16px;
}
#customblocks_block_2 {
  width:32.4%;
  min-height:122px;
  margin:5px;
  padding:0;
}
#customblocks_block_2 img { float:left; }
#customblocks_block_2 p { margin:0 !important; }
#customblocks_block_2 .customblocks_button {
  position:absolute;
  bottom:10px;
  right:15px;
  margin:0;
  padding:8px 16px;
}
#customblocks_block_3 {
  float:right;
  width:32.4%;
  min-height:122px;
  margin:5px 0;
  padding:0;
}
#customblocks_block_3 img { float:left; }
#customblocks_block_3 p { margin:0 !important; }
#customblocks_block_3 .customblocks_button {
  position:absolute;
  bottom:10px;
  right:15px;
  margin:0;
  padding:8px 16px;
}
