/* bag */

ul.bag {
padding:4px 0;
margin:0;
list-style:none;
}

ul.bag li {
float:left;
width:41px;
height:41px;
padding-right:3px;
padding-top:5px;
}

ul.bag li a img{
border: none;
}

ul.bag li a{
position:relative;
text-decoration:none;
display:block;
}

ul.bag li a span{
background-color: #000;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
left: -3px;
min-width: 13px;
padding: 5px;
position: absolute;
text-align: center;
text-decoration: none;
top: -4px;
z-index: 100;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
behavior: url(/html/css/PIE.htc);
opacity:0.8;
}

ul.bag li a:hover span {
opacity:1;
}

.wand-choose-first {
font-size:1.5em;
text-align:center;
}

.wand-choose-first a{
font-size:1.5em;
}

.wand-choose-first input {
padding:5px 20px;
font-size:1.7em;
margin-bottom:20px;
}

.wand-choose-first .wand {
font-size:1.6em;
margin:10px 0;
}

.wand-choose-first .bravo {
margin:20px 0;
}