@charset "UTF-8";
/* CSS Document */

/*****************************************************************************/
/* www.wythenshaweforum.co.uk  //  forum_main.css (screen)
   Copyright  2008 The Wythenshawe Forum Trust. All Rights Reserved. */
/*****************************************************************************/

/*-  Normalize 
----------------------------------------------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, legend, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Removes list-style from lists */
ol, ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left-aligns text in caption and th */
caption, th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content: ''; }

/* Removes dotted ouline on links in Firefox */
a { outline: none; }


/*-  HTML tag styles 
----------------------------------------------------------------------*/

html, body{
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	font: 75%/1.5 Helvetica, Verdana, sans-serif;
	color: #333;
	background-color:#fff;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
}

p, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, legend, select, p, blockquote, th, td {
	font-size: 1em;
}


/*-  default links
----------------------------------------------------------------------*/

a:link {
	color: #096665;
}

a:visited {
	color: #329392;
}

a:hover, a:active {
	color: #329392;
}


/*-  colours and text
----------------------------------------------------------------------*/

#wrapper {
	background-color: #fff;
}

#branding {
	position: relative;
	height: 130px;
	background: url(/images/forum_masthead.jpg) no-repeat 0 0;
}

#branding h1 {
	text-indent: -9999px;
	margin: 0;
	float:left;
}

#zoneNavContainer {
	list-style: none;
	background-color: #fff;
}

#secondaryContent {
	background-color: #fff;
}

#secondaryContent h2 {
	font-size: 1.6em;
	margin: 0;
}

#secondaryContent p {
	font-size: 1.2em;
}

/* -downloads styles  */

#secondaryContent #downloads {
	background: url(/images/downloads_bg.jpg) no-repeat 0 0;
	width: 160px;
	height: 170px;
	margin: 0 0 10px 0;
}

#secondaryContent #downloads h3 {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	color: #c4302c;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 10px 5px 10px;
}

#secondaryContent #downloads ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

#secondaryContent #downloads li {
	background: url(/images/pdficon_small.gif) no-repeat 0 center;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 0 27px;
}

#secondaryContent #downloads a {
	display: block;
	font: 1em Helvetica, Arial, sans-serif;
	text-decoration: none;
	width: 113px;
	height: 30px;
	line-height: 30px;
}

/* END -downloads styles */

#mainContent p, #homeContent p, #wideContent p {
	margin: 0;
	padding: 0 0 0.7em 0;
}

#mainContent ul + p, #wideContent ul + p {
	margin: 0;
	padding: 0.6em 0 0.6em 0;
}

#mainContent ul, #wideContent ul {
	margin: 0;
	padding: 0.5em 0 0.5em 1.7em;
	list-style-type: disc;
}

#mainContent li, #widecontent li {
	padding: .1em 0 .1em 0;
}

#mainContent h1, #wideContent h1 {
	margin: 1em 0 .8em 0;
}

#mainContent h2, #wideContent h2 {
	/*text-transform: uppercase;*/
	font-size: 1.4em;
	color: #c4302c;
	font-weight: normal;
	margin: 0;
	padding: .5em 0 .2em 0;
}

#mainContent h3, #wideContent h3, #homeContent h3 {
	font-size: 1.2em;
	color: #c4302c;
	font-weight: normal;
	margin: 0;
	padding: .5em 0 .1em 0;
}

#mainContent h4, #wideContent h4 {
	font-size: 1em;
	color: #c4302c;
	font-weight: normal;
	margin: 0;
	padding: .5em 0 .1em 0;
}

#homeContent h2 {
	/*text-transform: uppercase;*/
	font-size: 1.6em;
	color: #c4302c;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 .2em 0;
}

#homeContent p {
	font-size: 1.1em;
}
#wideContent h3 { color: #c4302c; }

#footer {
	position: relative;
	border-top: 1px solid #999;
	width: 880px;
	margin: 20px 0 5px 0;
	background: url(/images/forum_footer_clear.jpg) no-repeat 0 0;
	height: 109px;
}

#footeraddr {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 880px;
	background-color: white;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}
#footer p {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
/*	text-indent: -9999px; */
}

#legal {
	font-size: .9em;
	text-align: center;
}

.wfmLogo {
	position: absolute;
	top: 0;
	left: 730px;
}

