@media screen, projection {

	/******** DEFINIE LOOK OF ALL FORMS - INPUTS/SELECTS ETC. ***********/

	div.selectbox-wrapper {
		position:absolute;
		width:164px !important;
		background-color:white;
		border:1px solid #ccc;
		text-align:left;
		z-index: 1000;
		height: 100px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	div.selectbox-wrapper ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	div.selectbox-wrapper ul li.selected { 
		background-color: #EAF2FB;
	}
	div.selectbox-wrapper ul li.current { 
		background-color: #CDD8E4;
	}
	div.selectbox-wrapper ul li {
		background: #FFFFFF url('../../img/klimakommuner/arrow_bold.png') no-repeat 4px 8px;
		list-style-type:none;
		display:block;
		margin:0;
		padding:2px 2px 2px 19px;
		cursor:pointer;
	}

	.selectbox {
		margin: 0;
		width: 131px !important; 
		display: block;
		text-align:left;
		padding: 2px 5px 2px 30px;
		overflow:hidden;
		height: 19px;		
		line-height: 18px;
		background: url('../../img/klimakommuner/select.png') no-repeat 0 0;
		cursor: pointer;
		color:#333;
		border:0;
		z-index: 3000;
	}

	fieldset {
		position:relative;
		width:166px;
		display:inline-block;
		height:24px;
	}

	.SortWrapper fieldset {
		margin-left:10px;
		right:-12px;
		float:left;
		display:inline;
	}

	fieldset div.selectbox-wrapper {
		left:0;
	}

	fieldset.Input {
		background: url('../../img/klimakommuner/input.png') no-repeat scroll;
		padding: 2px 5px 13px 25px;
		border:0;
		height:21px;
		width:161px !important;
		float: left;
	}

	input {
		border:0;
		width:133px !important;
		height:19px;
		padding-left:5px;
	}

	.SearchWrapper fieldset.Input {
		background: url('../../img/klimakommuner/input_header.png') no-repeat scroll;
		width:128px !important;
		padding: 2px 0 0 25px;
		float:right;
	}

	.SearchWrapper fieldset.Input input {
		width:120px !important;
	}

	.MenuColumn fieldset.Input {
		margin-top: 15px;
		display:inline;
	}

	fieldset.FrontRightInput {
		background: url('../../img/klimakommuner/input.png') no-repeat scroll;
		padding: 2px 5px 13px 25px;
		height:8px;
		width:135px !important;
		float: left;
		display:inline;
	}

}