@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
font-family:Arial bold, Helvetica, sans-serif;
}
fieldset{
width:400px;
margin:15px auto;
border:3px solid #3B3B3B;
background-color:#33B2FF;
position:relative;
padding-top:10px;
}
body {
  background: darkblue url("img_tree.gif") no-repeat fixed center;
}

fieldset p label{
width:190px;
float:left;
font-size:18px;
padding-top:5px;
}
fieldset p input{
width:175px;
float:left;
clear:right;
padding:5px;
font-size:18px;
}
fieldset p{
height:45px;
margin-left:10px;
}
fieldset p:last-child{
margin-bottom:50px;
}
fieldset p button.button {
border-radius: 100px;
background-color:#e5eef5;
border:thin solid #c4d9ee;
color: #green;
text-align: center;
font-size: 24px;
padding: 5px;
width: 250px;
cursor: pointer;
margin: 20px 15%;

}
fieldset p button.button:disabled,
fieldset p button.button[disabled]{
  border: 3px solid #Green;
  background-color: #green;
  color: #3b3b3b;
}
p.radio{
height:30px;
}
p.radioHeading,p.checkb
oxHeading{
font-weight:bold;
height:35px;
padding-top:20px;

}
p.checkbox{
height:30px;
}
