﻿/******************************************************************************/
/* Name:        MainfreightPublicForms.css                                    */
/* Author:      Tim Sargent                                                   */
/* Description: Style sheet for the forms used on the public portion of the   */
/*              site.                                                         */
/* History:     19 Jun 08 (timsar): Created                                   */
/*                                                                            */
/* Copyright 2008 Mainfreight, all rights reserved                            */
/******************************************************************************/

.requiredField
{
	color:     #FF0000;
	font-size: 1.2em;
}

.inputField
{
	border-style: inset;
    border-width: thin;
}

div.formBox
{
	padding: 7px;
	/*width:   100%;*/	
}

div.outerBox
{
	border:           solid thin #DBE2E8;
	font-size:        1.2em;
	/*width:            100%;*/
}

div.outerBox div.header
{
	background-color: #DBE2E8;
	font-size:        1.4em;
	padding:          5px;
	width:            100%;
}

div.outerBox div.formFields
{
	background-color: #EEF3F6;
	float:            left;
	padding:          3px;
	width:            100%;
}

div.outerBox div.formFields div.caption
{
	float:  left;
	width:  120px;
}

div.outerBox div.formFields div.input
{	
}

