@charset "utf-8";
/* CSS Document */
.contactForm {
	/*border: 1px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.field[disabled='disabled'], .disabled {
  color: #000000;
  cursor: default;
  border: none;
  border-collapse: collapse;
}

label {
	cursor: pointer;
}

ol.num {
	padding-left: 0px;
}

ol.num li{
	list-style: decimal;
}

.required, .error, .warning {
	 color:#ff0000;
	 font-weight: bold;
}

.tip {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.shortField {
	width: 87px;
}

.longField {
	width: 400px;
}

input, select {
	height: 22px;
	/*margin-bottom: 8px;*/
}

fieldset {
	padding-left: 35px;
	border: thin solid #000000;
}

legend {
	color: #999999;
	font-style: italic;
}

.col2 {
	margin-left: 50px;
}

.col1, .col2 {
	margin-top: 3px;	
}

.col1, .col2, .mediumField, .countryBox, .stateBox {
	width: 175px;
}

.commentsBox {
	height: 100px;
}

.center {
	text-align: center;
}

.border {
	border: thin solid #333333;
}

.middle {
/*	background-color: #000000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 1px 5px 20px 5px;
}

.valignMid {
 	vertical-align: middle;
}