#formular
{
      margin-top: 10px;
      width: 880px;
      padding-left: 50px;
}

#formular_txt_top1
{
      margin-top: 10px;
      float: left;
      font-weight: bold;
      font-size: 14px;
}

#formular_txt_top2
{
      margin-top: 10px;
      float: left;
      font-style: italic;
      font-weight: bold;
      font-size: 12px;
}

#formular_txt_error
{
      float: center;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      color: red;
}

#formular_txt_green
{
      float: center;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      color: green;
}

#formular_txt_info
{
      float: center;
      text-align: center;
      font-weight: bold;
      font-size: 10px;
      color: #088A08;
}

#formular_txt
{
      width: 330px;
      margin-top: 8px;
      margin-left: 30px;
      float: left;
      font-weight: bold;
      font-size: 12px;
}

#formular_txt_long
{
      width: 700px;
      height: 20px;
background: red;
      margin-top: 8px;
      margin-left: 30px;
      float: left;
      font-weight: bold;
      font-size: 12px;
}


#formular_icon
{
      width: 20px;
      height: 20px;
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 5px 0px;
      float: left;
      font-weight: bold;
      font-size: 12px;
}

#icon_right {

       background: url(./img/icon_right.png) no-repeat;
       width: 16px;
       height: 16px;
}

#icon_error {

       background: #CEE7FF url(./img/icon_error.png) no-repeat;
       width: 16px;
       height: 16px;
}

#icon_ok {

       background: #CEE7FF url(./img/icon_ok.png) no-repeat;
       width: 16px;
       height: 16px;
}

#icon_play {
}


#wave {

       background: url(./img/wave.png) no-repeat;
       width: 880px;
       height: 10px;
}

input[type=text], textarea {
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 3px 0px;
      border: 1px solid #154360;
      border-radius: 5px;
      background-color: #CEE7FF;
      color: #000080;
      width: 350px;
}
 
input[type=text]:focus, textarea:focus {
      box-shadow: 0 0 5px rgba(81, 203, 238, 1);
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 3px 0px;
      border: 1px solid rgba(81, 203, 238, 1);
      background-color: #CEE7FF;
      color: #000080;
      width: 350px;
}

input[type=password], textarea {
     -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
     -o-transition: all 0.30s ease-in-out;
     outline: none;
     padding: 3px 0px 3px 3px;
     margin: 5px 1px 3px 0px;
     border: 1px solid #154360;
     border-radius: 5px;
     background-color: #CEE7FF;
     color: #000080;
     width: 350px;
}
 
input[type=password]:focus, textarea:focus {
     box-shadow: 0 0 5px rgba(81, 203, 238, 1);
     padding: 3px 0px 3px 3px;
     margin: 5px 1px 3px 0px;
     border: 1px solid rgba(81, 203, 238, 1);
     background-color: #CEE7FF;
     color: #000080;
     width: 350px;
}

input[type=submit], textarea {
     -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
     -o-transition: all 0.30s ease-in-out;
     outline: none;
     padding: 3px 0px 3px 3px;
     margin: 5px 1px 3px 0px;
     border: 1px solid #154360;
     border-radius: 5px;
     background-color: #CEE7FF;
     width: 350px;
     font-size: 12px; 
     font-weight: bold; 
     color: #000080;
}
 
input[type=submit]:focus, textarea:focus {
     box-shadow: 0 0 5px rgba(81, 203, 238, 1);
     padding: 3px 0px 3px 3px;
     margin: 5px 1px 3px 0px;
     border: 1px solid rgba(81, 203, 238, 1);
     background-color: #CEE7FF;
     width: 350px;
     font-size: 12px; 
     font-weight: bold; 
     color: #000080;
}