﻿form
{
    margin: 0px;
    padding: 0px;
}
.required
{
    font-size: 10px;
    color: #000;
    font-weight: bold;
}

#formview
{
    margin: 0px auto;
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform p
{
    clear: both;
    padding: 0px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #000;
	font-family: "Tw Cen MT", Arial;
	font-size: 14px;
	color: #000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #000;
	font-family: "Tw Cen MT", Arial;
	font-size: 14px;
	color: #000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #3A2118;
	background-color: #fff;
	font-family: "Tw Cen MT", Arial;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}