﻿.searchbox
{
 margin:20px 0 0 0;
 height:18px;
 width:210px;
 float:right;
}

.searchbox span
{
	font-family:Verdana;
	font-size:8pt;
	float:left;
	font-weight:500;
	text-transform:uppercase;
	color:#333333;
	letter-spacing:0.2px;
}

.searchbox input
{
	float:right;
 text-align:left;
 background:white;
 border:none;
 width:134px;
 height:16px;
 font-family:Verdana;
 font-size:8pt;
 color:#333333;
 margin:0;
 padding:0;
}

.slideshow {margin-top:40px; float:left;}


/* Cultiv Contact Form */

#cultivContact fieldset
    {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }
    .formLabel
    {
    	font-family:Verdana;
        float: left;
        width: 100px;
    }
    .inputRow
    {
        clear: left;
    }
    .inputRowWide
    {
        clear: left;
        padding-left: 94px;
    }
    .inputRowwide span
    {
        padding-left: 3px;
    }
    .errorMessage
    {
        color: Red;
        margin-left: 100px;
        clear: left;
    }
    .errorMessageWide
    {
        color: Red;
    }
    .inputString
    {
        float: left;
        width: 150px;
    }
    .inputArea
    {
        width: 310px;
        height: 200px;
    }
    .submit
    {
        float: right;
    }

