.customblocks_container {
  clear:both;
  text-align:center;
}
#top_column .customblocks_container {
  position:absolute;
  top:0;
  right:0;
  width:28.5%;
}
.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:#444444;
  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 #cccccc;
  border-bottom-color:#b2b2b2;
  -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 {
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #3697c8;
  border-bottom-color:#2b79a0;
  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;
  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-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #2b2b2b;
  border-bottom-color:#111111;
  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 !important;
}
#customblocks_block_1 {
  background:#ffffff;
  margin:0 0 8px 0;
}
#customblocks_block_1 img { float:left; }
#customblocks_block_1 p { margin:0 !important; }
#customblocks_block_1 .customblocks_button {
  position:absolute;
  bottom:15px;
  right:15px;
  margin:0;
}
#customblocks_block_2 {
  background:#ffffff;
  margin:0 0 10px;
}
#customblocks_block_2 img { float:left; }
#customblocks_block_2 p { margin:0 !important; }
#customblocks_block_2 .customblocks_button {
  position:absolute;
  bottom:15px;
  right:15px;
  margin:0;
}
