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

.titleContact {
	background-image: url(images/titleContact.jpg);
	line-height: 300px;
	overflow: hidden;
}
.dotLine {
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#contactForm {}
#contactForm td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contactForm td.left {
	color: #153865;
	width: 135px;
	vertical-align: top;
}
#contactForm td input {
	margin-top: 2px;
	margin-bottom: 2px;
}
#contactForm td input.class1 {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	width: 290px;
	border: 1px solid #CCCCCC;
}
#contactForm td input.class2 {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	width: 110px;
	border: 1px solid #CCCCCC;
}
#contactForm td textarea {
	width: 450px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
}
#contactForm td table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sendArea {
	margin-top: 15px;
	background-color: #D9DEE4;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#sendArea input {
	height: 28px;
	width: 150px;
	color: #153865;
	font-size: 14px;
}
