@charset "utf-8";
/* CSS Document */

.input
{
    margin :5px 0px;
    
}
#div1
{
    text-align :center ;
	position:absolute;
	display:none;
	height:120px;
	width:250px;
	background-color:#CdF;
	border:outset #06C 1px;
	z-index:1001;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
#btncancle{
	margin-left:50px;
}
#close{
	text-align:right;
	height:22px;
	line-height :22px;
	padding-right:1px;
	cursor:default;
	background-color:#fd8403;
}
#close span
{
    color :#FFFFFF;
	cursor:point;
}

#div2 {
	text-align: center;
	position: absolute;
	display: none;
	height: 120px;
	width: 200px;
	background-color: #CdF;
	border: outset #06C 1px;
	z-index: 1001;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#close2 {
	text-align: right;
	height: 22px;
	line-height: 22px;
	padding-right: 1px;
	cursor: default;
	background-color: #fd8403;
}

#close2 span {
	color: #FFFFFF;
	cursor: point;
}
