/**
 * @lastmodified $Id: base_form.css 4305 2013-11-12 13:59:40Z h.ruhs $
 * @since 3.6.2
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Resize der Textarea im webkit verhindern
 * 2. slidingButton
 * 3. Input und Select
 */

/* @section 1. Resize der Textarea im webkit verhindern */

textarea {resize:vertical}

/* @section 2. slidingButton */

.slidingButton {overflow:visible;text-decoration:none;cursor:pointer;background:none}
.slidingButton span {display:inline-block;text-align:center;white-space:nowrap}

/* @section 3. Input und Select */

input, select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing:border-box}
