﻿@import url(default.css);

body { background: #dae9fa; color: #11568c; }
td,th { color: #11568c; }
input,select,textarea { color: #11568c; }
input[type="text"],input[type="password"],select,textarea { border-width: 1px; }
input[type="text"]:focus,input[type="password"]:focus,select:focus,textarea:focus { background: #addbff; border: 1px solid #0096ff; font-weight: bold; color: #002b53; }
input.has-focus,select.has-focus,textarea.has-focus { background: #addbff; border: 1px solid #0096ff; font-weight: bold; color: #002b53; }
input.form-error,select.form-error,textarea.form-error { border: 1px solid #e10; }

/* Common Button Adjustments */
	a.link-button { width: 60px; background: url(../images/buttons/iframe-60.gif) no-repeat; }

