/** 
 * BOT Maker CSS
 * updated : 2015.02.21
 */

html, body {
	height: 100%;
	background: #f0f0f0;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	overflow: auto;
}
.push, footer {
	height: 30px;
	margin-top:0;
	padding:6px;
}
footer {
	background: #ccc;
	border: 0;
}
footer * {
	line-height: inherit;
}

ul.submenu li{
	white-space: nowrap;
}

.searchbox{
	background:#FDFDFD;
	padding:14px;
}