.input {
background-color:#FFFFFF;
border-color:#0099CC;
border-collapse:collapse;
border-style:solid;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
border-width:thin;
FONT-SIZE: 11px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius:3px;
padding-bottom:4px;
padding-top:4px;
padding-left:4px;
padding-right:4px;

}
.input:hover {
    border: 1px solid 
	#F30;
    background:#FFFFFF;
}

.input:focus
{
	  
    border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.button {
border: 5px solid 
#99CC33;
background:#99CC33;
-moz-border-radius-bottomright: 5px;
-webkit-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-radius-topright: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius-bottomleft: 5px;
border-bottom-left-radius:5px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.button:hover {
	cursor:pointer;
	
	
}
.button:img {
  margin-right: 5px;
  vertical-align: middle;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
}

button img {
  margin-right: 5px;
  vertical-align: middle;
}
 
* html button { width: 90px; }