input.field-error {border-color: #a56f6f;}input[type=button], button, input[type=submit], a.button {background: #ddd;background: -moz-linear-gradient(#eee,#ccc);background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));color: #333;font-weight: bold;text-shadow: #fff 1px 1px 1px;font-size: 13px;margin: 0;display: block;border: solid 1px #aaa;padding: 8px 5px 6px 5px;text-decoration: none;text-align: center;cursor: pointer;font-family: "Lucida Sans","Lucida Grande", "Helvetica", "Arial", "sans-serif";-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}input[type=button]:hover, button:hover, input[type=submit]:hover, a.button:hover {border: solid 1px #666;}input[type=button].big, button.big, input[type=submit].big, a.button.big {color: #444;font-size: 24px;font-weight: normal;padding: 12px 0 13px 0;}input[type=button].big, button.big, input[type=submit].big {padding: 9px 0;}input[type=button].green, button.green, a.button.green {color: #0b4f0b;border-color: #6fa76f;background: -moz-linear-gradient(#b8f5b8,#9ad79a);background: -webkit-gradient(linear,left top,left bottom,from(#b8f5b8),to(#9ad79a));}input[type=button].green:hover, button.green:hover, a.button.green:hover {border-color: #073307;}input[type=button].red, button.red, a.button.red {color: #4c0a0a;border-color: #a56f6f;background: -moz-linear-gradient(#f4baba,#d69a9a);background: -webkit-gradient(linear,left top,left bottom,from(#f4baba),to(#d69a9a));}input[type=button].red:hover, button.red:hover, a.button.red:hover {border-color: #330707;}input[type=button][disabled], button[disabled], input[type=submit][disabled], a.button.disabled,input[type=button][disabled]:hover, button[disabled]:hover, input[type=submit][disabled]:hover, a.button.disabled:hover {border: solid 1px #aaa;cursor: default;opacity: 0.4;-ms-filter: alpha(opacity=40);filter: alpha(opacity=40);}button#changePassword {width: 250px;}