@charset "UTF-8";
/* CSS Document */

.submitbutton {
	font-size: .9em;
	color: #fff;
	background-image: linear-gradient(#ff0000, #4f0000);
	border: 1px solid #000;
	margin: 10px 0px 5px 0px;
	padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-appearance: none;
}

.forms {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 825px;
	font-size: 16px;
}

.label {
	padding-top: 3px;
	text-indent: 15px;
}

.formsMiddle {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	font-size: 16px;
	width: 825px;
}

.forms select {
	margin-left: 15px;
	background-color: #efefef;
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 16px;
}

.forms input {
	margin-left: 15px;
	background-color: #efefef;
	border-collapse: collapse;
	border: 1px solid #999999;
	font-size: 18px;
	margin-bottom: 5px;
}

.forms .textArea textarea {
	border: 1px solid #999999;
	background-color: #efefef;
	margin-top: 15px;
	font-size: 16px;
}

.forms th {
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	font-style: normal;
	color: #ffffff;
	background-image: linear-gradient(#777, black, black);
	background-repeat: repeat-x;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 30px;
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
}

.forms select {
	background-color: #efefef;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.locateChoice {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

.locateChoice th {
	background-image: url(formsBg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 825;
}

.locateChoice td {
	width: 33%;
	height: 165px;
	margin: 2px;
	padding: 10px;
	background-color: #fff;
}

.formsTop {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.formsTop input {
	margin-left: 15px;
	background-color: #efefef;
	border-collapse: collapse;
	border: 1px solid #999999;
	font-size: 18px;
}

.formsTop .textArea textarea {
	border: 1px solid #999999;
	background-color: #efefef;
	margin-top: 15px;
}

.formsTop th {
	font-weight: bolder;
	padding-left: 20px;
	text-align: left;
	height: 20px;
	font-style: normal;
	color: #000000;
	background-repeat: repeat-x;
	font-variant: small-caps;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #787878;
}


.formsMiddle input {
	margin-left: 15px;
	background-color: #efefef;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 18px;
}

.formsMiddle select {
	margin-left: 15px;
	background-color: #efefef;
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 16px;
}

.formsMiddle .textArea textarea {
	border: 1px solid #999999;
	background-color: #efefef;
}

.checkboxes {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}


.leftFormCells {
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 440px;
}

.sellectCells {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

.form_accent {
	color: #cc0000;
	text-indent: 15px;
}