fieldset, form, label, legend{
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

fieldset{
  border: 1px solid #D3D3D3;
  margin: 0 0 1.5em;
  padding: 1.4em;
  background-color: #F5F5F5;
}

#postingform fieldset {
  background-color: transparent;
}

#postingform .error_list li {
  width: 377px!important;
  margin-top: 5px!important;
  float: left!important;
}


legend{
  font-size: 1.2em;
  background-color: #DCDCDC;
  color: #333;
  padding: 0 .4em;
  margin-top: 10px;
}

label{
  float: left;
  width: 130px;
  display: block;
  clear: left;
  margin-right: 1em;
  text-align: right;
  cursor: hand;
  color: #bbb;
}

textarea, input, select, label, button, optgroup{
  margin-top: 5px;
}

input [ type = "checkbox" ], input [ type = "radio" ]{
  margin-bottom: 7px;
}

textarea:focus, input [ type = "text" ]:focus{
  border: 2px solid #666;
}

input [ type = "checkbox" ]{
  color: #000;
}

optgroup{
  background-color: #ccc;
  color: #000;
}

textarea, input [ type = "text" ]{
  border: 1px solid #666;
}

#search input, #search button {
  border: none;
  margin-top: 0px!important;
}

#search form {
  vertical-align: middle;
}

select, input [ type = "radio" ], option{
  background-color: #fff;
  color: #000;
}

input [ type = "submit" ], button{
  background-color: #ccc;
  color: #333;
}

.error{
  color: Red;
  margin-left: 10px;
  font-weight: bold;
}

#searchForm #autocomplete_search_city_id,
#searchForm #search_keyword {
    width:250px;
}

#searchForm input[type="text"], #searchForm input[type="file"] {
    line-height:1.8em;
    padding: 4px;
    font-size: 12px;
    text-transform: uppercase;
}

.dropdown {
  width: 176px;
  border: 1px solid #444444;
}

#searchForm .checkbox_list li,
#postingform .checkbox_list li {
  display: inline-block;
  line-height: 22px;
}

#searchForm .checkbox_list label,
#postingform .checkbox_list label {
  width: 85px;
  text-align: right;
  margin-right: 10px;
  vertical-align: middle;
}

#postingform .checkbox_list label {
  width: 160px;
}


#searchForm .checkbox_list input,
#postingform .checkbox_list input {
  vertical-align: middle;
}

