
*
{
margin: 0;
padding: 0;
border: none;
outline: none;
font-size: 15px !important;
}
html
{
height: 100%;
}
body 
{
height: 100%;
font-family: verdana;
color: #333;                                                                
background: #fff;
}
input, textarea, select
{
margin: 2px 0;
border: 2px solid #ccc;
padding: 5px 10px;
width: 250px;
}
input[type="submit"], input[type="reset"], button
{
width: auto;
background: #ddd;
cursor: pointer;
}
input[type="submit"]:hover,input[type="reset"]:hover, button:hover
{
background: #ccc;
}
input[type="checkbox"]
{
margin: 10px;
width: auto;
}
</style>
