.se-keyword-wrapper {
	background-color:white; 
	border: 1px solid #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	position: relative;
	text-align: left !important;
	box-shadow: 0px 2px 2px #cccccc;
	-moz-box-shadow: 0px 2px 2px #cccccc;
	-webkit-box-shadow: 0px 2px 2px #cccccc;
}

.se-keyword-wrapper .se-keywords {
	margin: 0; 
	padding: 0; 
	list-style: none;
	text-align: left !important;
	overflow: hidden;
	font-weight: normal;
	line-height: 18px;
}
.se-keyword-wrapper .se-keywords LI {
	list-style-type: none;
	line-height: normal;
	line-height: 18px;
	margin:0;
}
.se-keyword-wrapper .se-keywords A {
	display: block; 
	padding: 2px 6px; 
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
}

.se-keyword-wrapper .se-keywords A:hover {
	background: #CACCCB;
}
.se-overlay {
    text-align: center !important;
    position: fixed;
    left: 0 !important;
    top: 0 ;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100%;
    overflow: auto !important;
    background: url("../images/searchbox/bg.png") !important;
}

.se-overlay-content {
    position: relative !important;
    width: 840px !important;
    max-height: 542px !important;
    min-height: 542px !important;
    top: 8%;
    display: inline-block !important;
    zoom: 1 !important;
    max-width: 1200px !important;
    background: white !important;
}

.se-overlay-frame {
    position: absolute !important;
    background: white !important;
    width: 840px !important;
    height: 542px !important;
    min-height: 542px !important;
    border: 1px solid black !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    zoom: 1 !important;
}
