body#cp,body#cp div.wrap {
	background: none;
	color: #2E343E;
}

body#cp div.wrap {
	/*width: 962px;*/
	margin: 15px auto;
	padding: 10px;
	border: 2px solid #D2D7E0;
	overflow: hidden;
	background: #2E343E;
}

#cp_header,#cp_user_bar,#cp_left_sidebar,#cp_content,#cp_footer {
	float: left;
	border: 1px solid #2E343E;
	padding: 15px;
	background: #f1f1f1;
}

#cp_header {
	width: 930px;
	height: 80px;
	margin-bottom: 10px;
}

#cp_user_bar {
	width: 930px;
	height: 20px;
	margin-bottom: 10px;
}

#cp_main_block {
	width: 960px;
	float: left;
	margin-bottom: 10px;
}

#cp_left_sidebar {
	width: 207px;
}

#cp_content {
	width: 680px;
	float: right;
}

#cp_footer {
	width: 930px;
	height: 50px;
	clear: both;
}

#admin_menu {
	float: left;
	width: 100%;
}

#admin_menu a {
	display: block;
	padding: 5px;
	background: #D2D7E0;
	margin-bottom: 4px;
	text-decoration: none;
	border: 1px solid #2E343E;
	font-weight: bold;
}

#admin_menu a:hover {
	background: #9D0025;
	color: #ffffff;
}

#keywords textarea {
	width: 658px;
}

.enable {
	display: inline;
}

#keywords p,#keywords label {
	margin: 5px 0 3px;
	font-size: 11px;
}

.seo_block {
	border: 1px solid #D2D7E0;
	padding: 7px;
	margin: 20px 0 10px;
}

.seo_block h2 {
	background: #F1F1F1;
	padding: 4px;
	margin-top: -26px;
	float: left;
}

.kw {
	width: 658px;
}

.bold_option {
	font-weight: bold;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
    if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/ /*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('http://www.workinhotel.com/styles/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}