<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#submit2 {
 color: #1C489F;
 font-size: 15;
 font-weight: bold;
 width: 150px;
 height: 50px;
 border: none;
 margin: 0;
 padding: 0;
 border: 2px solid #1C489F; /* Green */
 border-radius : 0px 7px 0px 7px ;
 moz-border-radius : 0px 7px 0px 7px ;
 background: #fff url(image) 0 0 no-repeat; 
 -webkit-transition-duration: 0.4s; /* Safari */
 transition-duration: 0.4s;
}

#submit2:hover {
    background-color: #1C489F; /* Green */
    color: white;
}</pre></body></html>