.border { border: solid 1px #999; }


/*-  Layout styles
----------------------------------------------------------------------*/

body {
	text-align: center; 
	min-width: 760px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

#zoneNavContainer {
	width: 160px;
	float: left;
}

#content {
	width: 700px;
	float: right;
	margin: 0 0 0 20px;
}

#mainContent {
	width: 520px;
	margin: 0 20px 20px 0;
	float: left;
}

#secondaryContent {
	width: 160px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
} 

/* Add some padding to the side columns */

/*#zoneNavContainer,*/ #secondaryContent {
	padding-top: 30px;
	padding-bottom: 20px;
}

#zoneNavContainer *, #secondaryContent * {
	/*padding-left: 20px;
	padding-right: 20px;*/
}

#zoneNavContainer * *, #secondaryContent * * {
	padding-left: 0;
	padding-right: 0;
}

#wideContent {
	padding-top: 20px;
}

#homeContent {
	width: 520px;
	margin: 0 20px 30px 0;
	float: left;
}

#banners {
	clear: both;
	width: 700px;
	height: 60px;
	margin: 0;
	padding: 0 0 20px 0;
}

#banner1 
{
    display:block;
	float: left;
	margin-left: 0;
	width: 234px;
}

#banner2 {
    display:block;
	float: left;
	margin-left: 35px;
	width: 234px;
}

#banner3 {
    display:block;
	float: left;
	margin-left: 35px;
	width: 160px;
}

#tour {
	margin: 0;
	padding: 20px 0 20px 0;
}

#footer { 
	clear: both; 
} 


/*-  Branding styles
----------------------------------------------------------------------*/

div#branding p { 
	position : absolute;
	top : 18px;
	left : 540px;
	font-size: .9em;
	margin : 0;
}


/*-  Nav styles
----------------------------------------------------------------------*/

.topmenu ul {
	position: absolute;
	top : 100px;
	left : 182px;
	width : 670px;
	height: 17px;
	font: bold 100% Helvetica, Verdana, sans-serif;
	margin : 0;
	padding: 8px 0 5px 0;
}

.topmenu li {
	display : inline;
	margin: 0 20px 0 0;
}

.topmenu li a {
	color: #096665;
	text-decoration: none;
}

.topmenu li a:visited {
	color: #096665;
	text-decoration: none;
}

.topmenu li a:hover {
	color: #329392;
}

/* left menu navigation (Forum Zones) */

.leftmenu {
	width: 160px;
	height: 520px;
	margin: 20px 0 0 0;
	padding: 0;
}

.leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftmenu li {
	margin: 0;
	padding: 0;
}
.leftmenu a 
{
	background: url(/images/nav_bar_zones.gif);
	display: block;
	height: 40px;
	outline: none;
	text-decoration: none;
	text-indent: -9999px;
	width: 160px;
}
li.leftmenu_manage a {
	background: none;
	text-indent: 0;
	text-align: left;
}

/* leftmenu rollover effects (positioning) */

li.leftmenu_forumlearning a 			{ background-position: 0 0;}
li.leftmenu_forumlearning a:hover		{ background-position: -160px 0; }

li.leftmenu_forumfringe a				{ background-position: 0 480px;}
li.leftmenu_forumfringe a:hover			{ background-position: -160px 480px;}

li.leftmenu_forumfinesse a 				{ background-position: 0 440px; width: 160px; left: 0; }
li.leftmenu_forumfinesse a:hover		{ background-position: -160px 440px; }

li.leftmenu_forumlibrary a 				{ background-position: 0 400px; width: 160px; left: 0; }
li.leftmenu_forumlibrary a:hover		{ background-position: -160px 400px; }

li.leftmenu_forumlearndirect a			{ background-position: 0 360px; width: 160px; left: 0; }
li.leftmenu_forumlearndirect a:hover	{ background-position: -160px 360px; }

li.leftmenu_forumhealth a				{ background-position: 0 320px; width: 160px; left: 0; }
li.leftmenu_forumhealth a:hover			{ background-position: -160px 320px; }

li.leftmenu_forumpharmacy a				{ background-position: 0 280px; width: 160px; left: 0; }
li.leftmenu_forumpharmacy a:hover		{ background-position: -160px 280px; }

li.leftmenu_forumleisure a				{ background-position: 0 240px; width: 160px; left: 0; }
li.leftmenu_forumleisure a:hover		{ background-position: -160px 240px; }

