﻿input 		{
	font-size: 11px;
	border: 1px solid #996633;
	padding: 2px;}
input:active, input:focus	{
	border: 2px solid #930;
	}
textarea	{
	font-size: 11px;
	border: 1px solid #996633;
	width: 240px;}
label, label span	{
	display: block;
	padding-bottom: .25em;
	}
label	{
	float: left;
	width: 100%;
	}
label span	{
	float: left;
	width: 35%;
	text-align: right;
	font-size: 11px;
	margin-right: .5em;
	color: #663300;}
fieldset input	{
	width: 240px;
	}
fieldset{
	border: 1px dotted #996633;
	margin-bottom: 5px;
	padding: 1em;}
.button	{
	margin: 3px auto 0px auto;
	background-color: transparent;
	font-size: xx-small;
	font-weight: 600;
	color: #996633;
	text-transform: uppercase;
	padding: 1px;
	border: 1px outset #C90;
	color: #600;
	display: block;
	width: 180px;
	text-align: center;}
.button:hover	{
	background-color: #FFCC66;
	color: maroon;
	}
.button:active	{
	border: 1px inset #C90;
	}
.select		{ 
	border: 0px none;
	}
input .noBorder {
	border-style: none;
	border-width: 0px; }

