#filter {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1200px;
	background: #000000;
	z-index: 100;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#clickBox {
	display: none;
	position: absolute;
	top: 180px;
        width: 360px;
        border: 5px solid #ABABAB;
        padding: 5px;
	z-index: 101;
	background: #FFFFFF;
}

#clickBox .check {
          float: left;
          width: 15px;
          height: 30px;
          line-height: 30px;
}

#clickBox .text {
          float: left;
          display: block;
          width: 210px;
          height: 30px;
          margin-right: 10px;
          margin-left: 10px;
          line-height: 30px;
}

#clickBox .line {
        width: 360px;
        height: 30px;
        margin: 0px;
        margin-bottom: 5px;
        float: left;
        clear: both;
}

#clickBox .online {
        float: right;
        width: 70px;
        height: 22px;
        color: #00FF00;
        border: 2px solid #ABABAB;
        margin: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: center;
        font-weight: bold;
        background: #DEDEDE;
}

#clickBox .offline {
        float: right;
        width: 70px;
        height: 22px;
        color: #FF0000;
        border: 2px solid #ABABAB;
        margin: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: center;
        font-weight: bold;
        background: #DEDEDE;
}

#clickBox #number {
        display: block;
        width: 230x;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        float: left;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 2px solid #ABABAB;
        padding: 0px;
}

#clickBox #button {
        width: 75px;
        height: 26px;
        line-height: 26px;
        display: block;
        border: 2px solid #ABABAB;
        color: #00FF00;
        text-align: center;
        font-weight: bold;
        float: left;
        text-decoration: none;
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
	margin-left: 10px;
        background: #DEDEDE;
}

#clickBox #button:hover {
        border: 2px solid #00FF00;
}

#clickBox #buttonCancel {
        width: 75px;
        height: 26px;
        line-height: 26px;
        display: block;
        border: 2px solid #ABABAB;
        color: #FF0000;
        text-align: center;
        font-weight: bold;
        float: right;
        text-decoration: none;
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        background: #DEDEDE;
}

#clickBox #buttonCancel:hover {
        border: 2px solid #FF0000;
}

#clickBox #clickBox p {
        text-align: justify;
        padding: 0px;
        margin: 0px;
}

#clickBox .clear {
	clear: both;
}
