@charset "utf-8";
/* CSS Document */

#frmBox{
 width:360px;
 background-color:#EEEEEE;
 border:solid 1px #999999;
}

.lbl{
 float:left;
 width:100px;
 margin-left:10px;
}


.radioBox {
display:inline;
}

.radioBox, .frmLine{
height:32px;
}

h3{
margin-left:6px;
padding-top:10px;
font-size:14px;
color:#333333;
}

#addToCart{
 width:200px;
}

input{
 text-align:center;
}

.hid{
 display:none;
}
.vis{
 display:inherit;
}
