
input.example0 { height: 15px;
border:1px #cccccc solid; 
}
input.example1 { height: 20px;
border:1px #cccccc solid; 
}
input.example2 { height: 30px;
border:1px #cccccc solid; 
}

select { width: 300px; }

textarea.example1 {
width: 310px;
height: 3em;
border:1px #cccccc solid; 
}
textarea.example2 {
width: 310px;
height: 8em;
border:1px #cccccc solid; 
}
input, select, textarea {
font-size: 100%;
}