/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff; padding: 0; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; margin:0;padding:0 }
  .form_border{
  width:422px;
  padding:20px;
  background-color:#a695aa;
  border:1px solid #808080;
  position:relative;
  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
  margin-left: 20px;
  }
  textarea{
  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
  padding: 1em;
  }
    input{
  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  padding: 1em;
  }
  
}