ul {
	list-style: disc inside;
	list-style-image: url(../img/icons/tick_16.png);
	padding:0;
}



#animation-types {
	padding: 15px 15px 30px 30px;
	height: 100%;
}
#animation-types form {
	float: left;
	position: relative;
}f3feb7
#animation-types form:hover {
	z-index: 500;
}
#animation-types form.fadeform {
	margin-left: -110px;
	top: 15px;
}
#animation-types form.moveform {
	margin-left: -110px;
	top: 30px;
}
#blocks {
	height: 100%;
	width: 100%;
	clear: both;
}
/*#blocks li {
	width: 190px;
	height: 110px;
	padding: 0 10px 0 45px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
}*/

#blocks li {
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    list-style: none outside none;
    padding: 10px;
    width: 80px;
	height:60px;
	background:#f2f2f2;
	margin:0;
}

#blocks li.dotted {
	border-left:2px dotted white;
}

#blocks li.vision {
	background:#f3feb7;
}

#blocks li.highlighted {
	background:#666;
	color:#ffffff;
}

.features-book { background-image: url(../img/icons/tick_32.png); }
.features-plan { background-image: url(../img/icons/calendar_32.png); }
.features-pulse { background-image: url(../img/icons/heart_32.png); }
.features-statistics { background-image: url(../img/icons/statistics_32.png); }
.features-labels { background-image: url(../img/icons/label_32.png); }
.features-organisation { background-image: url(../img/icons/user_32.png); }

#mess {
	clear: both;
}
#divindiv {
	width: 500px;
	margin: 20px auto;
	background-color: #E3E6ED;
	padding: 18px;
	
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#divindiv div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#box-instructions {
	float: left;
	width: 45%;
}
#box {
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	float: right;
	width: 45%;
}
#box img {
	float: left;
	margin: 10px;
}
#usage {
	clear:both;
}

/* Use this to center stuff vertically */
.outerContainer {
	display: table;
	height: inherit;
	width: inherit;
} .outerContainer .centeredContainer {
	display: table-cell;
	vertical-align: middle;
}


.button, .button:visited {
	border: 1px;
	background: #93AC12 url(../img/button-overlay.png) repeat-x;
	display: inline-block;
	font-size: 14px;
	font-family: Arial;
	padding: 8px 14px 9px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.button:active {
	top: 1px;
}
.button:hover {
	background-color: #111;
	color: white;
}
.blue.button, .blue.button:visited {
	background-color: #2DAEBF;
	background-color: #4496e2;
	background-color: #2476d2;
}
.blue.button:hover {
	background-color: #007D9A;
	background-color: #2476d2;
	background-color: #1466c2;
}

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

/* Belongs to plugin */
.js-enabled .changeable:not(.default) {
	display: none;
}