/* ///////////////////////////
Hijack Specific CSS
Please feel free to modify to meet your needs
If you see areas of improvement please let us know!
/////////////////////////// */ 
.hjsel_select 
{
	width: 160px;
	height:30px;
	line-height:30px;
	background:url(../images/input.png) no-repeat 0 0 transparent;
	padding-left:7px;
}

.hjsel_txtbox 
{
	border:0;
	margin: 2px;
	width: 119px;

}

.hjsel_options 
{
	display: none;
	position: absolute;
	z-index: 1;
	background: #fff;
	border:solid 1px #ff7800;
	border-width: 1px 1px 1px 2px;
	border-color: #888 #000 #000 #888;
	max-height: 200px;
	_height: 200px;
	overflow: auto;
	width:250px;
	min-width:250px;
}

.hjsel_options ul
{
	padding: 0;
	margin: 0;
}

.hjsel_options li
{
	list-style: none;
	padding: 0 3px;
}

.hjsel_options_hover
{
	background: Highlight;
	color: HighlightText;
	cursor: pointer;
}

.hjsel_ddImage
{
	cursor: pointer;
	padding-bottom: 2px;
}

.hjsel_ddCancel
{
	cursor: pointer;
	padding-right: 5px;
	padding-bottom: 1px;
}