/*
#sidebar {
	display:none
}
#maincontent {
	width:960px;
}
.tabSelected {
	background: #F9F9F9 !important;
	color: #182227 !important;
}
*/
.customField {
	float: left;
	width: 48%;
	margin-right:2%;
}
.customField input {
	width:98% !important;
}
.customField input[type=checkbox] {
	width:25px !important;
	float:left;
}
.customFieldFull {
	width:100%;
	max-width:645px !important;
	float:left;
	text-align:left;
}
.customFieldFull input{
	width:98% !important;
}
.cke_top {
border-bottom: 1px solid #999 !important;
background: #EEE !important;
}
.cke_skin_getsimple {
	border: 1px solid #999;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.cke_toolbox {
	margin: 2px 0 0px 2px;
	background: transparent !important;
}
.add_page_type_container {
	display:none;
}
.add_page_type_container {
	height:auto;
	padding:10px;
	margin-bottom:15px;
	background-color:#f6f6f6;
}
.add_page_type_container p {
	width:170px;
	float:left;
	margin-right:15px;
}
.add_page_type_container input {
	width:160px !important;
	float:left;
}
.manage_page_types input {
	width:160px !important;
}