
select.input,input.input{
	border: 1px solid #968D7E;
	background: #fff;
	font-size: 120%;
	padding: 3px;
	height: 29px;
}
input{vertical-align:bottom;}
select.input { height: auto;}

/* styles used for structure */
img.btn {vertical-align: bottom; }
div.clr{display: block; clear: both; margin: 0 0;display:hidden;}
.l{ float: left;}
.r{ float: right;}
