.cal_box
{
 width: 175px;
 position: absolute;
 background-color: rgb(255, 250, 230);
 z-index: 100;
 box-shadow: 2px 2px 3px #969696;

 padding-left: 1px;
 padding-top: 2px;
 padding-bottom: 2px;

 border: inset 1px rgb(255, 245, 215);
 border-radius: 8px;
}

.cal_sel
{
 height: 20px;
 line-height: 17px;

 font-size: 13px;
 appearance: none;

 padding-left: 4px;
 padding-right: 15px;

 background-color: rgb(249, 243, 226);
 background-image: url('../img/select.png');
 background-position: right center;
 background-repeat: no-repeat;

 border: solid 1px gray;
 border-radius: 4px;
}
.cal_sel:focus {outline: none}