.classname {
	-moz-box-shadow:inset -6px -38px 0px -1px #bbdaf7;
	-webkit-box-shadow:inset -6px -38px 0px -1px #bbdaf7;
	box-shadow:inset -6px -38px 0px -1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:4px solid #84bbf3;
	display:inline-block;
	color:black;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:1px 11px;
	text-decoration:none;

}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.classname:active {
	position:relative;
	top:5px;
}


p {line-height:200%;margin-right: 20px;text-align:justify;}
fieldset {
  padding: 3px;
  font:80%/1 comic;
  }

label {
  float:left;
  width:40%;
  margin-right:10px;
  padding-top:0.8em;
  text-align:left;
 
  }
  
 h1 {font-size:50px;font-family:"Times New Roman", Times, serif;text-align: center;}
  h2 {color: red;font-family:"Times New Roman", Times, serif;}
    #gradient {
         width: 1200px;
         height: 60px;

         background: #00ff00; /* for non-css3 browsers */

          /* For WebKit (Safari, Google Chrome etc) */
         background: -webkit-gradient(linear, left top, right top, from(#00f), to(#fff));
 
         /* For Mozilla/Gecko (Firefox etc) */
         background: -moz-linear-gradient(left, #FBF5EF, #2481C3);
 
         /* For Internet Explorer 5.5 - 7 */
         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ff00, endColorstr=#000000, GradientType=0);
 
         /* For Internet Explorer 8 */
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF)";
    }
#center{
	position: absolute;
	left: 150px;
	padding-bottom: 20px;
}

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}
        a{
                color:#c00;
                text-decoration:none;
                font-weight:bold;
        }
        a:hover{
                text-decoration:underline;
        }
