input, textarea
{
    width:200px;
    border:solid 1px #356E07;
}

textarea
{overflow:auto;
}

.form
{
    padding:10px;
    width:500px;
}
.formField
{
    /*width:640px;*/
    padding:2px 0;
}
.formLabel 
{
    float:left;
    width:200px;
    font-size: 11px;
	line-height:16px;
}
.submitBtn
{
    /*background-color:#2EB317;*/
    background:none;
    border:none;
    margin:10px 50px 20px 0;
    width:150px;
    color:#356E07;
    /*color:#2EB317;*/
    float:right;
    cursor:pointer;
    font-weight:bold;
}
.submitBtn:hover
{
	color:#A6EA09;
}

.formValue table input
{
    width:30px;
    border:none;
}
.checkBox input
{
    width:35px;
    border:none;
}

.error span, .messageCont span
{
	color:#FF0000;
}

/* BREAD CRUMBS*/

#breadcrumbs
{
	display:none;
}