li.leftmenu_forumhall a					{ background-position: 0 200px; width: 160px; left: 0; }
li.leftmenu_forumhall a:hover			{ background-position: -160px 200px; }

li.leftmenu_forumbusiness a				{ background-position: 0 160px; width: 160px; left: 0; }
li.leftmenu_forumbusiness a:hover		{ background-position: -160px 160px; }

li.leftmenu_forumnursery a				{ background-position: 0 120px; width: 160px; left: 0; }
li.leftmenu_forumnursery a:hover		{ background-position: -160px 120px; }

li.leftmenu_forumflavours a				{ background-position: 0 80px; width: 160px; left: 0; }
li.leftmenu_forumflavours a:hover		{ background-position: -160px 80px; }

li.leftmenu_forumnews a					{ background-position: 0 40px; width: 160px; left: 0; }
li.leftmenu_forumnews a:hover			{ background-position: -160px 40px; }

/* END leftmenu rollover effects (positioning) */
/* END left menu navigation (Forum Zones) */

#skipToZoneLinks {
	display: none;
}


/*-  Page Heading styles
----------------------------------------------------------------------*/

/* Forum Zone Heading styles */

/*************** #pageName styles **************/

h1#header {
	height: 50px;
	text-indent: -9999px;
}

.page_learning h1#header {
	background: url(/images/header_learning.gif) no-repeat 0 0;
}

.page_fringe h1#header {
	background: url(/images/header_fringe.gif) no-repeat 0 0;
}

.page_finesse h1#header {
	background: url(/images/header_finesse.gif) no-repeat 0 0;
}

.page_library h1#header {
	background: url(/images/header_library.gif) no-repeat 0 0;
}

.page_learndirect h1#header {
	background: url(/images/header_learndirect.gif) no-repeat 0 0;
}

.page_health h1#header {
	background: url(/images/header_health.gif) no-repeat 0 0;
}

.page_pharmacy h1#header {
	background: url(/images/header_pharmacy.gif) no-repeat 0 0;
}

.page_leisure h1#header {
	background: url(/images/header_leisure.gif) no-repeat 0 0;
}

.page_hall h1#header {
	background: url(/images/header_hall.gif) no-repeat 0 0;
}

.page_business h1#header {
	background: url(/images/header_business.gif) no-repeat 0 0;
}

.page_nursery h1#header {
	background: url(/images/header_nursery.gif) no-repeat 0 0;
}

.page_flavours h1#header {
	background: url(/images/header_flavours.gif) no-repeat 0 0;
}

.page_forumnews h1#header {
	background: url(/images/header_news.gif) no-repeat 0 0;
}

/* END -Forum Zone Heading styles */


/* Other Heading styles */

.page_copyright h1#header {
	background: url(/images/header_copyright.gif) no-repeat 0 0;
}

.page_privacy h1#header {
	background: url(/images/header_privacy.gif) no-repeat 0 0;
}

.page_legalnotices h1#header {
	background: url(/images/header_legal.gif) no-repeat 0 0;
}

.page_contact h1#header {
	background: url(/images/header_contact.gif) no-repeat 0 0;
}

.page_wft h1#header {
	background: url(/images/header_wft.gif) no-repeat 0 0;
}

.page_about h1#header {
	background: url(/images/header_about.gif) no-repeat 0 0;
}

.page_board h1#header {
	background: url(/images/header_board.gif) no-repeat 0 0;
}

.page_news h1#header {
	background: url(/images/header_news_articles.gif) no-repeat 0 0;
}

.page_events h1#header {
	background: url(/images/header_events.gif) no-repeat 0 0;
}

.page_guided_tour h1#header {
	background: url(/images/header_tour.gif) no-repeat 0 0;
}

.page_concourse h1#header {
	background: url(/images/header_concourse.gif) no-repeat 0 0;
}


/*-  sidePhoto styles
----------------------------------------------------------------------*/

.sidePhoto {
	padding-bottom: 10px;
}


/*-  Board page styles
----------------------------------------------------------------------*/

#boardContainer {
	margin: 20px 0 3em 0;
}

#boardContainer ul, #boardContainer li { 
	list-style: none;
	margin: 0;
	padding: 0;
}	

#boardContainer li {
	display: inline;
	width: 675px;
	/*height: 6.4em;*/
	float: left;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

