.cmscomponent {
	position: relative;
	border: 1px dotted orange;
}

.cmsentityoptions {
	position: absolute;
	z-index: 5;
	font-size: 80%;
	text-align: right;
	line-height: 100%;
	right: -1px;
	top: 1px;
}

.cmsentityoptions a {
	line-height: 100%;
}

a.cmsbutton {
	text-align: center;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 8px;
	border: 1px solid rgba(64, 64, 64, 1);
	border-radius: 4px;
	color: rgba(0, 0, 0, 1);
}

a.cmsbutton {
	background: rgba(216, 216, 216, 0.5);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 0.5) ), color-stop(50%, rgba(216, 216, 216, 0.5) ) );
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
}

a.cmsbutton:hover {
	color: #FFF;
	background: rgba(240, 240, 240, 0.5);
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,
		136, 136, 0.5) ), color-stop(50%, rgba(96, 96, 96, 0.5) ) );
	background: -webkit-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: -o-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: -ms-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
}

.window {
	position: absolute;
	z-index: 10;
	left: 350px;
	top: 160px;
	width: 812px;
	background-color: rgba(240, 240, 240, 0.9);
	border: 4px solid rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 6px 12px #000;
	-webkit-box-shadow: 0px 6px 12px #000;
	border-radius: 8px;
	box-shadow: 0px 6px 12px #000;
	display: none;
}

.cmstoolbar {
	position: absolute;
	z-index: 10;
	left: 12px;
	top: 12px;
	width: 160px;
	background-color: rgba(240, 240, 240, 0.9);
	border: 4px solid rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 6px 12px #000;
	-webkit-box-shadow: 0px 6px 12px #000;
	border-radius: 8px;
	box-shadow: 0px 6px 12px #000;
	display: none;
}

.window .titlebar, .cmstoolbar .titlebar {
	width: 100%;
	height: 28px;
	color: #FFF;
	background: rgba(32, 32, 32, 0.9); /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444),
		color-stop(100%, #222222) );
	background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
	background: -o-linear-gradient(top, #444444 0%, #222222 100%);
	background: -ms-linear-gradient(top, #444444 0%, #222222 100%);
	background: linear-gradient(top, #444444 0%, #222222 100%);
}

.window .content, .cmstoolbar .content {
	padding: 8px;
}

.window .content textarea {
	width: 784px;
}

.window form {
	margin: 12px 0px 0px 0px;
}

.window .cmsactionbar {
	text-align: right;
	line-height: 100%;
}

.cmstoolbar .buttonline {
	display: block;
	width: 140px;
	padding: 8px 0px;
	border: 2px groove;
	border-radius: 0px;
	margin-bottom: 8px;
}

.window .fancybuttonline,.window .buttonline {
	margin: 0px;
	margin-left: 16px;
}

ul.admin {
    margin-bottom: 8px; 
    position: relative;
    margin-bottom: 8px;
}

ul.admin li {
    margin-bottom: 8px;	
    position: relative;
    margin-bottom: 8px;
    list-style-image: none;
    list-style-type: none;
}

div.adminicons {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

div.cmscontent ul {
	list-style-position: inside;
	list-style-type: square;
}


/*  PRODUCT PAGE */
.product-page-top{
	margin-top: 25px;
}

.product-page-logo{
	padding-top: 10px;
}

.product-page-title{
	margin-top: 15px;
}

.product-page-title h1{
	font-size: 48px;
}

.product-page-terms{
	margin: 30px auto;
}

.product-page-terms-intro{
	margin-bottom: 40px;
}

.product-page-term-box{
	border: 1px solid #333;
	min-height: 270px;
	padding: 1em;
}

.product-page-term-box-title {
	font-size: 35px;
	margin: 0px 0px 30px 0px;
}

.product-page-term-box-term {
	color: #F77812;
	font-size: 25px;
	margin-bottom: 30px
}

.product-page-icon{
	margin-top: 20px
}

.product-page-phone {
	color: #F77812;
}

.product-page-section {
	margin-top: 50px;
}

.product-page-section-title {
	margin-bottom: 1em;
}

.product-page-bottom-head {
	background-color: #383B41;
}

.product-page-bottom-head h2 {
	font-weight: 300;
	color: #fff;
	margin: 20px auto;
	font-size: 30px
}

.product-page-bottom {
	background-color: #eee;
	padding: 25px 0px 25px 0px;
}

.product-page-bottom p {
	font-size: 20px;
}

.product-page-resource {
	/*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0;
	color: #515157;
}


/* CASE STUDY PAGE */
.case-study-quote {
    margin: 10px 10px 20px 10px;
    color: #777;
    font-size: 20px;
}

.case-study-page-title{
	margin-top: 15px;
}

.case-study-page-title h1{
	font-size: 48px;
}

.case-study-block h2 {
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 27px;
}
