/* 1. Global styles */

body
{
	background-color: #FFF;
	color: #404040;
	margin-bottom: 20px;
}

input
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}

img
{
	border: none;
}

a
{
	color: #0094c6;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	text-decoration: underline;
}

.noShow
{
	display: none !important;
}

/* 2. Styles for wrappers */

div#wrapper
{
	width: auto;
}
div#contentLeft
{
	
}

div#contentRight
{
	
}

div#headerWide
{
	width: 100%;
	background-color: #18b7ef;
	color: #FFF;
	background-image: url('/Layout/PublicSite/Image/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

div#headerWrapper, div#contentWrapper
{
	width: 900px;
	margin: 0 auto;
	padding: 0 30px;
}

div#contentTop
{
	float: left; /* Fixes weird Firefox margin bug */
	margin-top: 10px;
}

div#contentTop .fixedWidth
{
	width: 100%;
	float: left;
	background-color: #FFF;
}


div#contentTop .fullWidth
{
	width: 100%;
	background-image: url('/Layout/PublicSite/Image/etusivu_flash_bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
}

body.tenReasons div#contentTop .fullWidth
{
	background-image: url('/Layout/PublicSite/Image/10syyta_flash_bg.jpg');
}

div#contentMiddle
{
	width: 900px;
	float: left;
}

div#contentMiddle .leftWide
{
	width: 620px;
}

div#contentMiddle .leftWide .imageCarousel
{
	width: 120px;
	height: 130px;
	float: left;
}

div#contentMiddle .leftWide .text
{
	padding: 0 20px;
	margin-left: 120px;
}

div#contentMiddle .rightNarrow
{
	width: 280px;
}

.asideNavi ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
	line-height: 150%;
	font-family: Helvetica, Arial, Sans-Serif;
}

.asideNavi ul li a:before
{
	content: "> ";
}

div#contentTop .fullWidth .flash
{
	width: 900px;
	margin: 0 auto;
}

#contentTop .image
{
	float: left;
	width: 620px;
}

#contentLeft
{
	width: 620px;
}

#contentLeft .column
{
	width: 280px;
	margin-right: 30px;
}

#contentLeft .wideColumn
{
	width: 590px;
	margin-right: 30px;
}

/* 3. Default styles for controls */

div.control
{
}
div.control div.content
{
}
div.control div.title
{
}
div.control div.function
{
}

/* 4. Control type specific overrides */

div.navigationPath ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.navigationPath li
{
	float: left;
	display: block;
}

div.navigation li
{
	list-style-type: none;
	list-style: none;
}

/* 5. Wrapper specific overrides */

div#main div.control
{
}
div#contentLeft div.control 
{
}

/* 6. Additional css classes */

div.vertical
{
	clear: left;
}
div.vertical ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.vertical ul li
{
	float: left;
	padding-right: 10px;
	display: block;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}

/* 7. Navigation */
/* Main navigation */
.navigation
{
	font-family: Myriad, "Myriad Pro", "Candara", "Trebuchet MS", Verdana, Sans-Serif;
}

.navigation a
{
	text-decoration: none;
}

.mainNavi
{
	float: right;
}

.mainNavi ul
{
	margin: 20px 0;
}

.mainNavi ul li
{
	display: inline;
}

.mainNavi ul li a
{
	display: inline; /* For Firefox 2, -moz-inline-stack is buggy */
	display: inline-block; /* For modern browsers */
}

.mainNavi a
{
	color: #FFF;
	border-bottom: 2px solid transparent;
	font-size: 15px;
	padding: 5px 0;
	margin: 8px;
}

.mainNavi .lastItem a
{
	margin-right: 0;
}

.mainNavi .selected a, .mainNavi .selectedPath a
{
	border-bottom-color: #fac962;
}

.mainNavi a:hover, .mainNavi a:focus, .mainNavi a:active
{
	border-bottom-color: #fff;
	text-decoration: none;
}

/* Subnavigation */

.subNavi
{
	float: left;
	padding: 0 0 10px 0;
	width: 100%;
}

.subNavi .content
{
	width: 900px;
	margin: 0 auto;
}

.subNavi ul
{
	margin: 0;
}

.subNavi a
{
	color: #26bbf0;
	font-size: 14px;
	padding: 4px 8px;
}

.subNavi .lastItem a
{
	padding-right: 0;
}

.subNavi a:hover, .subNavi a:focus, .subNavi a:active
{
	color: #000;
}

.subNavi ul li
{
	display: inline;
}

.subNavi ul li.selected, .subNavi ul li.selectedPath
{
	font-weight: bold;
}

.subNavi ul li.selected li, .subNavi ul li.selectedPath li
{
	font-weight: normal;
}

.subNavi ul li a
{
	display: inline; /* For Firefox 2, -moz-inline-stack is buggy */
	display: inline-block; /* For modern browsers */
}

/* Pulldown navigation (superfish) */
.sf-menu
{
	float: right;
}

.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.subNavi .sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu .level1, .sf-menu .level1 li
{
	display: block;
	text-align: left;
}

.sf-menu .level1 li
{
	padding-bottom: 3px;
}

.sf-menu .level1 li:last-child
{
	padding-bottom: 10px;
}

/* Skin */
.sf-menu li 
{
	background-color: #FFF;
}

.subNavi .sf-menu .level1 a
{
	color: #404040;
}

.subNavi .sf-menu li:hover, .subNavi .sf-menu li.sfHover a, .subNavi .sf-menu .sfHover li.selected a, .subNavi .sf-menu a:focus, .subNavi .sf-menu a:hover, .subNavi .sf-menu a:active {
	color: #4C4C4C;
	outline: 0;
}

.sf-sub-indicator
{
	display: none;
}

/*** shadows for all but IE ***/
.sf-shadow ul {
	background:	url('/Layout/PublicSite/Image/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Headers */

#headerWrapper h1
{
	float: left;
	width: 258px;
}

#contentLeft h2
{
	font-size: 15px;
	color: #4c4c4c;
	border-bottom: 3px solid #fac962;
	padding-bottom: 3px;
}
	

/* Frontpage search */
.frontpageAppointmentSearch
{
	background-image: url('/Layout/PublicSite/Image/frontpage-main-image.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 400px;
	clear: both;
	margin-top: 5px;
}

.frontpageAppointmentSearch .searchForm
{
	margin: 0;
}

.frontpageAppointmentSearch .content
{
	padding-left: 30px;
	padding-top: 40px;
	width: 280px;
	display: -moz-inline-stack;
	display: inline-block;
}


.frontpageAppointmentSearch .content .searchForm .content
{
	padding: 0;
	margin: 0;
}

.frontpageAppointmentSearch .top
{
	background-image: url('/Layout/PublicSite/Image/appointment-search-bg-top.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
}

.frontpageAppointmentSearch .bottom
{
	padding-bottom: 15px;
	background-image: url('/Layout/PublicSite/Image/appointment-search-bg-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.frontpageAppointmentSearch .center
{
	background-image: url('/Layout/PublicSite/Image/appointment-search-bg-center.png');
	background-repeat: repeat-y;
	background-position: center;
	display: inline-block;
	width: 100%;
}

.frontpageAppointmentSearch .fieldset
{
	margin: 0 15px;
}

.frontpageAppointmentSearch .fieldset .legend
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}

.frontpageAppointmentSearch .searchForm .imageButton
{
	margin: 10px 0 0;
	padding: 0;
}

#appointmentSearch .formRow
{
	padding-bottom: 10px;
}

#appointmentSearch .textInputRow
{
	float: left;
	width: 215px;
	padding-bottom: 0;
}

#appointmentSearch .textInputRow .textBox
{
	padding: 5px 4px;
	width: 202px;
	color: #8d8d8d;
}

#appointmentSearch .textInputRow .textBox:focus
{
	color: #040404;
}

#appointmentSearch .buttonRow
{
	float: right;
	width: 33px;
	padding: 0;
}

#appointmentSearch .buttonRow input
{
	margin: 0;
	padding: 0;
}

#appointmentSearch .searchBoxLinks
{
	clear: both;
}

.formRow
{
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
}

.formRow label
{
	margin: 0 15px 0 3px;
}

.formRow input
{
	margin-left: 0;
}

.formRow .checkbox
{
	vertical-align: middle;
}

.formRow .text
{
	width: 95%;
	color: #8d8d8d;
	padding: 4px;
}

.formRow .text:focus
{
	color: #4b4b4b;
}

/* Subpage appointment search */

.subpageAppointmentSearch
{
	width: 280px;
	height: 210px;
	float: right;
	background-image: url('/Layout/PublicSite/Image/subpage-appointment-search-bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

.subpageAppointmentSearch .content
{
	padding: 0 0 15px 0;
}

.subpageAppointmentSearch .searchForm
{
	margin: 0;
}

.subpageAppointmentSearch .content .searchForm .content
{
	padding: 0;
}

.subpageAppointmentSearch .fieldset
{
	margin: 0 15px;
}

.subpageAppointmentSearch .searchForm .imageButton
{
	margin-top: 10px;
	padding: 0;
}

.subpageAppointmentSearch .fieldset .legend
{
	font-size: 15px;
	font-weight: bold;
}

/* Search navigation */
.wideColumn .navigation
{
	padding: 15px 0 15px 22px;
	position: relative;
	top: 15px;
	border: 1px solid #69D3F8;
	background-color: #DEF5FD;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border-bottom: 0;
	width: 598px;
}

.wideColumn .navigation ul
{
	margin: 0;
	padding: 0;
}

.wideColumn .navigation ul li
{
	display: inline-block;
	list-style: none;
	margin-right: .5em;
	padding: 0 .5em 0 0;
}

.wideColumn .navigation ul li.selected a
{
	font-weight: bold;
}

.wideColumn .navigation ul a
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
}

/* Detailed search + appointment budget counter */
#detailedAppointmentSearch fieldset
{
	margin-left: 0; margin-right: 0;
	padding-left: 0; padding-right: 0;
}

#detailedAppointmentSearch .formWrapper, .dentistBudgetCounters .formWrapper
{
	border: 1px solid #69D3F8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #DEF5FD;
	margin: 0 0 15px 0;
}

#detailedAppointmentSearch .formWrapper
{
	width: 580px;
}

#detailedAppointmentSearch fieldset, .dentistBudgetCounters fieldset
{
	border: 0;
}


#detailedAppointmentSearch .leftCol
{
	width: 49%;
	float: left;
}

#detailedAppointmentSearch ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#detailedAppointmentSearch .rightCol
{
	width: 49%;
	float: right;
}

#detailedAppointmentSearch .fullWidth
{
	width: 100%;
	float: left;
}

#detailedAppointmentSearch .fullWidth label
{
	display: block;
	margin: .2em 0;
}

#detailedAppointmentSearch .fullWidth input
{
	width: 50%;
	margin-bottom: 1em;
}

#detailedAppointmentSearch .fullWidth input.idleField
{
	color: #AAA;
}

#detailedAppointmentSearch .fullWidth input.focusField
{
	color: #000;
}

#detailedAppointmentSearch .formRow
{
	clear: left;
	padding: 0;
}

#detailedAppointmentSearch .formRow .searchForm
{
	padding: 0;
	margin: 0;
}

#detailedAppointmentSearch .formRow .searchForm input
{
	padding-left: 0;
}

#detailedAppointmentSearch ul label
{
	margin-left: 1em;
}

#detailedAppointmentSearch legend, .dentistBudgetCounters legend
{
	font-weight: bold;
	font-size: 1.1em;
}

#detailedAppointmentSearch legend.main
{
	font-size: 1.2em;
	margin-left: -2px;
	display: none;
}

.searchResult
{
}

.searchResult .hyperLinkTitle
{
	font-weight: bold;
	font-size: 1.2em;
	padding: 1em 0 .3em 0;
}

.searchResult .documentCaption
{
	padding: .5em 0 1em 0;
}

.searchResult table
{
	width: 100%;
}

.searchResult table tr
{
	border-top: 1px solid #DDD;
}

.searchResult table tr:first-child
{
	border-top: none;
}

.searchResult ul
{
	margin: 0; padding: 0; list-style: none;
}

.searchResult .receptionDetails, .searchResult .specialServices
{
	float: left;
	width: 33%;
}

.searchResult .doctorList
{
	float: left;
	width: 67%;
}

.searchResult .doctorList .doctorData
{
	width: 67%;
	float: left;
	margin-bottom: 0.7em;
}

.searchResult .doctorList .doctorPhone
{
	width: 33%;
	float: left;
}

.receptions
{
	list-style: none;
	padding-left: 0px;   
}

.searchResult .doctorContainer
{
	width: 33%;
	float: left;
}

.searchResult .doctorReceptions
{
	width: 67%;
	float: left;
}

.searchResult .doctorFieldList
{
	margin-left: 1.5em;
}

.contactList
{
	margin: 0;
	padding: 0;
}

.receptionInfo
{
	float: left;
	width: 50%;
}

.receptionInfo ul
{
	margin: 0;
	padding: 0;
}

.searchResult li, .contactList li, .receptionInfo li
{
	list-style: none;
	margin: 0 .5em 0 0;
}

/* Paging */
.searchResult .ItemCount
{
	padding: .5em 0;
}

.searchResult .ListPaging .PageSelect a
{
	display: inline-block;
	padding: .5em .9em;
	border: 1px solid #AFECFF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	margin: .2em 0;
}

.searchResult .ListPaging .PageSelect a:hover
{
	background-color: #0094C6;
	color: #FFF;
}

.searchResult .ListPaging .PageSelect a[disabled="disabled"]
{
	border: 0;
	font-weight: normal;
	color: #555;
}

.searchResult .ListPaging .PageSelect a[disabled="disabled"]:hover
{
	background-color: #FFF;
	color: #555;
}


/* Announcements */
.publishingTime
{
	display: none;
}

.announcementGroup .announcement
{
	background-image: url('/Layout/PublicSite/Image/news-bullet-plus.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 4px 0;
	padding-left: 20px;
}

.announcementGroup .function
{
	margin: 15px 0;
}

.announcementArchive table
{
	width: 100%;
}

.announcementArchive tr.Alternating
{
	background-color: #EFFBFF;
}

.announcementArchive td
{
	padding: 5px;
}

/* Right side box */
#contentRight,
#contentRight .box
{
	width: 280px;
}

#contentRight .box
{
	margin-top: 15px;
}

#contentRight .box .title
{
	background-image: url('/Layout/PublicSite/Image/box-header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 49px;
	color: #FFF;
	line-height: 49px;
	padding-left: 20px;
	text-shadow: #e99100 1px 1px 5px;
}

#contentRight .box .title h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

#contentRight .box .content
{
	padding: 5px 75px 5px 20px;
	background-image: url('/Layout/PublicSite/Image/box-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 223px;
}

#contentRight .box .content p
{
	margin: 8px 0;
}

#contentRight .box .content ul
{
	margin-left: 0;
	padding: 0;
	list-style: none;
}

/* Search form */
.searchForm
{
	margin: 20px 0;
}

.searchForm .textBox
{
	padding: 5px 4px;
	width: 230px;
	color: #8d8d8d;
}

.searchForm .textBox:focus
{
	color: #040404;
}

.searchForm .imageButton
{
	vertical-align: top;
	padding-left: 5px;
	margin: 0;
}

/* Extra2 footer */
.footer
{
	text-align: right;
	margin: 20px 0;
}

.footer ul
{
	float: right;
}

.footer ul, .footer ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul li
{
	display: -moz-inline-stack;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #404040;
}

.footer ul li:first-child
{
	border-left: none;
}

.footer a
{
	color: #404040;
	text-decoration: none;
}

.footer a:hover, .footer a:focus, .footer a:active
{
	text-decoration: underline;
}

/* Recruitment site */
.recruitment #contentRight .box
{
	background-image: url('/Layout/PublicSite/Image/recruitment-announcement-box-bottom-bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 35px;
}


.recruitment #contentRight .box .content
{
	background-image: url('/Layout/PublicSite/Image/recruitment-announcement-box-body-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0;
	padding: 35px 15px;
	height: auto;
}

.recruitment #contentRight .box .content .documentBody .content
{
	background-image: none;
	padding: 0;
}

.recruitment #contentRight .box .content .announcement,
.recruitment .announcement
{
	padding: .5em;
	margin: 0;
	background-image: none;
}

.recruitment #contentLeft .text .title, .recruitment #contentRight .box .title,
.recruitment #contentLeft .announcementGroup .title, .recruitment #contentRight .announcementGroup .title
{
	padding-bottom: 20px;
	background-color: #fbb034;
	background-image: url('/Layout/PublicSite/Image/recruitment-box-bottom-bg.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	height: auto;
	line-height: normal;
	text-shadow: none;
	padding-left: 0;
}

.recruitment #contentLeft .text .titleRounder, .recruitment #contentRight .box .titleRounder,
.recruitment #contentLeft .announcementGroup .titleRounder, .recruitment #contentRight .announcementGroup .titleRounder
{
	background-image: url('/Layout/PublicSite/Image/recruitment-box-header-bg-top-right.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.recruitment #contentLeft .text .title h2, .recruitment #contentRight .box .title h2,
.recruitment #contentLeft .announcementGroup .title h2, .recruitment #contentRight .announcementGroup .title h2
{
	border: 0;
	background-image: url('/Layout/PublicSite/Image/recruitment-box-header-bg-top-left.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 0;
	color: #FFF;
	line-height: 30px;
	padding: 0 10px;
}

.recruitment #contentLeft .text .content p:first-child
{
	margin-top: 0;
}

.recruitment #contentLeft .text .content h3
{
	font-size: 12px;
	font-weight: bold;
}

/* Budget counters */

.dentistBudgetCounters fieldset div
{
	float: left;
	width: 100%;
	margin: 5px 0;

}

.dentistBudgetCounters fieldset div label
{
	float: left;
	width: 40%;
	text-align: right;

}

.dentistBudgetCounters fieldset div input, .dentistBudgetCounters fieldset div span
{
	width: 30%;
	margin-left: 20px;

}

.dentistBudgetCounters fieldset div p.smallPrint
{
	width: 60%;
	margin-left: 40%;
	padding-left: 20px;
	font-size: 11px;
	color: #666;
}

.dentistBudgetCounters .totalRevenue, .dentistBudgetCounters .totalProfit
{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #20AF4E;
	color: #20AF4E;
}

.dentistBudgetCounters .negative
{
	color: #CF0C0C;
	border-bottom-color: #CF0C0C;
}

/* File & Image banks */
.fileBank
{
	margin: 1em 0;
}

.fileBank table
{
	width: 100%;	
}

.fileBank tr.Alternating
{
	background-color: #EFFBFF;
}

.fileBank table td
{
	border-spacing: 5px;
	width: auto !important;
	padding: .25em .25em .25em 0;
}

/* Forms */
.customFormView table td
{
	border-spacing: 0;
	border-collapse: collapse;
}
.customFormView th
{
	text-align: left;
}

.customFormView th span
{
  	font-size: 15px;
	color: #4c4c4c;
	border-bottom: 3px solid #fac962;
	padding-bottom: 3px;
	display: block;
   	margin-bottom: 1em;
   	margin-top: 1em;
}

.customFormView tr td
{
	padding-bottom: .5em;
}

.customFormView tr td input
{
	 vertical-align: baseline;
}

.customFormView tr td.lbl
{
	font-weight: bold;
	padding-right: .5em;
}

.customFormView hr
{
	display: none;
}

.noLineBreaks .field br
{
	display: none;
}

.noControlHeading .customFormTable th
{
	display: none;
}

.customFormView .field span
{
	display: inline-block;
	margin-right: 1.5em;
}

.customFormView textarea
{
	width: 100%;
}

.customFormView .field h3
{
	font-size: 13px;
}

/* Thickboxed things */
body.boxedContent
{
	margin-bottom: 0;
}

.boxedContent #headerWrapper, .boxedContent #contentWrapper
{
	width: 710px;
	padding: 0 10px;
}

.boxedContent #contentWrapper .wideColumn,
.boxedContent #contentLeft { width: 400px; }

.boxedContent #contentLeft .title h2,
.boxedContent #contentFullWidth .title h2
{
	color: #f88d23;
	font-size: 18px;
	border-bottom: 0;
	margin-bottom: 0;
}

.boxedContent .customFormView th
{
	display: none;
}

.boxedContent #contentRight { width: 300px; padding: 15px 0 0 10px; }

*html .boxedContent #contentRight { width: 250px; padding: 15px 0 0 0; float: none; }

*html .boxedContent #contentRight img { width: 250px !important; }

.boxedContent .customFormView .field input.textField
{
	width: 200px;
	background-color: #FAFAFA;
}

.boxedContent .customFormView p
{
	margin: 0;
}

.boxedContent .errorField
{
	display: block;
	color: #c00;
}

.boxedContent .customFormView td
{
	padding-bottom: 3px;
}

.boxedContent .customFormView .fieldRqrd
{
	padding-left: 4px;
	font-style: italic;
	color: #900;
}

.boxedContent .customFormView .lbl
{
	text-align: right;
	font-weight: normal;
}

.boxedContent .customFormView .checkBox
{
	margin-bottom: 4px;
}

.boxedContent .customFormView .checkBox input
{
	vertical-align: middle;
}

.boxedContent .customFormView .checkBox label
{
	padding-left: 5px;
}

.boxedContent .customFormView .field span
{
	display: inline;
	margin-right: 0;
}

.boxedContent .checkBoxGroup
{
	display: block;
}

.boxedContent #contentFullWidth .wideColumn, .boxedContent #contentFullWidth 
{
	width: 100%;
}

.mapView { clear: left; width: 400px; padding: 20px 0; }
#mMapView { height: 400px; width: 400px; }

.cityList { padding: 20px 0 0 20px; overflow: hidden; }
.cityList ul { float: left; padding-left: 0; margin-left: 0; margin-right: 20px; list-style: none; font-weight: bold; }
.cityList ul li a:before
{
	content: "> ";
}