.category-box
{
	width: 277px;
	margin: 0px;
	padding: 10px;
	float: left;
}

.category-box ul
{
  margin-left: 5px;	
}
	
.category-box li
{
  float: left;
  list-style-position: inside;
  list-style-type: none;
  margin-left: 0px;
  padding: 0px;
}

.directory-list-item
{
	border-bottom: 2px dotted #dddddd;
	padding: 5px;
	margin-bottom: 5px;
}

.directory-list-item strong
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.cities-list-background-poland
{
  background-image: url('/images/cities-list-background-poland.jpg');
  padding: 10px;
  width: 594px;
  height: 160px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cities-list-background-poland a,div.city-not-described
{
  display: block;
  width: 130px;
  float: left;
}

.cities-list-background-uk
{
  background-image: url('/images/cities-list-background-uk.jpg');
  padding: 10px;
  width: 594px;
  height: 265px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cities-list-background-uk a,div.city-not-described
{
  display: block;
  width: 150px;
  float: left;
}

.cities-list-background-norway
{
  background-image: url('/images/cities-list-background-norway.jpg');
  padding: 10px;
  width: 594px;
  height: 160px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cities-list-background-norway a,div.city-not-described
{
  display: block;
  width: 130px;
  float: left;
}

#business-object-form
{
 padding: 10px;
}

#business-object-form label
{
  float: left;
  width: 220px;
  line-height: 16px;
  font-weight: bold;
}

#business-object-form input
{
  float: left;
  width: 200px;
  height: 20px;
  background: white;
  border: 1px solid #dddddd;
  padding-left: 7px;
}

#business-object-form textarea
{
  width: 300px;
  height: 100px;
  border: 1px solid #dddddd;
  padding-left: 7px;
  float: left;
}

#business-object-form textarea.big
{
  width: 520px;
  height: 200px;
  border: 1px solid #dddddd;
  padding-left: 7px;
  float: left;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#business-object-form textarea.required
{
  width: 300px;
  height: 100px;
  border: 1px solid #dddddd;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
  float: left;
}

#business-object-form select
{
  float: left;
  height: 20px;
  background: white;
  border: 1px solid #dddddd;
  font-size: 12px;
  padding-left: 7px;
}

#business-object-form input.required
{
  float: left;
  width: 200px;
  height: 20px;
  background: white;
  background-image: url('/images/required-field-background.jpg');
  background-repeat: no-repeat;
}

#business-object-form .form_error
{
  margin-top: 10px;
  padding-left: 220px;
  text-align: left;
}

#business-object-form .submit
{
  border: none;
  padding: 0px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 20px;
  float: left;
  width: 100px;
  font-weight: bold;
  background-image: url('/images/link-button-background.jpg');
}

#business-object-form input[type="checkbox"]
{
  border: none;
  padding: 0px;
  text-decoration: none;
  background: white;
  height: 20px;
  float: left;
  width: 20px;
}

#business-object-form .form-row
{
  float: none;
  width: 100%;
  height: 23px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#business-object-form .form-row-textarea
{
  float: none;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#business-object-form .form-row-textarea-big
{
  float: none;
  width: 100%;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#business-object-form fieldset
{
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

#business-object-form legend
{
  background: #edeedc;
  border: 1px solid #cccccc;
  padding: 2px;
  height: 12px;
  line-height: 10px;
}
