/**
 * @lastmodified $Id: base_form.css 4347 2013-12-12 15:46:36Z h.ruhs $
 * @since 3.6.3
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Resize der Textarea im webkit verhindern
 * 2. slidingButton
 * 3. Input und Select
 * 4. IE7 - Reset von Input und Checkboxen
 */

/* @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}

/* @section 4. IE7 - Reset von Input und Checkboxen */

.ie7 input[type=radio], .ie7 input[type=checkbox] {height:13px;width:13px}
