/* b-blog_options_my */
.b-blog_options_my {
  overflow:hidden;
  width:300px;
  float:left;
  padding:10px;
  background: #D1D1D1;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-blog_options_my_block {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  overflow:hidden;
  width:300px;
}
.b-blog_options_my_ic_draft {
  display:block;
  width:26px;
  height:26px;
  background: url('../../img/project.png') no-repeat -499px -186px;
  _background: url('../../img/project.gif') no-repeat -499px -186px;
  margin:0 auto;
  margin-bottom:7px;
}
.b-blog_options_my_ic_settings {
  display:block;
  width:26px;
  height:26px;
  background: url('../../img/project.png') no-repeat -473px -186px;
  _background: url('../../img/project.gif') no-repeat -473px -186px;
  margin:0 auto;
  margin-bottom:7px;
}
.b-blog_options_my_btn_block {
  margin-top:5px;
}
.b-blog_options_my_box {
  width:100px;
  text-align:center;
  padding:12px 0 7px;
  float:left;
}
.b-blog_options_my_box b {
  font-size:14px;
}
.b-blog_options_my_amount {
  color:#867491;
  font-size:36px;
  font-weight:bold;
  line-height:27px; 
  margin-bottom:6px;
  display:block;
}
.b-blog_options_my_btn {
  display:block;
  width:148px; 
  float:left;
  text-align:center; 
  font-size:11px; 
  font-weight:bold;
  height:22px;
  color:#fff;
  padding-top:5px;
  background: #a46cc5; 	
  background: -webkit-gradient(linear, left top, left bottom, from(#a46cc5), to(#7f549a));
  background: -moz-linear-gradient(-90deg, #a46cc5, #7f549a);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#a46cc5, endColorstr=#7f549a);
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-blog_options_my_btn:hover {
  background: #7f549a; 	
  background: -webkit-gradient(linear, left top, left bottom, from(#7f549a), to(#a46cc5));
  background: -moz-linear-gradient(-90deg, #7f549a, #a46cc5);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#7f549a, endColorstr=#a46cc5);
  color:#fff;
}
.b-blog_options_my_btn span  {
  font-size:14px;
  font-weight:bold;
  vertical-align:-1px;
}
.b-blog_options_my_btn_del {
  display:block;
  width:148px; 
  float:right;
  text-align:center; 
  font-size:11px; 
  height:22px;
  color:#888;
  padding-top:5px;
  background: #ebd5ea;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
/*end  b-blog_options_my */


/*  b-blog_options */
.b-blog_options {
  width:302px;
  float:left;
  padding:16px 9px 9px;

  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-blog_options {
  float:right;
  font-size:11px;
  /*margin-top:7px;*/
}
.b-blog_options a {
  float:right;
  margin-left:15px;
}
.b-blog_options_img {
  float:left; 
  margin:-7px 10px 0 0;
  display:block;
}
/* end b-blog_options */