.GoldIcon,.FlowerIcon,.InpSub{
    background-image:url("/hsm/uf/imgs/blog/flowerbg.png");
	background-repeat: no-repeat;
	display:inline-block;
	vertical-align: text-top;
}
.FlowerForm{
    width:400px;
	height:auto;
	margin:10px auto 0;
}
a.ClickLink{ 
   color:#97012e;
   text-decoration: underline;
}
em{ 
  font-weight:bold; 
}
.FormRow{
    height:25px;
	margin:5px 0;
    width:100%;
}
.GoldIcon{
    background-position:0 0;
	height:14px;
	width:16px;
}
.FlowerIcon{
    background-position:right 0;
	height:15px;
	width:13px;
	margin-left:15px;
}
.InpNum{
    height:25px;
	line-height:25px;
	border:1px solid #a9a9a9;
	margin:0 7px;
	vertical-align: middle;
	width:114px;
}
.InpWord{
    border:1px solid #a9a9a9;
	width:400px;
	height:105px;
	resize: none;
}
.InpSub{
    background-position:0 -23px;
    border: 0 none;
    color: #fff;
	cursor:pointer;
	display:block;
    height: 25px;
    line-height: 25px;
    margin: 10px auto 0;
    width: 80px;
}
/*送鲜花弹窗*/
.FlowerDialog{
   background-color:#fff;
   border:1px solid #a9a9a9;
   display:none;
   width: 460px;
   left: 50%;
   top: 50%;
   z-index: 100002;
   position: fixed;
   margin-left: -230px;
   margin-top: -160px;
   _position: absolute;
   _clear: both;
   _top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 1
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 1); 
}
.FlowerDialog h2{
   border-bottom:1px solid #a9a9a9;
   height:38px;
   line-height:38px;
   font-weight:bold;
   font-size:14px;
   padding-left:20px;
}
.FlowerDialog h2 a.BtnCos{
   float:right;
   margin-right:5px;
}
.IframeWrp{
   height:280px;
   margin:10px 20px;
   width:420px;
}