input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.select, .text, .textarea,input[type=text], select, textarea {
  padding: 7.5px;
  width: 225px;
  border: 1px solid #aaaaaa;
  background: #ffffff;
  outline: 0;
  color: #000;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), transparent 0 0 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), transparent 0 0 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), transparent 0 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
}

.textarea
{
    font-size: 13px;
    width: 100%;
    height: 85px;
}

.textarea.large
{
    font-size: 13px;
    width: 100%;
    height: 150px;
}


.select.small, .text.small, .small .text, .small .select
{
    padding: 3px;
}

.select.full, .text.full
{
    width: 100%;
}

fieldset:not(.normal)
{
    display: block;
    border: 0px;
    width: 100%;
}

.small fieldset label
{
    height: 25px;
    vertical-align: top;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

fieldset div
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}

fieldset:not(.normal) label
{
    display: inline-block;
    width:33%;    /*Or however much space you need for the form’s labels*/
    height: 31px;
}


.datepicker
{
    width: 110px;
    text-align: center;
}

.checkbox input{
	height:14px;
	line-height:14px;
}
.checkbox{
	height:14px;
	line-height:14px;
}