form { display:inline; margin:0px; padding:0px; }

input:focus, select:focus, textarea:focus, file:focus { outline:none; }

input.button { background-color:#2a81c2; letter-spacing:1px; color:white; border:1px #87cbff solid; -webkit-border-radius:4px; border-radius:4px; -moz-border-radius:4px; padding:1px 8px 1px 8px; }
input, textarea, select, file  { background:#ebebeb; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; color:black; padding:2px 4px; border:0; -webkit-border-radius:3px; border-radius:3px; -moz-border-radius:3px; }
.smallcheck { height:12px; width:12px; }
input.readonly, input.readonly:hover { background-color: #c2c2c2; color: #646464; }

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus, input:active, textarea:active, select:active { background-color: #f7f7f7; }
input.button:hover { border-color:#cde9ff; background-color:#2a81c2; }
input.button:active { color:#e5e5e5; border-color:#87cbff; background-color:#0a5b98; }
input.login { font-size:8pt; }

input#btn_commentsave { margin-top:10px; }