button, input[type=button],
input[type=submit] {
font-size:12px;
color:#666;
border-top:1px solid #ccc;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-left:1px solid #ccc;
padding:4px 10px;
font-weight:bold;
cursor:pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow:0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
}
button, input[type=button],
input[type=submit] {
-webkit-box-shadow:inset 0 1px 3px #f1f1f1, inset 0 -15px #dfdfdf, 1px 1px 1px #9999cc;
box-shadow:inset 0 1px 3px #f1f1f1, inset 0 -15px #dfdfdf, 1px 1px 1px #9999cc;
}
button:hover, input[type=button]:hover,
input[type=submit]:hover {
-webkit-box-shadow:inset 0 1px 3px #e1e1e1, inset 0 -15px #cfcfcf, 1px 1px 1px #007d9a;
box-shadow:inset 0 1px 3px #e1e1e1, inset 0 -15px #cfcfcf, 1px 1px 1px #007d9a;
}
button:active, input[type=button]:active,
input[type=submit]:active {
background:#ccc;
padding:4px 12px;
}
.cm_decoration input {
display:inline-block;
padding:1px 4px !important;
vertical-align:middle;
}
/* for IE6 */
* html .cm_decoration input {
width:90px;
height:26px;
}
/* for IE7 */
*:first-child+html .cm_decoration input {
width:90px;
}