/*clearfix
-----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
-----------------------------------------------------*/
body {
	color:#333;
	margin:0 0 30px 0;
	padding:0;
	font-size:80%;
	background:url('../img/bodyback.gif');
	background:#EBEBEB;
}
#wrap {
	margin:0 auto;
	padding:15px 26px 15px 34px;
	width:482px;
	background:#fff;
	background:url('../img/wrapback.jpg') repeat-y;
}
#logo {
}
.todowrap {
	margin-bottom:5px;
}
.todo {
	float:left;
}
form {
	padding:0;
	margin:0;
}
input#data {
	width:81px;
}
.finish {
	color:#999;
}
.fade {
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	margin-top:7px;
	background:#FFF2F2;
	padding:5px 0;
	border-top:1px solid #FEDBDB;
	border-bottom:1px solid #FEDBDB;
	width:474px;
}
.fade_complete {
	font-weight:bold;
	color:#006500;
	text-align:center;
	margin-top:7px;
	background:#E7FBE7;
	padding:5px 0;
	border-top:1px solid #9CCF9C;
	border-bottom:1px solid #9CCF9C;
	width:474px;
}
.error {
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	margin-top:7px;
	background:#FFF2F2;
	padding:5px 0;
	border-top:1px solid #FEDBDB;
	border-bottom:1px solid #FEDBDB;
}
#delete {
	color:#999;
	text-decoration:none;
}
h2 {
	padding:8px 5px 0 280px;
	background:url('../img/upper_element.jpg') no-repeat;
	height:31px;
	color:#666;
	font-weight:normal;
	font-size:1em;
	margin:7px 0 0 0;
}
h2#lower {
	padding:5px 0 0 0;
	background:url('../img/lower_element.jpg') no-repeat;
	height:31px;
	margin:15px 0 0 0;
}
h2#lower a img {
	border:none;
	float:right;
	padding:0 20px;
}
#blank ul,
#blank2 ul {
	padding:0;
	margin:10px 0;
}
#blank ul li {
	background:url('../img/bullet.jpg') left center no-repeat;
	list-style:none;
	padding-left:20px;
	color:#ccc;
	margin-bottom:7px;
}
#blank2 ul li {
	background:url('../img/bullet.jpg') left center no-repeat;
	list-style:none;
	padding-left:20px;
	color:#ccc;
	margin-bottom:7px;
}
#google {
	margin-top:30px;
}
#ftr {
	text-align:center;
	margin-top:15px;
}
#ftr a {
	margin-right:15px;
	color:#666;
	text-decoration:none;
}
td.input {
	padding:7px 0 0 0;
}
td.input2 {
	padding:7px 0 0 7px;
}
td.sub {
	text-align:left;
	padding:0 0 7px 7px;
	color:#666;
	font-size:0.8em;
}
td.sub2 {
	text-align:left;
	padding:0 0 7px 0;
	color:#666;
	font-size:0.8em;
}
table.upper {
	padding:0 7px 0 0;
	border:1px solid #ccc;
	background:url('../img/upperback.gif');
	margin:3px 0 0 0;
	width:474px;
}
td#title {
	width:343px;
}
td.option {
	width:54px;
	text-align:right;
}
td.option2 {
	color:#cc0000;
	font-weight:bold;
	text-align:right;
}
#copyright {
	text-align:center;
	color:#ccc;
}
#ftrback {
	background:url('../img/ftrback.jpg') no-repeat;
	height:16px;
	margin:auto;
	width:542px;
}
.checkbox_date,
.checkbox_title {
}
.madeni {
	color:#ccc;
}