/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# File CSS    : site.css
#
# Description : Main Cascading Style Sheet for site
#
#-----------------------------------------------------------------------------
# History
# Version   Date     Author      Comments
# --------  -------  ----------  ---------------------------------------------
# 01.00.00  03Jun05  A.D.Smith   Initial Version.
# 02.14.00  17Oct05  A.D.Smith   Production Version.
# 02.14.00  17Oct05  A.D.Smith   Production Version.
# 02.15.00  26Jan06  A.D.Smith   Revisted Class's and Browser compatability
#
#-----------------------------------------------------------------------------
# NOTES
#
#
#
###===========================================================================
### Global Element Definitions
###===========================================================================
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    color: #404040;
	height: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

IMG {
	behavior: url(../js/pngbehavior.htc);
}

img.CMC_IMAGE_SYSTEMS {
    width: 150px;
}

H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
H2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
H3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}
P {}
UL {
  list-style: disc inside url()
  list-style-type: disc;
  padding: 0px 10px 10px 20px;
  margin: 0px;
}

.CM_Content_Area_Costs UL.CM_List {
  float: left;
  width: 70%;
  list-style: square inside url(/images/cost_bullet.gif);
  list-style-type: square;
  list-style-position: bottom left;
  
}

.CM_Content_Area_Costs UL.CM_List LI.CM_Text_Bullet {
  padding: 0px 5px 5px 7px;
  font-weight: bold;
  color: #7b7b7b;
}


/*============================================================================*/
/* Site Specific                                                              */
/*============================================================================*/
/* - CSS specific to the site that cannot be standardised.                    */
/* - Prefix any names with a site specific lable.                             */
/* Prefix any names with a site specific lable.                               */
/*                                                                            */
/*============================================================================*/
.CUST_Price {


}


/*
###===========================================================================
### Base Template
###===========================================================================
*/
#BASE_Container {
	width: 756px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}
#BASE_Header_systems, #BASE_Header_solutions, #BASE_Header_limited {
  float: left;
	width: 756px;
	margin: 0px;
	padding: 11px 10px 0px 10px;
	background-repeat: no-repeat;
}
#BASE_Header_systems {
	background: url(../images/frame_top_systems.gif);
		background-repeat: no-repeat;
}
#BASE_Header_solutions {
	background: url(../images/frame_top_solutions.gif);
		background-repeat: no-repeat;
}
#BASE_Header_limited {
}

#BASE_Header_splash {
	clear: both;
	width: 756px;
	margin: 0px;
	padding: 11px 10px 0px 10px;
	background: url(../images/frame-top_blank.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 85px;
}

#BASE_Menu {
  float: left;
	width: 756px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_background.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#BASE_Content {
	clear: both;
	width: 756px;
    min-height: 500px;
	padding: 0px 10px 0px 10px;
	background: url(../images/tile_background.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	text-align: left;
	overflow: hidden;
}

#BASE_Line_systems, #BASE_Line_solutions, #BASE_Line_limited {
    width: 736px;
    clear: both;
    margin: 0px 10px 0px 5px;
    padding: 0px 0px 0px 5px;
}

*:lang(en) #BASE_Line_systems, #BASE_Line_solutions, #BASE_Line_limited {
    width: 736px;
    clear: both;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

#BASE_Line_systems   {border-top: 3px #0096EC solid;}
#BASE_Line_solutions {border-top: 3px #33CC33 solid;}
#BASE_Line_limited   {border-top: 3px #FF0000 solid;}

#BASE_Bottom_Menu {
	width: 756px;
    clear: both;
	background: url(../images/tile_background.gif);
    background-color: #000000;
    text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
	overflow: hidden;
}

#BASE_Footer {
	clear: both;
	width: 756px;
	height: 40px;
	background: url(../images/footer.gif) no-repeat left top;
	text-align: center;
	padding: 16px 10px 0px 10px;
	overflow: hidden;
}

.XCOPYRIGHT {
    width: 250px;
    float: left;
    clear: none;
    text-align: left;
    padding: 7px;
    font-size: 0.9em;
    color: #CBCBCB;
}


#BASE_Logo {
	float: left;
	clear: none;
}
#BASE_Advert {
	float: right;
	clear: none;
	padding: 10px 110px 0px 0px;
	margin: 0px;
}

#BASE_Catalogue {
	float: left;
	width: 230px;
	clear: none;
}

