﻿@import url(default.css);

body { background: #FFF2B4; color: #25241F; }
td,th { color: #25241F; }
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { background: #fff3ea; border: 1px solid #ff6000; font-weight: bold; color: #482c00; }
input.has-focus,select.has-focus,textarea.has-focus { background: #fff3ea !important; border: 1px solid #ff6000 !important; font-weight: bold !important; color: #482c00 !important; }

/* Common Button Adjustments */
	a.link-button { width: 60px; background: url(../images/buttons/iframe-60.gif) no-repeat; }

