﻿#layerPopup { display: none; position: absolute; top: 25%; left: 33%; z-index: 9999; border:1px solid #AAA; }
#layerPopup > div:nth-child(2) { width: 96%; height:20px; background: #EEE; text-align: right; padding: 5px 2%; border-top:1px solid #AAA; font-size:14px; }
#layerPopup > div:nth-child(2) > label:nth-child(1) { float:left; cursor:pointer;}
#layerPopup > div:nth-child(2) > input:nth-child(2) { float:left; cursor:pointer; margin:3px 0 0 5px;}
#layerPopup > div:nth-child(2) > button { float:right; }