DIV#Flash {
	width: 736px;
	padding: 0px;
	margin: 0px;
	border-bottom: 3px #7C7C7C solid;
}

DIV#PowerButton {
	float: left;
	clear: left;
}

.Benefits_Entry {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 3px;
	padding: 3px;
	margin-top: 10px;
}
.Benefits_Text {
	font-size: 1em;
	color: #E0F5FF;
	padding: 3px;
	margin-bottom: 22px;
}


/*============================================================================*/
/* Default                                                                    */
/*============================================================================*/
/* Use "text-align: center;" to center the page contents. This is reset to left in the containing div */

.CM_Text1 {
  padding-bottom: 10px;
}


p.CM_Homepage_Text {
	color: #555555;
	font-size: 0.9em;
	padding: 11px;
}


p.CM_Contact_Text {
	color: #000000;
	font-size: 0.8em;
	padding: 10px 0px 10px 6px;
}

FORM  {padding: 0px; margin: 0px;}
TABLE {border-collapse: collapse; padding: 0px; margin: 0px;}
TR    {padding: 0px; margin: 0px;}
TH    {padding: 0px; margin: 0px;}
TD    {padding: 0px; margin: 0px;}
SELECT, INPUT, TEXTAREA {
	font-family: Arial, Helevetica, sans-serif;
	font-size: 8pt;
}
DIV.FloatLeft {
	float: left;
	clear: both;
}

