.customblocks_container {
  font-size:0;
  letter-spacing:-4px;
  text-align:center;
}
#top_column .customblocks_container {
  position:absolute;
  top:0;
  right:0;
  width:28.5%;
}
.customblocks_block {
  background-color:#f8f8f8;
  background-image:-webkit-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:#444444;
  text-shadow:1px 1px 0 #ffffff;
  border:1px solid #cccccc;
  border-bottom-color:#b2b2b2;
  border-radius:2px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:inline-block;
  width:100%;
  position:relative;
  font-size:12px;
  letter-spacing:normal;
  line-height:normal;
  margin:5px 0;
  padding:5px;
  overflow:hidden;
  vertical-align:bottom;
  -webkit-text-size-adjust:100%;
}
.customblocks_block .customblocks_button {
  -webkit-transition:all 0.2s linear;
  transition:all 0.2s linear;
  border:1px solid #3697c8;
  border-bottom-color:#2b79a0;
  border-radius:2px;
  background:#49a2ce;
  color:#ffffff;
  text-shadow:1px 1px 0 #3697c8;
  -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;
  margin:5px;
  padding:8px 16px;
}
.customblocks_block .customblocks_button:hover, .customblocks_block .customblocks_button:focus {
  border:1px solid #2b2b2b;
  border-bottom-color:#111111;
  border-radius:2px;
  background:#444444;
  text-shadow:1px 1px 0 #2b2b2b;
}
.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-color:#444444;
}
.customblocks_block .title {
  background:#ffffff;
  opacity:0.8;
  filter:alpha(opacity=80);
  position:absolute;
  top:20px;
  right:0;
  color:#444444;
  font-family:Cuprum, sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:300;
  text-align:right;
  padding:8px 10px;
}
.customblocks_block_topColumn, .customblocks_block_home { background:#ffffff; }
.customblocks_block_topColumn {
  width:100%;
  margin-top:0;
  margin-bottom:12px;
}
.customblocks_block_home {
  margin-left:1.4084507042254%;
  width:32.394366197183%;
}
.customblocks_block_topColumn .customblocks_button, .customblocks_block_home .customblocks_button {
  position:absolute;
  bottom:15px;
  right:15px;
  margin:0;
}
