
.clear {
	clear:both;
}



/* POPUP STYLES ///////////////////////////////////////
////////////////////////////////////////////////////// */

#pop_main_holder {
	background:transparent url(../images/pop_main_bg.png) top left no-repeat;
	position:absolute;
	left:50%;
/*	top:50%;*/
	margin-left:-250px;
	margin-top:20px;
	width:499px;
	height:350px;
/*	margin:150px auto;*/
	padding:16px;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	color:#333;
	line-height: 1;
	z-index:9999;
}

#pop_top_bg {
	background:transparent url(../images/pop_top_bg.png) top left no-repeat;
	width:499px;
	height:94px;
}

#pop_main_bg {
	background:#FFF;
	width:426px;
	height:222px;
	padding:34px 0px 0px 73px;
}

#pop_close_btn {
	background:transparent;
	float:right;
	width:80px;
	height:30px;
	margin:32px 20px 0px 0px;
	cursor: pointer;
}

#pop_close_btn span {
	display:none;
}

.todohead {
	background:#FFF url(../images/pop_todo_head.gif) top left no-repeat;
	height:18px;
	color:#333;
}

.todohead span {
	display:none;
}

ul#todolist {
	font-size:15px;
	color:#666;
	list-style: none;
	margin:25px 0px 0px 0px;
	padding:0;
	line-height: 1;
	font-weight:bold;
}

ul#todolist li {
	font-size:15px;
	margin:0px 0px 16px 0px;
	padding:0;
	line-height: 1;
}

ul#todolist li.todolist1 {

}