﻿body 
{
	
}
.inputbtn
{
		 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;     
    -moz-border:1px #000;          
    -webkit-border: 1px #000;    
    border: 1px #000;    
    padding:0 3px 0 3px;
    display:inline-table;
    text-decoration:none;
    background:#A60000;
    color:white;
    cursor:pointer;
    font:12px sans-serif;
}
.inputbtn1
{
		 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;     
    -moz-border:1px #000;          
    -webkit-border: 1px #000;    
    border: 1px #000;    
    padding:0 3px 0 3px;
    display:inline-table;
    text-decoration:none;
    background:green;
    color:white;
    cursor:pointer;
    font:12px sans-serif;
}
.disblock
{
  display:block;
  min-width : 300px;
}

p{line-height:0.5em}	
.hdrlable
{
	font-weight:bold;
	font-size:medium;
}
.divborder
{
height: 220px;
width: 90%; 
padding: 20px;
background-color: Gray ; 

/* outer shadows  (note the rgba is red, green, blue, alpha) */
 
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 0px;  
border-radius: 7px;

/* gradients */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='gray');
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, gray)); 
background: -moz-linear-gradient(top, white 0%, white 55%, gray 130%); 
}
.label
 {
  font-weight:bold;
 }
 .label1
 {
 	font-weight:bold;
 	font-style:italic;
    background-color:#FFFF99;
 }
 
 .header
  {
   font-weight:bold;
background-color:Blue;
z-index:1;
position:relative;

  }