﻿.paddedFormTable
{
    border-collapse: collapse;
}
.paddedFormTable td
{
    padding: 20px 10px 0px 20px;
}
table#txtFieldTable
{
    border-collapse: collapse;
}
table#txtFieldTable td
{
    padding: 0px;
}
table#spamBotTable
{
    margin-top: 5px;
}

.vertButton
{
    margin-top: 15px;
}

.horizButton
{
    margin-top: 10px;
}

/*for vertical form only*/
.ContactFormHeader
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight: normal;
	line-height:1.5em;
	color: #f26739;
	margin:0 0 0.5em 0;
	padding:0;
}

.required
{
    font-size: smaller;
    font-style: italic;
}

.vertDescTable
{
}

.vertDescTable td
{
    padding-top: 0px;
}
.vertDescTable div
{
    margin-top: 10px;
}

.paddedBottomVert
{
    margin-bottom: 10px;
}

.paddedHorz
{
    margin-bottom: 10px;
    margin-right: 15px;
}



/*//////////////////////////////////// Forms */

fieldset{


padding-left:10px;
margin: 0px;

}

form.contact input[type="text"]
{
width: 220px;
height: 30px;
}


.form_bkg  {
	width:243px;
	height:560px;
	margin-top:60px;
	margin-bottom:30px;
	border: solid 1px #cdcdcd;
	background:#edecec;
}

/* END Forms */