#boardContainer li img {
	background: #fff;
	border: 1px solid #ccc;
	width: 90px;
	float: left;
	margin-right: 20px;
	padding: 1px;
}

#boardContainer h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 100%;
	color: #c4302c;
	margin: 0;
}

#boardContainer ul li p {
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0.5em 0 0 113px;
}

.last {
	padding-bottom: 20px;
}


/*-  News Articles styles
----------------------------------------------------------------------*/	

.record em {
	font-style: italic;
}

.TextFrame {
	margin: 0;
	padding: 10px 0 0 0;
}

.TextFrame .newsPhoto {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}


/*-  Events page styles
----------------------------------------------------------------------*/	

/* search form */

form.FormEventSearch {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	margin: .5em 0 20px;
	padding: 0;
}

form.FormEventSearch legend {
	font-size: 1.4em;
	color: #c4302c;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 2px;
}

form.FormEventSearch select {
	font: 1em Helvetica, Arial, sans-serif;
	color: #333;
	border: 1px solid #666;
	background: #fff;
	margin: 0 0 0 5px;
	padding: 1px;
}

form.FormEventSearch input {
	font: 1em Helvetica, Arial, sans-serif;
	color: #333;
	border: 1px solid #666;
	background: #fff;
	margin: 0 20px 0 5px;
	padding: 2px;
}

form.FormEventSearch input#Submit {
	display: inline;
	border: 0;
	background: transparent;
	font-size: 10px;
	margin-bottom: -11px;
	padding: 5px;
}

.FormEventSearch .horizontalForm label {
	display: inline;
	padding-left: 2px;
}

.FormEventSearch .horizontalForm label { font-size: 1.3em; }

form.FormEventSearch select#SearchDay,
form.FormEventSearch select#SearchMonth,
form.FormEventSearch select#SearchYear {
	margin: 0 20px 0 5px;	
}

form.FormEventSearch select#SearchPeriod {
	margin: 0 5px 0 5px;	
}

.pagelinks {
	font-size: 1.3em;
	margin-bottom: 20px;
}

.left { float: left; padding-left: 2px; }

.right { float: right; }

.clear { 
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
}


/* events calendar table styles */

.EventTableContainer {
	margin-bottom: 20px;
	padding-left: 2px;
}

.EventTable {
	border-collapse: collapse;
	width: 698px;
	border: 1px solid #999;
}

.EventTable th, td {
	font-size: 1.3em;
	border-right: 1px solid #999;
	padding: 5px;
}

.EventTable th {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.EventTable td h3 {
	font-size: 1em;
	margin: 0;
	padding: 1px 0 0 0;
}

.EventTable td p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 .5em 0;
}

.EventTable col#date { width: 119px; }

.EventTable col#event { width: 460px; }

.EventTable col#time { width: 119px; }

