#adminLogin {
	top: 120px;
	position: relative;
	width:620px; height:290px;
}
#loginBox {
	position:relative;
	width:620px; height:290px;
	background:url(/admin/img/login_img.jpg) no-repeat left top;
	text-align:left;
}
#loginBox .adminBox {
	position:relative;
	text-align:center;
	width:245px; height:23px;
	padding-top:5px;
	border: 1px solid #D1E0F2;
	left:332px; top:130px;
}
#LoginArea {position:relative; left: 335px; top:145px}
#LoginArea ul {float:left;}
#LoginArea ul li.img {height:30px; padding-right:5px; padding-top:2px;}
#LoginArea ul li {height:30px; margin-top:6px;}
#LoginArea #LoginBtn {padding-left:3px;}


/* 收收收收收收收收收收收收收收收收收收收收收收收收收收收 */
/* ∪ CALENDAR											*/
/* 收收收收收收收收收收收收收收收收收收收收收收收收收收收 */

/* the div that holds the date picker calendar */
.dpDiv {
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #505050;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	font-size: 10px;
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #FFFFFF;
	line-height: 100%;
	width:16px;
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTDEnd {
	border: 1px solid #FFFFFF;
	line-height: 100%;
	width:16px;
	color: #FF66CC;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	line-height: 100%;
	width:16px;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTDEnd {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	line-height: 100%;
	width:16px;
	color: #FF66CC;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	color: black;
	line-height: 100%;
	width:16px;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	font-size:10px;
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}

/* a table cell that holds the names of days of the weekEnd (Sun, Sat.) */
.dpDayTDEnd {
	background-color: #FFCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.dpCloseButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}
/* 收收收收收收收收收收收收收收收收收收收收收收收收收收收 */
/* ∪ CALENDAR	End							*/
/* 收收收收收收收收收收收收收收收收收收收收收收收收收收收 */