.input01 {
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:0px;
	background:#fff;
	font-size:0.95em;
	height:28px;
	line-height:28px;
	padding:0 10px;
	border:1px solid #ddd;
	box-sizing:border-box;
	width:40%;
}

.input01:focus { outline:none; }

.input01.full {
	width:98%;
}
.input01.rbutton {
	width:55%;
}


.input01.wide {
	width:100%;
}

.input01.readonly {
	background:#f4f4f4;
}


.transparent {
	border:none;
	background:transparent;
	font-size:1.2em;
}
.transparent:focus { outline:none; }

.transparent.full {
	width:80%;
}


select.full {
	width:90%;
}

select.widefull{
	width:90%;
	padding:6px;
}
