
  input {
  width: 200px;
  font-family: Tahoma;
  font-size: 8pt;
  }
  
  .label {
width:70px;
  }
  
    .radio {
width:10px;
height:40px;
margin:5px;
  }
  

  .no {
width:auto;
font-size:12px;

  }

  .no1 {
width:auto;
color:yellow;
font-size:12px;
font-weight:bold;
width:10px;
margin-left:5px;

  }
  
  textarea {
width: 200px;
  font-family: Tahoma;
  font-size: 8pt;
  }
   
  #form_input {
font-family: Tahoma;
  font-size: 8pt;
  }

  .error {
  font-family: Tahoma;
font-size: 8pt;
  color: #FFB515;
  margin-left: 70px;
  display:none;
  }

#form1{
width:40%;
height:auto;
padding:20px;
border:1px dashed black;
}

fieldset
{
border: 1px solid #781351;
width:auto;
height:auto;
padding:20px;
}

fieldset#contact
{
border: 1px solid #cccccc;
width:400px;
height:auto;
padding:20px;
}

legend
{
color: #fff;
background: #A83223;
border: 1px solid #cccccc;
padding: 4px 8px;
margin-bottom:20px
} 

legend#contact
{
color: #fff;
background: red;
border: 1px solid #781351;
padding: 4px 8px;
margin-bottom:20px
} 
