﻿.button {
   border-top: 1px solid #96d1f8;
   background: #5ea0cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#6c87d9), to(#5ea0cc));
   background: -webkit-linear-gradient(top, #6c87d9, #5ea0cc);
   background: -moz-linear-gradient(top, #6c87d9, #5ea0cc);
   background: -ms-linear-gradient(top, #6c87d9, #5ea0cc);
   background: #5ea0cc;
   padding: 5.5px 11px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ede8ed;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
	}
.button:hover {
   border-top-color: #174563;
   background: #174563;
   color: #ccc;
   }
.button:active {
   border-top-color: #4f83a6;
   background: #4f83a6;
   }
   
   
   
   .print {
   border-top: 1px solid #0b0c0d;
   background: #f7b716;
   background: -webkit-gradient(linear, left top, left bottom, from(#f08513), to(#f7b716));
   background: -webkit-linear-gradient(top, #f08513, #f7b716);
   background: -moz-linear-gradient(top, #f08513, #f7b716);
   background: -ms-linear-gradient(top, #f08513, #f7b716);
   background: -o-linear-gradient(top, #f08513, #f7b716);
   padding: 5.5px 11px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #170417;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.print:hover {
   border-top-color: #0801435;
   background: #0801435;
   color: #e3dae3;
   }
.print:active {
   border-top-color: #0b5363;
   background: #0b5363;
   }
   
   .view {
   border-top: 1px solid #0b0c0d;
   background: #143b840;
   background: -webkit-gradient(linear, left top, left bottom, from(#449117), to(#143b840));
   background: -webkit-linear-gradient(top, #449117, #143b840);
   background: -moz-linear-gradient(top, #449117, #143b840);
   background: -ms-linear-gradient(top, #449117, #143b840);
   background: -o-linear-gradient(top, #449117, #143b840);
   padding: 5.5px 11px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #240824;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.view:hover {
   border-top-color: #0801435;
   background: #0801435;
   color: #e3dae3;
   }
.view:active {
   border-top-color: #0b5363;
   background: #0b5363;
   }
   
   .gradient3 
   {
   /*	background: -webkit-linear-gradient(left, Red,white,#ffd800); 
    background: -o-linear-gradient(left, Red,white,#ffd800);
    background: -moz-linear-gradient(left, Red,white,#ffd800); 
    background: repeating-linear-gradient(left, Red,white,#ffd800); */
 /*background: -webkit-linear-gradient(green, blue); 
    background: -o-linear-gradient(green, blue); 
    background: -moz-linear-gradient(green, blue); 
    background: linear-gradient(green, blue);*/ 
   filter: 
progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffd800');
background:
-moz-linear-gradient(50% 100% , #ffd800 20%, white 100%) 
repeat scroll 0 0 transparent;
background:
-webkit-gradient(linear, 90 100%, 50 0%, from(#ffd800), to(white));
height:2000px; 
}


  .gradient4 
   {
   /*	background: -webkit-linear-gradient(left, Red,white,#ffd800); 
    background: -o-linear-gradient(left, Red,white,#ffd800);
    background: -moz-linear-gradient(left, Red,white,#ffd800); 
    background: repeating-linear-gradient(left, Red,white,#ffd800); */
 /*background: -webkit-linear-gradient(green, blue); 
    background: -o-linear-gradient(green, blue); 
    background: -moz-linear-gradient(green, blue); 
    background: linear-gradient(green, blue);*/ 
   filter: 
progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffd800');
background:
-moz-linear-gradient(50% 100% , #ffd800 20%, white 100%) 
repeat scroll 0 0 transparent;
background:
-webkit-gradient(linear, 0 100%, 0 50%, from(#ffd800), to(white));
height:100px; 
}

.gradient5
   {
   
   filter: 
progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffd800');
background:
-moz-linear-gradient(50% 100% , #ffd800 20%, white 100%) 
repeat scroll 0 0 transparent;
background:
-webkit-gradient(linear, 0 100%, 0 20%, from(#ffd800), to(white));
height:100px; 
}
		 
		 input[type=text], textarea,select
        {
        	padding:3px; font-size:16px; box-shadow:inset -1px 0px 7px 0px rgba(180,203,50,.71); border-radius:3px; font-family:serif;
            border: 1px solid #b4cb32;
	margin-left: 0px;
}
        input[type=text]:focus, textarea:focus,select:focus
        {
            background-color: yellow;
            border: 1px solid #b4cb32;
            outline:none;
        }
        
        