﻿body{
	margin : 0; 
	border : 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

.inputclass {background: #ffffff; 
			 border: 1px solid #ec1922; 
			 color:#000000; 
			 color:rgb(0,0,0); 
			 font-family: Arial, Helvetica, sans-serif; 
			 font-size:12px; 
			 font-weight:normal;
			 height: 20px;
			 padding:10px;
			 }

.butn {
  background: #fb0102;
  background-image: -webkit-linear-gradient(top, #fb0102, #000081);
  background-image: -moz-linear-gradient(top, #fb0102, #000081);
  background-image: -ms-linear-gradient(top, #fb0102, #000081);
  background-image: -o-linear-gradient(top, #fb0102, #000081);
  background-image: linear-gradient(to bottom, #fb0102, #000081);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  border: solid #000000 1px;
  text-decoration: none;
}

.butn:hover {
  background: #000080;
  background-image: -webkit-linear-gradient(top, #000080, #fc0001);
  background-image: -moz-linear-gradient(top, #000080, #fc0001);
  background-image: -ms-linear-gradient(top, #000080, #fc0001);
  background-image: -o-linear-gradient(top, #000080, #fc0001);
  background-image: linear-gradient(to bottom, #000080, #fc0001);
  text-decoration: none;
}
