﻿@import '../Common.css';

/* FORM LAYOUT STYLE
==================================================================================================*/
.WEBLIB_Form .FormTitle { background: #fff url('FormBk.gif') repeat-x 0 -15px; }
.WEBLIB_Form .FormTitle h1 { color: #00247d; }

/* REQUIRED FIELD SET STYLE
==================================================================================================*/
.WEBLIB_Form .RequiredSet { background-image: url('FieldRequiredSetBk.png'); }


/* FORM NAVIGATION 
==================================================================================================*/
.WEBLIB_Form .Navigation { background: url('FormBk.gif') repeat-x 0 -50px; }
.WEBLIB_Form .Navigation input[type="submit"] { background: url('FormButtons.gif') no-repeat -4px -10px; color: #00247d; }
.WEBLIB_Form .Navigation input[type="button"] { background: url('FormButtons.gif') no-repeat -4px -10px; color: #00247d; }

