/*
Theme Name: Bocki
Theme URI:
Author: Joshua Stopper
Author URI: http://bocki.com.au
Description: Bocki template
Version: 1.0
*/

.gform_fields{
    list-style: none;
    padding-left:0;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea{
    display: block;
    width:100%;
    max-width: 100%;
    border-radius: 4px;
    border:1px solid #CCC;
    padding: 0.5em;
}

.gform_fields textarea{
    resize:vertical;
    height:100px;
}

.gform_fields label{
    display: none;
}

.gfield{
    margin-bottom: 1em;
}