 .button
    {        
        display:inline-block ;
        white-space: nowrap;
        background-color:Silver ;
        background-image: url('linear-gradient(top,%20#eee, #ccc');
        border: 1px solid #777;
        margin: 0.5em;
        text-decoration: none;
        color:Red ;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);

        font-style:normal; font-variant:normal; 
        font-weight:bold; line-height:1em; 
        font-size:1em; 
        font-family:Arial, Helvetica; 
        padding-left:0.5em; 
        padding-right:0.5em; 
        padding-top:0; 
        padding-bottom:0
    }
    
    .button:hover
    {
        background-color: #eee;        
        background-image: url('linear-gradient(top,%20#fafafa, #ddd');
    }
    
    .button:active
    {
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
    }
    
    .button:focus
    {
        outline: 0;
        background: #fafafa;
    }    
    
    .button:before
    {
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;        
        width: 1em;
        text-align: center;
        font-size: 1em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
    }
	
	/* Buttons and inputs */
	
	button.button, input.button 
	{ 
		cursor: pointer;
		overflow: visible; /* removes extra side spacing in IE */
	}
	
	/* removes extra inner spacing in Firefox */
	button::-moz-focus-inner 
	{
	  border: 0px none;
	  padding: 0
	}
	
	/* If line-height can't be modified, then fix Firefox spacing with padding */
	 input::-moz-focus-inner 
	{
	  padding: .2em;
	}
 
	/* The disabled styles */
	.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover 
	{
		background: #eee;
		color: #aaa;
		border-color: #aaa;
		cursor: default;
		
		position: static;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		
	}
    
    /* Hexadecimal entities for the icons */
    
    .add:before
    {
        content: "\271A";
    }
    
    .edit:before
    {
        content: "\270E";        
    }
    
    .delete:before
    {
        content: "\2718";        
    }
    
    .save:before
    {
        content: "\2714";        
    }
    
    .email:before
    {
        content: "\2709";        
    }
    
    .like:before
    {
        content: "\2764";        
    }
    
    .next:before
    {
        content: "\279C";
    }
    
    .star:before
    {
        content: "\2605";
    }
    
    .spark:before
    {
        content: "\2737";
    }
    
    .play:before
    {
        content: "\25B6";
    }

.buttonStyle
{

background: url(../images/login_butn.png); 
border-width:0; 
/* background-color:#dc143c; 
background:lightred; 
background-image: none; 
border-style:double; 
border-width:3; 
border-color: #a0a0a0;
 height: 25px; 
 font-size: 12px; */
}

.buttonStyle:hover 
{     
/*	background: #0099ff ;     
	border: double 3px green;     
	font-family: Arial, sans-serif;     
	font-size: 12px;     
	font-weight: bold;     
	color: Red;        
	height: 25px;  */
background: url(../images/login_butn.png); 
border-width:0; 
} 

.styled-button-9 {
	background:#00A0D1;
	background:-moz-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00A0D1),color-stop(100%,#008DB8));
	background:-webkit-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:-o-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:-ms-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0D1',endColorstr='#008DB8',GradientType=0);
	padding:5px 5px;
	color:#cfebf3;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border:3px double white
}
.styled-button-9:hover {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:5px 5px;
	color:#cfebf3;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border:3px double orange
}
.styled-button-10 {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:2px;
	margin:10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px double white
}
.styled-button-10:hover {
	background:#00A0D1;
	background:-moz-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00A0D1),color-stop(100%,#008DB8));
	background:-webkit-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:-o-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:-ms-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	background:linear-gradient(top,#00A0D1 0%,#008DB8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0D1',endColorstr='#008DB8',GradientType=0);
	padding:2px;
	margin:10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px double orange;
	z-index:300
}

.styled-button-11 {
	background:#FF1919;
	background:-moz-linear-gradient(top,#FF1919 0%,#FF5E5E 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF1919),color-stop(100%,#FF5E5E));
	background:-webkit-linear-gradient(top,#FF1919 0%,#FF5E5E 100%);
	background:-o-linear-gradient(top,#FF1919 0%,#FF5E5E 100%);
	background:-ms-linear-gradient(top,#FF1919 0%,#FF5E5E 100%);
	background:linear-gradient(top,#FF1919 0%,#FF5E5E 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1919',endColorstr='#FF5E5E',GradientType=0);
	padding:5px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px double orange
}
.styled-button-11:hover {
	background:#990000;
	background:-moz-linear-gradient(top,#990000 0%,#E0B2B2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#990000),color-stop(100%,#E0B2B2));
	background:-webkit-linear-gradient(top,#990000 0%,#E0B2B2 100%);
	background:-o-linear-gradient(top,#990000 0%,#E0B2B2 100%);
	background:-ms-linear-gradient(top,#990000 0%,#E0B2B2 100%);
	background:linear-gradient(top,#990000 0%,#E0B2B2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000',endColorstr='#E0B2B2',GradientType=0);
	padding:5px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px double white
}