#other_form
{
margin:20px 200px 20px;
padding:20px;
}

#check1
{
text-align:right;
}

#button1 {
left:80px;
bottom:-20px;
background: #ced665;
position:relative;
   }
#button1:hover {
   border-top-color: #637828;
   background: #637828;
   color: #cccccc;
   }
#button1:active {
   border-top-color: #335c1b;
   background: #335c1b;
   }

#button2 {
left:100px;
bottom:-20px;
background: #ced665;
position:relative;
   }
#button2:hover {
   border-top-color: #637828;
   background: #637828;
   color: #cccccc;
   }
#button2:active {
   border-top-color: #335c1b;
   background: #335c1b;
   }


.button{
border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 8px 10px 10px 8px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 position:relative;
 margin:10px;
left:70px;
float:left;
 }

.button:hover{
 border:1px solid #1c5675; background-color: #26759e;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), top(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}


