/* img alignment */

img {
	vertical-align: bottom;
	border: 0
}

img.align-left  {
	float: left;
	clear: left; 
	margin: 2em 2em 2em 0;
	display: block;
}

img.align-right {
	float: right; 
	clear: right; 
	margin: 2em 0 2em 2em;
	display: block;
}

img.align-neutral {
	margin: 2em 0
}

/* Page edit bar */

div.cms-admin {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	right: 15px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font: 11px/1.5 "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
	border: 1px solid #aaa;
	border-bottom: 0;
	text-align: left;
}

.cms-admin-navigation-item {
	padding: 0 6px;
	cursor: pointer;
	line-height: 31px;
	color: #111;
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999');
	background: -moz-linear-gradient(#cccccc, #999999);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cccccc), to(#999999));
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 0;
	border-bottom: 0;
}

.cms-admin-navigation-item:hover {
	background: #ddd !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa');
	background: -moz-linear-gradient(#ddd, #aaa) !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ddd), to(#aaa)) !important;
}

.cms-admin-navigation-item img {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	top: 8px;
}

.cms-admin-rollover-dialog {
	background: #fff;
	background: rgba(360,360,360,0.95);
	min-width: 150px;
	padding: 10px 10px 15px;
	border-top: 1px solid #888;
}

.cms-admin-rollover-dialog p {
	margin: 5px 0 10px 0;
}

.cms-admin-button {
	font-weight: normal;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#ddd));
	background: -moz-linear-gradient(#f8f8f8, #ddd);
	border: 1px solid #777;
	display: inline-block;
	cursor: pointer;
	padding: 4px 10px;
	line-height: 14px;
	text-align: center;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(360, 360, 360, 0.6);
	-moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.cms-admin-button:hover {
	border-color: #444;
	background: #d4d4d4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#d4d4d4));
	background: -moz-linear-gradient(#f8f8f8, #d4d4d4);
}

.cms-admin-button:active {
	background: #c8c8c8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f4f4), to(#c8c8c8));
	background: -moz-linear-gradient(#f4f4f4, #c8c8c8);
}

..contactform-check-input {
	display: none;
}