ul#error_list{
  color: red;
  list-style-type: none;
}

a.closewindow
{
  height: 13px;
  display: block;  
}

img#close{
  float: right;
  
}
img#logo{
  display: block; 
  margin-bottom: 38px;
}
	
#overlay_form_window
{
  width: 453px;
  border: 1px solid #828282;
  background-color: #fff;
  padding: 13px 16px 14px 14px;
  font-size: 11px;
}

div.form_body
{
  padding: 10px 42px 25px 47px;
}
div.form_body div.groove_line
{
  margin-top: 17px;
  margin-bottom: 1px;
}
div.form_body table td
{
  width: 50%;
  text-align: right;
  padding-left: 17px;
  padding-right: 0;
}
div.form_body table { width: 100%;}
div.form_body table td.right { padding-top: 4px;}
div.form_body table td input.rounded
{
  display: block;
  border-width: 0;
  background-image: url(../images/frontend/toolbox/form_element.png);
  padding: 8px 12px;
  width: 186px;
}
#overlay_form_window .submitarea
{
  text-align: right;  
  margin-top: 26px;
}

#overlay_form_window .submitarea input
{
  width: auto;
}


  
