input[type=text], select, textarea { font-family: ubuntu, arial; outline: none; color: #333; background: white; font-size: 12px; width: 100%; border: 1px solid #999; padding: 3px; height: 24px; } input[type="text"]:focus, textarea:focus, select:focus { border-color: #47A; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35); } input[readonly] { background: #ddd; } .green_button, .blue_button { display: inline-block; color: white; border-radius: 3px; padding: 7px 10px 5px 10px; margin-bottom: 10px; line-height: 12px; text-transform: uppercase; text-decoration: none; text-align: center; border: 0 none; font-weight: bold; cursor: pointer; font-size: 11px; background: -webkit-linear-gradient(green, darkgreen); background: -moz-linear-gradient(green, darkgreen); background: linear-gradient(green, darkgreen); } .blue_button { background: -webkit-linear-gradient(#27A8A8, #278383); background: -moz-linear-gradient(#27A8A8, #278383); background: linear-gradient(#27A8A8, #278383); }