TABLE.header {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
TABLE.footer {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
A:link, A:visited, A:hover, A:active {
	color: none;
	text-decoration: underline;
}
A.Login:link, A.Login:visited, A.Login:active {
	color: #333333;
	text-decoration: none;
}
A.Login:hover {
	color: #31803a;
	text-decoration: underline;
}
A.CartLink:link, A.CartLink:visited, A.CartLink:active {
	color: #333333;
	text-decoration: none;
}
A.CartLink:hover {
	color: #31803a;
	text-decoration: underline;
}
A.Computors_Link:link, A.Computors_Link:visited, A.Computors_Link:active {
	float: right;
	clear: both;
	font-size: 0.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #F3F3F3;
	padding: 0px 2px 0px 0px;
	text-decoration: none;
}
A.Computors_Link:hover {
	float: right;
	clear: both;
	font-size: 0.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #732323;
	padding: 0px 2px 0px 0px;
	text-decoration: underline;
}

A.homepage:link, A.homepage:visited, A.homepage:active, A.homepage:active {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
    color: #666666;
    text-decoration: none;
}

A.homepage:hover {
    text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
    color: #2F2F2F;
}

/* Look at using multiple classes to make this a little simpler */
/*============================================================================*/
/* Global CSS for Form Messages
/* Should not need to change these.
/*============================================================================*/
.XFORMMSG {
	width: 450px;
	margin: 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.XFORMMSG_TEXT {
    float: left;
	clear: none;    
	font-size: 1em;
    padding: 0px 0px 0px 4px;
	color: #333333;
}
.XFORMMSG_ICON {
    float: left;
	clear: none;    
}
.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #FFFF00;
}
.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}
/*============================================================================*/
/* Tidy Up CSS below - but the above ones are important */


DIV.CM_Item_Info_Area {
	float:right;
	clear: both;
	margin: 0px;
	padding: 0px;
}
DIV.CM_Item_Info_Title {
	margin: 0px;
	padding: 0px;
}
DIV.CM_Item_Info_Data {
	margin: 0px;
	padding: 0px;
}
DIV.CM_Item_Info_Comments {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
DIV.CM_Item_Info_Source {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
A.CM_Item_Info_Source:link, A.CM_Item_Info_Source:visited, A.CM_Item_Info_Source:active {
	text-decoration:underline;
}
A.CM_Item_Info_Source:hover {
	text-decoration:underline;
}



A.offers:link    {color: #000000; text-decoration:underline;}
A.offers:visited {color: #000000; text-decoration:underline;}
A.offers:active  {color: #000000; text-decoration:underline;}
A.offers:hover   {color: #00A8FF; text-decoration:none;}

A.Login:link    {color: #333333; text-decoration:none;}
A.Login:visited {color: #333333; text-decoration:none;}
A.Login:active  {color: #333333; text-decoration:none;}
A.Login:hover   {color: #31803a; text-decoration:underline;}
A.CartLink:link    {color: #333333; text-decoration:none;}
A.CartLink:visited {color: #333333; text-decoration:none;}
A.CartLink:active  {color: #333333; text-decoration:none;}
A.CartLink:hover   {color: #31803a; text-decoration:underline;}

A.WebCompleteClientLink:link     {color: #DA5700; text-decoration:none;}
A.WebCompleteClientLink:visited  {color: #DA5700; text-decoration:none;}
A.WebCompleteClientLink:active   {color: #DA5700; text-decoration:none;}
A.WebCompleteClientLink:hover    {color: #FFFAF6; text-decoration:none; background-color: #FF6600;}

.required {clear: left; font-size: 8pt; border: 1px solid #6699CC; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-color: #FFF9D4;}
.optional {clear: left; font-size: 8pt; border: 1px solid #6699CC; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-color: #FFFFFF;}
.error    {font-size: 8pt; border: 1px solid #FF0000; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-color: #FFDDDD;}

.TitleLabel   {font-size: 12pt; font-weight: bold; color: #000000;}
.TitleDesc    {font-size: 10pt; font-weight: normal; color: #000000;}
.SectionLabel {font-size: 10pt; font-weight: bold; color: #000080;}
.SectionDesc  {font-size: 10pt; font-weight: normal; color: #333333;}

.site_contact_name    {font-size: 12pt; font-weight: bold;   color: #000000; margin-left: 0px; margin-right: 0px; margin-top: 0px;}
.site_contact_address {font-size: 10pt; font-weight: normal; color: #000000; margin-left: 0px; margin-right: 0px; margin-top: 0px;}
.site_contact_phone   {font-size: 10pt; font-weight: bold;   color: #000000; margin-left: 0px; margin-right: 0px; margin-top: 0px;}
.site_contact_fax     {font-size: 10pt; font-weight: bold;   color: #000000; margin-left: 0px; margin-right: 0px; margin-top: 0px;}
.site_contact_email   {font-size: 10pt; font-weight: bold;   color: #000000; margin-left: 0px; margin-right: 0px; margin-top: 0px;}

/*
** FORUMS
*/
.FORUM_Content_Area  {width: 100%; margin-left: 8px; margin-right: 8px; margin-top: 8px; margin-bottom: 8px;}


/*============================================================================*/
/* Search                                                                     */
/*============================================================================*/
DIV.Search_Criteria_Title {clear: none; line-height: 10pt; font-size: 11pt; font-weight: bold; color: #333333; margin-left: 0px; margin-right: 4px; margin-top: 16px; margin-bottom: 0px;}
DIV.Search_Criteria_Label {font-weight: bold;   color: #000000;}
DIV.Search_Criteria_Field {visibility: visible; margin-left: 4px; margin-right: 4px; margin-top: 0px; margin-bottom: 0px;}
INPUT.Search_String {width: 200px;}

SELECT.CATALOGUE_CatList {width: 200px;}


/*
###===========================================================================
### Menus
###===========================================================================
*/
.TOPNAV_Menu_Area {
	float: left;
	clear: none;
}
.TOPNAV_Section_Level_1 {
    float: left;
    width: 746px;
    padding: 0px 0px 0px 10px;
    list-style-type: none;
    display: inline;
}
.TOPNAV_Item_Level_1 {
    float: left;
    clear: none;
    width: 92px;
    height: 24px;
}
a.TOPNAV_Link_1:link, a.TOPNAV_Link_1:visited, a.TOPNAV_Link_1:hover, a.TOPNAV_Link_1:active {
    float: left;
    clear: none;
    width: 92px;
    height: 24px;
    display: block;
    text-indent: -9000;
}

#TOPNAV_SYS_HOME a {background-image: url(../images/topnav_sys_home.gif);}
#TOPNAV_SYS_HOME_Current a,
#TOPNAV_SYS_HOME a:hover {background-image: url(../images/topnav_sys_home_mo.gif);}
#TOPNAV_SYS_ABOUT_US a {background-image: url(../images/topnav_sys_about_us.gif);}
#TOPNAV_SYS_ABOUT_US_Current a,
#TOPNAV_SYS_ABOUT_US a:hover {background-image: url(../images/topnav_sys_about_us_mo.gif);}
#TOPNAV_SYS_SOLUTIONS a {background-image: url(../images/topnav_sys_solutions.gif);}
#TOPNAV_SYS_SOLUTIONS_Current a,
#TOPNAV_SYS_SOLUTIONS a:hover {background-image: url(../images/topnav_sys_solutions_mo.gif);}
#TOPNAV_SYS_SERVICES a {background-image: url(../images/topnav_sys_services.gif);}
#TOPNAV_SYS_SERVICES_Current a,
#TOPNAV_SYS_SERVICES a:hover {background-image: url(../images/topnav_sys_services_mo.gif);}
#TOPNAV_SYS_BENEFITS a {background-image: url(../images/topnav_sys_benefits.gif);}
#TOPNAV_SYS_BENEFITS_Current a,
#TOPNAV_SYS_BENEFITS a:hover {background-image: url(../images/topnav_sys_benefits_mo.gif);}
#TOPNAV_SYS_PORTFOLIO a {background-image: url(../images/topnav_sys_portfolio.gif);}
#TOPNAV_SYS_PORTFOLIO_Current a,
#TOPNAV_SYS_PORTFOLIO a:hover {background-image: url(../images/topnav_sys_portfolio_mo.gif);}
#TOPNAV_SYS_COSTS a {background-image: url(../images/topnav_sys_costs.gif);}
#TOPNAV_SYS_COSTS_Current a,
#TOPNAV_SYS_COSTS a:hover {background-image: url(../images/topnav_sys_costs_mo.gif);}
#TOPNAV_SYS_SUPPORT a {background-image: url(../images/topnav_sys_support.gif);}
#TOPNAV_SYS_SUPPORT_Current a,
#TOPNAV_SYS_SUPPORT a:hover {background-image: url(../images/topnav_sys_support_mo.gif);}
#TOPNAV_SYS_CONTACT a {background-image: url(../images/topnav_sys_contact.gif);}
#TOPNAV_SYS_CONTACT_Current a,
#TOPNAV_SYS_CONTACT a:hover {background-image: url(../images/topnav_sys_contact_mo.gif);}

#TOPNAV_SOL_HOME a {background-image: url(../images/topnav_sol_home.gif);}
#TOPNAV_SOL_HOME_Current a,
#TOPNAV_SOL_HOME a:hover {background-image: url(../images/topnav_sol_home_mo.gif);}
#TOPNAV_SOL_ABOUT_US a {background-image: url(../images/topnav_sol_about_us.gif);}
#TOPNAV_SOL_ABOUT_US_Current a,
#TOPNAV_SOL_ABOUT_US a:hover {background-image: url(../images/topnav_sol_about_us_mo.gif);}
#TOPNAV_SOL_SOLUTIONS a {background-image: url(../images/topnav_sol_solutions.gif);}
#TOPNAV_SOL_SOLUTIONS_Current a,
#TOPNAV_SOL_SOLUTIONS a:hover {background-image: url(../images/topnav_sol_solutions_mo.gif);}
#TOPNAV_SOL_SERVICES a {background-image: url(../images/topnav_sol_services.gif);}
#TOPNAV_SOL_SERVICES_Current a,
#TOPNAV_SOL_SERVICES a:hover {background-image: url(../images/topnav_sol_services_mo.gif);}
#TOPNAV_SOL_PORTFOLIO a {background-image: url(../images/topnav_sol_portfolio.gif);}
#TOPNAV_SOL_PORTFOLIO_Current a,
#TOPNAV_SOL_PORTFOLIO a:hover {background-image: url(../images/topnav_sol_portfolio_mo.gif);}
#TOPNAV_SOL_SUPPORT a {background-image: url(../images/topnav_sol_support.gif);}
#TOPNAV_SOL_SUPPORT_Current a,
#TOPNAV_SOL_SUPPORT a:hover {background-image: url(../images/topnav_sol_support_mo.gif);}
#TOPNAV_SOL_COSTS a {background-image: url(../images/topnav_sol_costs.gif);}
#TOPNAV_SOL_COSTS_Current a,
#TOPNAV_SOL_COSTS a:hover {background-image: url(../images/topnav_sol_costs_mo.gif);}
#TOPNAV_SOL_CONTACT a {background-image: url(../images/topnav_sol_contact.gif);}
#TOPNAV_SOL_CONTACT_Current a,
#TOPNAV_SOL_CONTACT a:hover {background-image: url(../images/topnav_sol_contact_mo.gif);}

#TOPNAV_LTD_SOLUTIONS a {
    background-image: url(../images/topnav_ltd_solutions.gif);
    width: 120px;    
}
#TOPNAV_LTD_SOLUTIONS a:hover {
    background-image: url(../images/topnav_ltd_solutions_mo.gif);
    width: 120px;    
}

#TOPNAV_LTD_SYSTEMS a { 
    background-image: url(../images/topnav_ltd_systems.gif);
    width: 120px;    
}
#TOPNAV_LTD_SYSTEMS a:hover {
    background-image: url(../images/topnav_ltd_systems_mo.gif);
    width: 120px;  
}


.BOTNAV_Menu_Area {
	float: right;
	clear: none;
	padding: 7px;
	text-align: right;
	width: 450px;
	color: #CCCCCC;
}
.BOTNAV_Item_Level_1 {
	font-size: 0.9em;
	display: inline;
	white-space: nowrap;
}
A.BOTNAV_Link_1:link, A.BOTNAV_Link_1:visited, A.BOTNAV_Link_1:hover, A.BOTNAV_Link_1:active {
	color: #CBCBCB;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
A.BOTNAV_Link_1:hover {
	color: #FFFFFF;
}

/*============================================================================*/
/* User Forms                                                                 */
/*============================================================================*/
DIV.Userform_Form {
}
DIV.Userform_Area {
	width: 580px;
	padding: 0px 0px 0px 0px;
}
DIV.Userform_MsgArea {
	width: 560px;
	background-color: #FFDDDD;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-width: 1px 1px 1px 1px;
	border-color: #FF0000;
	margin-left: 2px;
	padding-left: 2px;
	border-style: solid solid solid solid;
}
DIV.Userform_Title {
	height: 44px;
	padding: 12px 0px 0px 0px;
}
DIV.Userform_Text {
}
DIV.Userform_Section {
	float: none;
	clear: both;
}
DIV.Userform_SubTitle {
	clear: none;
	font-weight: bold;
}
DIV.Userform_Lab {
	float: left;
	clear: none;
	width: 150px;
	text-align: right;
	padding: 2px 4px 0px 0px;
	white-space: nowrap;
}
DIV.Userform_Data {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
}
DIV.Userform_Field_Comments {
	float: left;
	clear: none;
	font-size: 7pt;
	color: #666666;
	padding: 4px 0px 0px 8px;
}
.Userform_Divider {
	height: 2px;
	color: #3768AA;
	width: 80%;
	text-align: center;
}
DIV.Userform_Button_Area {
	float:left;
	clear: none;
}


/*============================================================================*/
/* Submit Forms
/*============================================================================*/
.Submitform_Area {
	width: 740px;
	padding: 0px;
}
.Submitform_MsgArea {
	width: 450px;
	background-color: #FFDDDD;
	padding-right: 2px;
	padding-top: 12px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-width: 1px 1px 1px 1px;
	border-color: #FF0000;
	margin-left: 2px;
	padding-left: 2px;
	border-style: solid solid solid solid;
}
.Submitform_Title {
	height: 44px;
	padding: 12px 0px 0px 0px;
}
.Submitform_Text {
  margin-bottom: 20px;
}
.Submitform_Section {
	float: none;
	clear: both;
}
.Submitform_SubTitle {
	clear: none;
	color: #000000;
	font-weight: bold;
}
.Submitform_Lab {
	float: left;
	clear: none;
	text-align: left;
	padding-left: 8px;
	padding-top: 6px;
	font-size: 0.8em;
}
.Submitform_Data {
	float: left;
	clear: none;
	font-size: 1em;
}
.Submitform_Divider {
	float: none;
	clear: both;
}
.Submitform_Button_Area {
	float:left;
	clear: none;
	border: 1px #ffffff solid;
}
DIV.Submitform_Buttons {
	margin: 10px;
	float: left;
	clear: none;
	width: 374px;
	text-align: center;

}
INPUT.Submitform_Buttons {
}
/* The following have no element type as they can be applied to any form control. */
.required {
	font-size: 8pt;
	margin: 0px 0px 0px 10px;
/*  border: 1px solid #6699CC; */
/*	padding: 1px 4px 1px 4px; */
	background-color: #FFFFDD;
}
.optional {
	font-size: 8pt;
	margin: 0px 0px 0px 10px;
/*  border: 1px solid #6699CC; */
/*	padding: 1px 4px 1px 4px; */
	background-color: #FFFFFF;
}
.error {
	font-size: 8pt;
/*	border: 1px solid #FF0000; */
/*	padding: 1px 4px 1px 4px; */
	background-color: #FFDDDD;
}
/* Don't add background colour or border styles to legends. */
/* These are controlled by the class. */
#Form_Legend_Required, #Form_Legend_Optional {
	width: 90px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
}
