/* CSS Document */
input, select, textarea {
	background-color: #F0F0F0;
	color: #393C45;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.field1 {
	width: 170px;
	height: 18px;
	border: 1px solid #B6B6B6;
}
.field2 {
	width: 150px;
	height: 18px;
	border: 1px solid #B6B6B6;
	margin: 2px 0;
}
.field3 {
	width: 210px;
	height: 18px;
	border: 1px solid #B6B6B6;
}
.field4 {
	width: 255px;
	height: 110px;
	border: 1px solid #B6B6B6;
}
.button1 {
	width: 36px;
	height: 22px;
	border: 1px solid #CBC7C7;
	background-color: #FFF;
	color: #727272;
	text-align: center;
}
.button2 {
	width: 50px;
	height: 20px;
	border: 1px solid #CBC7C7;
	background-color: #FFF;
	color: #727272;
	text-align: center;
	margin-left: 47px;
}
.button3 {
	width: 45px;
	height: 20px;
	border: 1px solid #CBC7C7;
	background-color: #FFF;
	color: #727272;
	text-align: center;
}