#myselect, #myotherselect {
	display: block;
	float: left;
	width: 300px;
	clear: left;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

#myselect, #myotherselect {
	text-align: left;
	clear: right;
}

#go {
	width: auto;
	clear: left;
	margin-left: 120px;
}

fieldset.comboselect {
	border: 0px;
	display: block;
	float: left;
	width: 600px;
	margin-bottom: 10px;
	padding: 0;
}

fieldset.comboselect * {
	display: block;
	float: left;
	width: 40%;
}

fieldset.comboselect select {
	height: 200px;
	/*width: 250px;*/
	width: 220px;
}

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;
}

