.button_form{
border:1px solid #2a2c2f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 5px;
font-size:10px;
padding: 5px 5px 5px 5px;
text-decoration:none;
display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold;
color: #FFFFFF;
 background-color: #45484d; background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
 background-image: -webkit-linear-gradient(top, #45484d, #000000);
 background-image: -moz-linear-gradient(top, #45484d, #000000);
 background-image: -ms-linear-gradient(top, #45484d, #000000);
 background-image: -o-linear-gradient(top, #45484d, #000000);
 background-image: linear-gradient(to bottom, #45484d, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
}

.button_form:hover{
 border:1px solid #151617;
 background-color: #2d2f32; background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
 background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);
}

.button_form_red{
border:1px solid #2a2c2f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 5px;
font-size:10px;
padding: 5px 5px 5px 5px;
text-decoration:none;
display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold;
color: #FFFFFF;
 background-color: #45484d; background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#FF0000));
 background-image: -webkit-linear-gradient(top, #FF0000, #FF0000);
 background-image: -moz-linear-gradient(top, #FF0000, #FF0000);
 background-image: -ms-linear-gradient(top, #FF0000, #FF0000);
 background-image: -o-linear-gradient(top, #FF0000, #FF0000);
 background-image: linear-gradient(to bottom, #FF0000, #FF0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#FF0000);
}

.button_form_red:hover{
 border:1px solid #151617;
 background-color: #2d2f32; background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#FF0000));
 background-image: -webkit-linear-gradient(top, #2d2f32, #FF0000);
 background-image: -moz-linear-gradient(top, #2d2f32, #FF0000);
 background-image: -ms-linear-gradient(top, #2d2f32, #FF0000);
 background-image: -o-linear-gradient(top, #2d2f32, #FF0000);
 background-image: linear-gradient(to bottom, #2d2f32, #FF0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);
}
