#wl_top{
	background-image:url(../images/background/wl_top.jpg);
	height:22px;
	width:177px;
	padding-top:8px;
	padding-left:15px;
}

#wl_center{
	background-image:url(../images/background/wl_center.jpg);
	background-repeat:repeat-y;
	width:192px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:1px;
}

#wl_btm{
	background-image:url(../images/background/wl_btm.jpg);
	height:7px;
	width:192px;
	margin-left:1px;
}

#wish_list_options_container{
	font-size:14px;
}

.options{
	position:relative;
	float:right;
}

.spacer{
	border-bottom:1px dashed #d4d4d4;
	padding-top:15px;
	margin-bottom:10px;
}

.sml_spacer{
	border-top:1px dashed #d4d4d4;
	background-image:url(../images/background/dashed_line_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:180px;
	margin-top:10px;
	padding-bottom:10px;
}

.wishlist_header{
	color:#b7b7b7;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bolder;
	padding-left:10px;
	padding-bottom:10px;
}

.wishlist_txt{
	margin-left:13px;
	margin-right:10px;
}

.wishlist_dark{
	color:#666666;
	font-weight:bolder;
}

.in_planner{
	color:#006600;
	font-size:20px;
	text-transform:uppercase;
}

#content_list a{
	color:#666666;
	text-decoration:underline;
}

#content_list a:hover{
	text-decoration:none;
}

.sortable-list {
    list-style-type:none;
    margin:0;
}

.sortable-list li {
	list-style-type:none;
    border:1px dashed #d4d4d4;
	background-color:#F8F8F8;
	margin-bottom:20px;
    padding:10px;
	width:470px;
}

.date_select{
	cursor:pointer;
}

#save_settings input{
	font-size:10px;
	border:1px dashed #d4d4d4;
	margin-bottom:2px;
	margin-top:2px;
	color:#666666;
	font-family:"Tw Cen MT";
}

.content p{
	margin-top:-2px;
}

#quote ul{
	margin-left:15px;
}

.congrats{
	color:#006600;
}

.error{
	color:#990000;
}