/* CSS for the inputs on the page */

.fieldset {

	border: 10px solid;

}

/******** SELECTS ********/

select {
	font-size: 10px ;
}

select.var {
	width: 150px ;
}

select.impactModel {
	width: 150px ;
}

select.emScen {
	width: 50px ;
}

select.climModel {
	width: 50px ;
/*	border:solid 0 #fff; */
}

select.tSlice {
	width: 50px ;
}

/*

.fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px; 
}

.fieldset .textarea {
	margin:3px;
	height:165px;
	width:200px; 
}
*/