/* Effective stylesheet produced by snapshot save */
div.form label { font-weight: bold; font-size: 0.9em; display: block; }
div.form .row { margin: 5px 0px; }
div.form span.required { color: red; }
div.form .errorMessage { color: red; font-size: 0.9em; }
div.form .row input[type="text"] { width: 419px; }
div.form .row input[type="text"], div.form .row input[type="password"], div.form .row textarea { border: 1px solid rgb(201, 201, 201); border-radius: 3px; }
div.form .row input[type="submit"] { background-color: rgb(2, 67, 156); border: medium none; color: white; padding: 5px 12px; border-radius: 5px; cursor: pointer; }
div.form .row input[type="submit"]:hover { color: rgb(255, 209, 68); }
