
input[type=text] {
	width: 150px;
	padding:4px;
	border:solid 1px #999;
    -webkit-border-radius: 2px;
    border-radius: 4px;
}
		