#idea .wrapper  {
width: 300px;
display:block;

}

#idea { overflow:hidden; z-index: 10;}

#idea .box-left-arrow{
background: url(../images/idea-sprite.png) no-repeat 0 0;
width: 10px;
height:160px;
float:left;
display:block;
}

#idea .box-left {
width:264px;
height:158px;
background: url(../images/idea-bg.png) repeat-x left top;
display:block;
border-top: 1px solid #004E81;
float:left;
}
#idea .box-left-rightside{
background: url(../images/idea-sprite.png) no-repeat -32px 0;
width: 5px;
height:167px;
float:left;
display:block;
}

#idea .box-left-bottom{
background: url(../images/idea-sprite.png) no-repeat -60px 0;
width: 265px;
height:14px;
float:left;
display:block;
margin-left:9px;
margin-top:-8px;
}

#idea .box-title{
font-size: 13px;
font-family:Arial;
font-weight:bold;
color: #fff;
margin-top: 10px;
margin-left:13px;
float:left
}

#idea .box-title span{
font-size: 13px;
font-family:Arial;
font-weight:bold;
color: #EBE51B;
}

#idea #box-close{
background: url(../images/idea-sprite.png) no-repeat -10px -250px;
float:right;
text-indent:-999px;
display:block;
width:15px;
height:14px;
margin-top:-30px;
margin-right:10px;
}
#idea #box-close:hover{
background: url(../images/idea-sprite.png) no-repeat -10px -270px;
float:right;
}

#idea .line{
clear:both; 
background: url(../images/idea-sprite.png) no-repeat -63px -56px;
/*border-top:1px solid #033C62; */
margin-top:8px;
margin-bottom:4px;
margin-left:12px;
display:block;
width:240px;
height:1px;
line-height:1px;
}

#idea .box-desc {
background: url(../images/idea-sprite.png) no-repeat -11px -232px;
float:left;
padding-left:15px;
font-size: 13px;
font-family:Arial;
color: #fff;
width:220px;
margin-left:15px;
line-height:15px;
}




/********************* right arrow ***********************/


#idea .box-right-arrow{
background: url(../images/idea-sprite.png) no-repeat -17px 0;
width: 10px;
height:129px;
float:left;
display:block;
}

#idea .box-right {
width:264px;
height:128px;
background: url(../images/idea-bg.png) repeat-x left top;
display:block;
border-top: 1px solid #004E81;
float:left;
}
#idea .box-right-rightside{
background: url(../images/idea-sprite.png) no-repeat -45px 0;
width: 5px;
height:137px;
float:left;
display:block;
}

#idea .box-right-bottom{
background: url(../images/idea-sprite.png) no-repeat -60px -21px;
width: 265px;
height:14px;
float:left;
display:block;
margin-left:0px;
margin-top:0px;
}


