

.combobox {
	text-align: left;
	clear: both;
	overflow:hidden;
}

input[type=button].csadd {
	width:auto;
	border-radius:4px;
	-moz-border-radius:4px;
	padding:1px 5px;
	font-size:11px;
}
input[type=button].csremove {
	border-radius:4px;
	-moz-border-radius:4px;
	padding:1px 5px;
	font-size:11px;
}

fieldset.comboselect {
	border: 0;
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	padding: 0;
}

fieldset.comboselect * {
	display: block;
	float: left;
	width: 40%;
}

fieldset.comboselect select,fieldset.comboselect select:focus {
	height: 150px;
	border-width:1px;
	margin:1px;
}

fieldset.comboselect fieldset {
	border: 0;
	width: 10%;
	height: 100px;
	padding: 10px;
	padding-top: 25px;
}

fieldset.comboselect fieldset input {
	width: 100%;
	clear: left;
	margin: 5px 0;
}

fieldset.comboselect select option {
	width: 100% !important;
	border: 0;
	border-bottom: 1px dotted #959DB7;
}
