.styleText{border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #CCCCCC;height: 30px;margin-left:-5px;padding-left:2px;width:316px !important; }

.button {
   border-top: 1px solid #96d1f8;
   background: #009bde !important;
   background: -webkit-gradient(linear, left top, left bottom, from(#009bde), to(#009bde));
   background: -webkit-linear-gradient(top, #009bde, #009bde);
   background: -moz-linear-gradient(top, #009bde, #009bde);
   background: -ms-linear-gradient(top, #009bde, #009bde);
   background: -o-linear-gradient(top, #009bde, #009bde);
   padding: 9.5px 20px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   width:320px !important;
   margin-left:-6px;
   }
.button:hover {
   border-top-color: #008ac5;
   background: #008ac5 !important;
   color: #e9e9e9;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e !important;
   }
   
 .button2 {
   border-top: 1px solid #e1e7eb;
   background: #e1e7eb;
   background: -webkit-gradient(linear, left top, left bottom, from(#e1e7eb), to(#e1e7eb));
   background: -webkit-linear-gradient(top, #e1e7eb, #e1e7eb);
   background: -moz-linear-gradient(top, #e1e7eb, #e1e7eb);
   background: -ms-linear-gradient(top, #e1e7eb, #e1e7eb);
   background: -o-linear-gradient(top, #e1e7eb, #e1e7eb);
   padding: 9.5px 20px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #2c2e2f;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   width:320px !important;
   cursor:pointer;
   margin-left:-6px;
  
   }
.button2:hover {
   border-top-color: #d2dbe1;
   background: #d2dbe1;
   color: #2c2e2f;
   }
.button2:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
     
 .helpLinkText {
  color : #0079ad;
  font-size:12px;
  font-weight:bold;
  
 }