.hidden {
	display: none;
}
.form_table {
	width:700px;
}
.form_table_first_col_width {
	width:400px;
}
.form_extra1 {
	padding-left:20px;
}
.form_questions {
	padding-bottom:10px;
	padding-top:20px;
	font-weight: bold;
}
.form_request {
	padding:10px;
}
.form_parts {
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#form_do {
	background-image: url(img/button_form.jpg);
	background-repeat:no-repeat;
	background-color: #666666;
	width:80px;
	height: 20px;
	padding:10px;    
	text-align:center;
}
#form_do:hover {
	background-image: url(img/button_form_h.jpg);
}
#form_do:active {
	background-image: url(img/button_form_d.jpg);
}
#form_country {
	display:none;
}