
/* 
This document contains the local classes this particular application

Do NOT leave spaces between the property value and the units! 
If you use "margin-left: 20 px" instead of "margin-left: 20px" 
it will only work properly in IE6 but it will not work in Mozilla or Netscape.
*/

/* -------------------------------------------------------------------------------------------------------*/
/* Background Images */
body
{
	padding-left:10px;
}

.StartViewPage, .ConfirmationViewPage, .ChildInfoViewPage, .ChildViewPage, .FeeCalculationViewPage, .GuardianInfoPage, .OtherCarholderViewPage, .AddOtherCareholderViewPage, .OtherChildrenViewPage, .IndividualWishesPage
{
	height:100%;
  background-color:White;
	background-repeat:no-repeat;
}


Span
{
	height:16px;
}

.picker
{
	height:16px;
	background-color:White;
  width:94%;
  border:1px #CCCCCC solid;
  font-weight:normal;
  font-family:Verdana,monospace;
  padding:0px;
  cursor:pointer;
}

.Container
{
	margin-bottom:10px;
}
/*---------------------------Start Confirmation Box------------------------------------------------------------------*/
.ConfirmBoxText
{
  font-weight: bold;
  width: 98%;
}
/*---------------------------End Confirmation Box ------------------------------------------------------------------*/


