html,body {
height:100%;
overflow:hidden;
}
#win {
position:absolute;
top:50%;
left:50%;
cursor:pointer;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
#win p.title {
width:100%;
height:30px;
line-height:30px;
background-color:#F60;
border-radius:5px 5px 0px 0px;
}
#win p.title span {
margin-left:10px;
}
#win div.content {
padding:10px;
width:300px;
height:100px;
background-color:rgba(0,0,0,.1);
border-radius:0px 0px 5px 5px;
}