/* =====================================================  FORM CSS  ============================================ */

/* ::::::::: INPUT, TEXTAREA TAG SETTINGS :::::::::::::::::::::::::::::::::: */
input, textarea, select	{
	color: #000000;
	padding-left: 3px;
	font-family: arial;
	font-weight: 500;
	border: 1px solid #000000;
	font-size: 12px;
	vertical-align: middle;
}

/* ::::::::: FOCUS SETTINGS :::::::::::::::::::::::::::::::::: */
input:focus, textarea:focus	{
	background: #ffffff;
	border: 1px solid #000000;
}

/* ::::::::: HOVER SETTINGS :::::::::::::::::::::::::::::::::: */
input:hover, textarea:hover {
	background: #ffffff;
	border: 1px solid #000000;
}


/* ::::::::: FIELDSET AND LEDGEND MISC, TAG SETTINGS :::::::::::::::::::: */
fieldset	{
	border: 1px solid #000000;
	background: #ffffff;
	margin-bottom: 12px;
}
legend	{
	color: #000000;
	background: #ffffff;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.label	{
	color: #000000;
	font-weight: 500;
	padding-top: 3px;
}
.noStyle	{
	border: none;
	background: none;
}

.button	{
	font-weight: bold;
	text-transform: uppercase;
}

#contactform td	{
	height: 36px;
}