.classname {
                -moz-box-shadow:inset -5px -2px 16px -17px #bbdaf7;
                -webkit-box-shadow:inset -5px -2px 16px -17px #bbdaf7;
                box-shadow:inset -5px -2px 16px -17px #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:20px;
                -webkit-border-radius:20px;
                border-radius:20px;
                border:1px solid #84bbf3;
                display:inline-block;
                color:#ffffff;
                font-family:arial;
                font-size:14px;
                font-weight:bold;
                padding:6px 19px;
                text-decoration:none;
                text-shadow:2px 1px 2px #528ecc;
                cursor: pointer;
            }.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:1px;
            }


            .wrapper-dropdown {
                /* Size and position */
                position: relative; /* Enable absolute positioning for children and pseudo elements */
                padding: 3px;
                margin: 0 auto;

                /* Styles */

                color: #000000;
                outline: none;
                cursor: pointer;
            }
            
      
table.gridtable {
	font-family: arial,verdana,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 100%;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.classname1 {
                -moz-box-shadow:inset -5px -2px 10px -17px #bbdaf7;
                -webkit-box-shadow:inset -5px -2px 10px -17px #bbdaf7;
                box-shadow:inset -5px -2px 10px -17px #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:10px;
                -webkit-border-radius:10px;
                border-radius:10px;
                border:1px solid #84bbf3;
                display:inline-block;
                color:#ffffff;
                font-family:arial;
                font-size:12px;
                font-weight:bold;
                padding:3px 16px;
                text-decoration:none;
                text-shadow:2px 1px 2px #528ecc;
                cursor: pointer;
            }.classname1: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:1px;
            }