.EventTable col { border-right: 1px solid #999; }

.EventTable col#time { border: none; }

.EventTable thead { 
	background-color: #dedbd6;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.EventTable .odd { background-color: #f4f4f4; }

.EventTable strong { font-weight: bold; }

/*--- Required by CMS ---*/

.disabled {
	color: silver;
}

/* --- Styling for What's on list --- */

.m19_whatsonlist {
	background: url(/images/downloads_bg.jpg) no-repeat 0 0;
/*	height: 170px; */
	margin: 0 0 10px 0;
	padding: 8px;
	width: 160px;
	width/* */:/**/144px;
	width: /**/144px;
}
.m19_whatsonlist a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 1.5em;
}	
.m19_whatsonlist h3 {
	background: url(/images/header_whats_on.gif) no-repeat 0 0;
	text-indent: -9999px;
	height: 24px;
}
.m19_whatsonlist li {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

/* --- Styling for What's on list --- */

/* --- END Styling for Download Gallery --- */

.m19_downloadgallery {
	background: url(/images/downloads_bg.jpg) no-repeat 0 0;
/*	height: 170px; */
	margin: 0 0 10px 0;
	padding: 8px;
	width: 160px;
	width/* */:/**/144px;
	width: /**/144px;
}
.m19_downloadgallery a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 1.5em;
}	
.m19_downloadgallery h2 {
	background: url(/images/header_downloads.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.m19_downloadgallery .cell {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}
.m19_downloadgallery .frame {
	border: 0;
	margin: 0;
	padding: 0;
}
.m19_downloadgallery .propframe {
	display: none;
}
.m19_downloadgallery .imageholder {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 27px;
}
.m19_downloadgallery .caption {
	margin-left: 27px;
}
.m19_downloadgallery .clear {
}
.m19_downloadgallery .editrecordlinks {
	margin-left: 27px;
}

/* --- END Styling for Download Gallery --- */

/* --- Styling for Download Gallery --- */

.m19_verticalgallery {
	border: 0;
	margin: 0;
	padding: 0;
}
.m19_verticalgallery a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 1.5em;
}	
.m19_verticalgallery h2 {
}
.m19_verticalgallery .cell {
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
}
.m19_verticalgallery .frame {
}
.m19_verticalgallery .propframe {
	display: none;
}
.m19_verticalgallery .imageholder {
}
.m19_verticalgallery .caption {
}
.m19_verticalgallery .clear {
}
.m19_verticalgallery .editrecordlinks {
}

/* --- END Styling for Download Gallery --- */

/* --- Styling for Board Photo --- */

.m19_boardphoto {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 113px;
}
.m19_boardphoto a {
}	
.m19_boardphoto h2 {
}
.m19_boardphoto .cell {
}
.m19_boardphoto .frame {
}
.m19_boardphoto .propframe {
}
.m19_boardphoto .imageholder {
}
.m19_boardphoto img{
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
}
.m19_boardphoto .caption {
}
.m19_boardphoto .clear {
}
.m19_boardphoto .editrecordlinks {
}

/* --- END Styling for Download Gallery --- */

/* --- Board Records --- */

.m19_recordboard {
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.m19_recordboard h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 100%;
	color: #c4302c;
	margin: 0;
}
.m19_recordboard .textframe {
	margin-left: 113px;
}
/* --- END Board Records --- */

/* --- BEGIN m19_contactForm --- */

input, select, textarea {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
}
.m19_contactForm 
{
    width:350px;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
}
.m19_contactForm input, select, textarea {
 	border-color: silver;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.m19_contactForm input.buttons, .m19_horizontalform input.buttons {
	border: 3px double #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	padding: 0.25em 0.75em 0.25em 0.75em;
	background: transparent url('/images/buttonbackground.gif') repeat-x bottom right;
	color: #096665;
	font-weight: bold;
}
.m19_contactForm input.buttons:hover, .m19_horizontalform input.buttons:hover {
	color: #329392;
}
.m19_contactForm input.buttons:active, .m19_horizontalform input.buttons:active {
	border: 3px double #cccccc;
	border-top-color: #999999;
	border-left-color: #999999;
}

.m19_contactForm fieldset {
	padding-bottom: 1em; 
}

.m19_contactForm legend {
	display: none;
}

.m19_contactForm label {
	display: block;
	padding-top: 0.5em;
	padding-bottom:0.1em;
}

.m19_contactForm label.First {
	padding-top: 0;
	padding-bottom:0.1em;
}

.m19_contactForm .alignright, .m19_contactForm .buttonHolder {
    text-align: right;
}

.m19_contactForm .widefield {
    width: 345px;
}
.OptOut {
	font-style: italic;
}

/* --- END m19_contactForm --- */

.m19_horizontalform br {
	display: none;
}
fieldset.m19_horizontalform {
	margin: 0 0 15px 0;
}
.m19_horizontalform legend {
	font-size: 1.4em;
	color: #c4302c;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.m19_horizontalform label {
	float: left;
	margin: 5px 0 5px 0;
}
.m19_horizontalform input {
	display: block;
	margin-right: 10px;
}
.m19_horizontalform select {
	display: block;
	margin-right: 10px;
}
.m19_horizontalform fieldset.m19_dateform {
	float: left;
	margin: 0;
	margin-right: 8px;
	padding: 0;
}
.m19_horizontalform fieldset.m19_dateform label {
	float: left;
	font-style: italic;
}
.m19_horizontalform fieldset.m19_dateform legend {
	font-size: 1em;
	color: #000000;
	margin-bottom: 0;
	padding-bottom: 0;
}
.m19_horizontalform fieldset.m19_dateform input {
	display: block;
	margin: 0;
	margin-right: 2px;
}
.m19_horizontalform fieldset.m19_dateform select {
	display: block;
	margin-right: 0;
	margin-right: 2px;
}
.m19_floatleft {
	float: left;
}
.m19_floatright {
	float: right;
}
