body {
	font-family: Arial;
}

#content {
	padding: 5px 40px;
	width: 720px;
}

div.item:hover .edit {
	background: #FFFFCC;
	cursor: text;
}

.edit {
	width: 600px;
}

.item.edit {
	padding:0;
	margin-left: 35px;
}

.lk {
	cursor: pointer;
}

.lk:hover {
	color: blue;
}

.box {
	border: 3px solid black;
	margin: 7px 20px 0 0;
	z-index: 100;
	float: left;
}

.remove {
	font-size: 12px;
}

.delete {
	float: right;
	margin-left: -35px;
	padding-top: 10px;
	display:none;
}

.delete:hover < .edit {
	background: #FFFFCC;
}

div.item:hover > .delete {
	display:inline;
}

.item {
	line-height: 40px;
	font-size: 18px;
	padding-left: 35px;
	margin-bottom:25px;
}

.edit_form {
	padding: 10px 0 0 0;
	*margin-top: -5px;
}

#add_item {
	clear: both;
}

input[type=text] {
	height: 20px;
	padding: 10px;
	font-size: 15px;
	margin-top: -12px;
	width: 500px;
}

input[type=submit]  {
	border: 1px solid black;
	padding: 4px;
	margin-left: 10px;
	cursor: pointer;
}

input[type=submit]:hover  {
	background: #FFFFCC;
}

input[type=submit] {
	*margin-bottom: 6px;
}

.container input[type=text] {
	margin: 0;
	font-size: 25px;
	padding: 5px;
	height: 35px;
}

.container form {
	height: 50px;
	margin-top: 10px;
	*margin-top: -15px;
}

.container {
	height: 75px;
}

#todos {
}

.add_but {
	margin-bottom: -6px;
}

div.container:hover > .edit {
	background: #FFFFCC;
}