@CHARSET "ISO-8859-1";

#contact_title
{
	margin: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #555500;
}

#contact_block
{
  width: 580px;
  margin: 10px;
  overflow: hidden;
  /*height: 300px;*/
  /*border: 1px solid #00ffff;*/
}

#contact_place_header, #contact_message_header
{
	width: 570px;
  padding: 2px 2px;  
	text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #555500;
  background-color: #eceae1;
  border: 1px solid #6c6c00;
}

#contact_place_address, #contact_message_form
{
  width: 570px;
  padding: 2px 2px;  
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  background-color: #f4f3d9;
  border: 1px solid #6c6c00;
}

#contact_place_map
{
  width: 570px;
  padding: 10px 10px;  
  text-align: center;
}
	
.input_radio_block
{
  float: left;
  width: 164px;
  /*height: 28px;*/
  padding: 6px;
  /*vertical-align: middle;*/
  /*border: 1px solid #ff0000;*/
}

.input_common_block
{
  float: left;
  width: 280px;
  padding: 4px 1px;
  text-align: left;
  /*border: 1px solid #00ff00;*/
}

.input_title
{
  float: left;
  width: 120px;
  margin: 0px 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
  /*border: 1px solid #0000ff;*/
}

.input_radio
{
  float: left;
  width: 10px;  
  /*border: 1px solid #00ff00;*/
}

.input_common
{
  float: left;
  /*border: 1px solid #00ffff;*/
}

#input_subject_block
{
  float: left;
  width: 570px;
  text-align: left;
  /*border: 1px solid #ff0000;*/
}

#input_question_block
{
  float: left;
	width: 570px;
  text-align: left;
	/*border: 1px solid #ff0000;*/
}


#input_submit_block
{
  float: left;
  width: 570px;
  margin: 5px 2px;
  text-align: center;
  /*border: 1px solid #ffff00;*/
}

