*:focus {outline: 0;}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background: white;
}

a img {
	border: 0 none transparent;
}

a {
	color: #AE022E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F4023F;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9000px;
	background: url('/style/image/window-title-favorite.gif') no-repeat left top;
	height: 31px;
}

.description {
	margin: 0;
	padding: 15px 25px 15px 25px;
	background: #ffeef4;
}

#error {
	margin: 10px;
	padding: 10px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: red;
}

#sortables {
	text-align: center;
}

#sortables ul {
	list-style: none;
	padding: 0;
	margin: 10px auto;
	width: 720px;
}

#sortables li {
	cursor: move;
	float: left;
	height: 120px;
	width: 160px;
	margin: 15px 10px 0;
	text-align: center;
}

#sortables li img {
	margin: 17px 5px 3px;
}

#submit {
	clear: both;
	float: right;
	margin: 20px;
}
