
*
{
    margin: 0px;
    padding: 0px;
}
  
body
{
    font-size: 0.8em;
    color: #444;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
  
h1
{
    font-size: 1.2em;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

form
{
    width: 310px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
}
  
fieldset
{
    padding: 10px;
    border: 1px solid #ccc;
    width: 290px;
    float: left;
    margin-bottom: 10px;
} 
  
fieldset p
{
    margin-bottom: 10px;
}
  
fieldset label
{
    float: left;
    width: 80px;
}
  
legend
{
    font-weight: bold;
    padding: 0 10px;
}
  
fieldset.filter label
{
    display: block;
    margin-bottom: 5px;
    float: left;
    width: 0px;
}
  
fieldset.test
{
 //   float:right;
}
  
.testlang2
{
    border:none;
}
  
fieldset.test input 
{
    width: 200px;
}
  
fieldset.result
{
 //   float:right;
//    color: #000;
}
  
fieldset.result input
{
    width: 200px;
    border:none;
//    color: #000;
    background:transparent;
}
  
p.buttons
{
//    clear: left;
    text-align: center;
    align: center;
    padding-top: 10px;
}

p.buttons input
{
//    clear: left;
    text-align: center;
    align: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 60px;
}
  
p.clear
{
    clear: left;
    text-align: center;
    margin-bottom: 0px;
}
  
