@charset "utf-8";
/* CSS Document */

yradio{display:inline-block; width:15px; height:15px; background:#fff; border-radius:15px; border:3px solid #333; cursor:pointer;}
yradio.checked{background:#f00; width:15px; height:15px; border-radius:15px; border:3px solid #333;}
yradio input{display:none;}

ycheckbox{display:inline-block; width:15px; height:15px; background:#fff; border:3px solid #333; cursor:pointer;}
ycheckbox.checked{background:#ff0;}
ycheckbox input{display:none;}
yselect{display:inline-block; width:150px; height:24px; background:#f9f9f9; border:3px solid #333; cursor:pointer; border:1px solid #666; position:relative;}
yselect:hover{z-index:10;}
yval{display:block; height:100%; padding-left:10px; height:24px;}
yselp{display:block; position:absolute; width:100%; border:1px solid #666; border-top:0px; top:100%; left:0px;}
yoption{display:block; height:30px; line-height:30px; padding-left:10px; background:#eee; clear:both; font-size:15px;}
yoption:hover{background:#ccc;}
yselect select{position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:10; display:none;}
yselect.mobile select{display:block;opacity:0; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity:0;}