﻿
h1 { display: inline-block; }

.message {
	margin: 0;
}

.Remove {
	float: right;
}

.Remove a {
	margin: 0;
	padding: 10px 5px;
}

.Remove a span {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: 0 0 url(http://recipes.webstop.com/G_SilkIcons/pencil.png) no-repeat;
}




.RemoveItems {
	display: none;
	white-space: nowrap;
}

	.DoneText {
		display: none;
	}

.manage {
	margin: 0;
	clear: both;
}

	.manage ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.manage ul li {
			margin: 0 8px 10px 10px;
			padding: 0;
			width: 171px;
			float: left;
			display: inline-block;
		}
		
			.manage a.button {
				margin-bottom: 20px;
				color: #fff;
				font-weight: bold;
				text-shadow: none;
				width: 161px;
				border: 1px solid #c00;
				border-color: #fcc #c00 #c00 #fcc;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				background: #c33;
				background: -webkit-gradient(linear, left top, left bottom, from(#fcc), to(#c00));;
				filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffcccc', endColorstr='#cc0000', gradientType='0');
			}
			
			.manage a.button:hover {
				background: #f66;
				background: -webkit-gradient(linear, left top, left bottom, from(#c33), to(#f99));;
				filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cc3333', endColorstr='#ff9999', gradientType='0');
			}
