@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
fieldset{
width:400px;
margin:15px auto;
border:thin solid #06F;
background-color:#E1DEFE;
position:relative;
padding-top:85px;
}
fieldset legend{
position:absolute;
top:20px;
left:0;
width:385px;
background-color:#06F;
color:white;
padding:5px 5px 5px 10px;
font-size:24px;
}
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: 10px;
background-color:
#AD9EFE;
border:thin solid #06F;
color: #FFFFFF;
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: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
p.radio{
height:30px;
}
p.radioHeading,p.checkb
oxHeading{
font-weight:bold;
height:35px;
padding-top:20px;
}
p.checkbox{
height:30px;
}
label.swtich
{color:#0F0;
}
success{
background-image="images/tick.png" alt="somthing wrong width"123px" length"123".;
	
}
















/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px a33220;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}











