/*############################################################*/
/*#  copyright 2008 Scholz & Volkmer                         #*/
/*#  version $Revision$                                      #*/
/*#  author $Author$                                         #*/
/*#  $Id$, $Date$                                            #*/
/*############################################################*/


html
{
	background-color: #2f3130;
	background-image: url('/mysite/assets/images/s2_bg_repeat.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

body {

}

html.home
{
	background-image: url('/mysite/assets/images/s2_bg_repeat.jpg');
}

html.noline
{
	background-image: url('/mysite/assets/images/s2_bg_repeat.jpg');
}


* {
	color: #9C9C9C;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a {
/*	color: #FFFFFF;*/
}

a:active, a:hover, a:focus
{
	color: #FFFFFF;
}


/*############################################################*/
/*#                  BASIC CLASSES                           #*/
/*############################################################*/
.clickable {
	cursor: pointer;
}

.padding_no
{
		padding: 0px !important;
}

.padding-top_no
{
		padding-top: 0px !important;
}

.padding-bottom_no
{
		padding-bottom: 0px !important;
}
/* margin */
.margin_no
{
		margin: 0px !important;
}

.margin-top_no
{
		margin-top: 0px !important;
}

.margin-top-50
{
	margin-top: 50px !important;
}
/* float */
.float_left
{
		float: left !important;
}

.float_right
{
		float: right !important;
}
/* clear */
.clear_left
{
		clear: left !important;
}

.clear_both
{
		clear: both !important;
}

.clear_right
{
		clear: right !important;
}
/* border */
.border_no
{
		border: none !important;
}
/* position */
.position_relative
{
		position: relative !important;
}

/*############################################################*/
/*#                  BASIC ELEMENTS                          #*/
/*############################################################*/
.link-buttons
{
	margin: 18px 0 0 0;
}

.link-button
{
	background-image: url('/mysite/assets/images/elements/link-button-arrow.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.link-button a
{
	margin-left: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.link-button a:hover,
.link-button a.active
{
	margin-left: 14px;
	color: #FFFFFF;
	font-weight: normal;
}


/*############################################################*/
/*#                  STRUCTURE                               #*/
/*############################################################*/
div.primary-container {
/*	background: transparent url('/mysite/assets/images/s2_bg.jpg') no-repeat 143px 0px scroll;*/
	width: 100%;
	height: 100%;
	position: absolute;
}

div.global-container
{
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

div.page-container
{
	position: relative;
	top: 25px;
	left: 0;
	width: 960px;
}

div.page-header-container
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

div.page-body-container
{
	position: relative;
	top: 40px;
	left: 0;
	z-index: 1;
}

div.page-header-container div.page-header-logo
{
	float: left;
	height: 81px;
	width: 285px;
}

div.page-header-container div.page-header-navigation
{
	float: left;
	height: 81px;
	width: 675px;
}

div.page-footer-container
{
	position: relative;
	height: 1%;

	width: 960px;
	background-image: url('/mysite/assets/images/bg-footer.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

div.page-footer-container div.page-footer-container-wrapper
{
	margin-top: 23px;
}

div.page-footer-container-wrapper ul{
	overflow:visible !important;
}

div.content-tpl105x854
{
	margin-top: 75px;
	width: 960px;
}

div.gallery-content
{
	margin: 9px 0px 0px 0px;
}

div.gallery-head-area
{
	margin: 21px 0px 0px 111px;
}

div.content-tpl105x854-home
{
	margin-top: 50px;
	width: 960px;
}

div.content-tpl105x854-left
{
	float: left;
	width: 105px;
}

div.content-tpl105x854-right
{
	float: left;
	width: 854px;
	border-left: 1px solid #404040;
}

div.content-tpl105x594x260
{
	margin-top: 75px;
	width: 960px;
}

div.content-tpl105x594x260-home
{
	margin-top: 50px;
	width: 960px;
}

div.content-tpl105x594x260-left
{
	float: left;
	width: 105px;
}

div.content-tpl105x594x260-middle
{
	float: left;
	width: 618px;
	/*width: 594px;*/
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
}

div.content-tpl105x594x260-right
{
	float: left;
	width: 234px;
	/*width: 260px;*/
}

div.content-tpl105x594x260-right-wrapper
{
	margin: 0 0 0 8px;
}

div.content-group
{
	margin: 10px 0 0 5px;
}

div.content-group-home
{
	margin: 0 0 0 5px;
}

div.content-group-noheadline
{
	margin: 0 0 0 5px;
}

div.content-group-teasersite
{
	margin: 0 0 20px 5px;
}

div.content-tpl-textimage,
div.content-tpl-blog
{
	padding: 24px 0 0 0;
	margin: 24px 0 0 0;
	border-top: 1px solid #404040;
	width: 590px;
}

div.content-tpl-lenspage,
div.content-tpl-gallerypage
{
	padding: 0;
	margin: 0;
	border-top: 1px solid transparent;
	width: 100%;
}

div.content-tpl-textimage.content-tpl-textimage-first,
div.content-tpl-blog.content-tpl-blog-first
{
	padding: 0;
	margin: 0;
	border-top: 1px solid transparent;
}

div.content-tpl-textimage div.horizontal-line,
div.content-tpl-textimage div.content,
div.content-tpl-textimage div.image,
div.content-tpl-blog div.horizontal-line,
div.content-tpl-blog div.content,
div.content-tpl-blog div.image,
div.content-tpl-lenspage div.horizontal-line,
div.content-tpl-lenspage div.content,
div.content-tpl-lenspage div.image,
div.content-tpl-gallerypage div.horizontal-line,
div.content-tpl-gallerypage div.content,
div.content-tpl-gallerypage div.image,
div.gallery-head-area div.horizontal-line
{
	float: left;
}

div.content-tpl-textimage div.horizontal-line,
div.content-tpl-blog div.horizontal-line,
div.content-tpl-lenspage div.horizontal-line,
div.content-tpl-gallerypage div.horizontal-line,
div.gallery-head-area div.horizontal-line
{
	width: 36px;
	height: 50px;
	background-image: url("/mysite/assets/images/elements/horizontal-line.gif");
	background-position: 0 9px;
	background-repeat: no-repeat;
}

div.content-tpl-textimage div.content,
div.content-tpl-blog div.content
{
	width: 553px;
}

div.content-tpl-textimage div.content div.content-wrapper
{
	float: left;
	width: 553px;
	margin-right: 58px;
}

div.content-tpl-gallerypage div.content div.content-wrapper
{
	margin: 0px 0px 20px 0px;
}

div.content-tpl-lenspage div.content div.graphics-wrapper
{
	float: left;
	margin: 42px 0px 0px 0px;
}

div.content-tpl-lenspage div.content div.graphics-wrapper img {
	float: left;
	margin: 0px 69px 20px 0px;
}

div.content-tpl-lenspage div.content div.graphics-wrapper .dataTable {
	float: left;
	width: 380px;
	margin-right: 30px;
}

div.content-tpl-lenspage div.content div.graphics-wrapper .dataTable table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

div.content-tpl-lenspage div.content div.graphics-wrapper .dataTable table td {
	border: 1px solid #9c9c9c;
	vertical-align: top;
	padding: 5px;
}

div.content-tpl-lenspage div.content div.graphics-wrapper .dataTable table tr.odd td {
	background-color: #404040;
}

div.content-tpl-lenspage div.content div.graphics-wrapper .dataTable table tr.even td {
	background-color: #2F3130;
}

div.content-tpl-blog div.content div.content-wrapper
{
	float: left;
	width: 553px;
}

div.content-tpl-textimage div.content-image
{
	float: left;
	width: 250px;
}

div.accessories-content {
	width: 750px;
}

div.content div.accessories-content-wrapper {
	width: 750px;
}

div.content div.accessories-teaser {
	border-top: 1px solid #404040;
	margin-top: 20px;
	padding-top: 20px;
	overflow: hidden;
	width: 760px;
}

div.content div.accessories-teaser .accessories-teaser-content {
	width: 760px !important;
}

div.content div.accessories-teaser table td {
	vertical-align: top;
}

div.content div.accessories-teaser p,
div.content div.accessories-teaser h3 {
	margin-left: 25px;
}

div.content div.download-section {
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

div.content div.download-section img {
	border: none;
	outline: none;
	float: right;
	margin: 5px 0px;
}

div.content div.download-section table {
	border-collapse: collapse;
	width: 100%;
}

div.content div.download-section table td {
	vertical-align: middle;
	border-bottom: 1px solid #404040;
}

#Sidebar div.WidgetHolder
{
	margin-bottom: 30px;
}

#Sidebar div.WidgetHolder div.WidgetHolder-headline div.WidgetHolder-headline-line
{
	border-top: 1px solid #414141;
	overflow: auto;
}

#MemberLoginForm_LoginForm fieldset
{
	border: 0;
	padding: 25px 0 10px 0;
}

#MemberLoginForm_LoginForm fieldset #Email,
#MemberLoginForm_LoginForm fieldset #Password
{
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#MemberLoginForm_LoginForm fieldset #Email label,
#MemberLoginForm_LoginForm fieldset #Password label
{
	width: 70px;
	display: block;
	float: left;
}

#MemberLoginForm_LoginForm fieldset #Email span,
#MemberLoginForm_LoginForm fieldset #Password span
{
	float: left;
}

#MemberLoginForm_LoginForm fieldset #Remember
{
	clear: both;
	margin-left: 70px;
}



/*############################################################*/
/*#                  PARAGRAPHS                              #*/
/*############################################################*/
div.content-group div.content p
{
	font-size: 13px;
	color: #999999;
}

div.content-group-home div.content p
{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

div.content-group-noheadline div.content p
{
	font-size: 13px;
	color: #999999;
}

div.content-group div.content-tpl-textimage div.content p,
div.content-group div.content-tpl-blog div.content p,
div.content-group-noheadline div.content-tpl-textimage div.content p,
div.content-group-noheadline div.content-tpl-blog div.content p
{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px;
}

div.content-group div.content-tpl-textimage div.content div.link-buttons p,
div.content-group div.content-tpl-blog div.content div.link-buttons p,
div.content-group-noheadline div.content-tpl-textimage div.content div.link-buttons p,
div.content-group-noheadline div.content-tpl-blog div.content div.link-buttons p
{
	margin-bottom: 0px;
}

div.gallery-head-area p
{
	float: right;
	font-size: 13px;
	width: 500px;
	margin: 0px 54px 0px 0px;
}

div.content-tpl-blog p.blog-tags
{
	margin-top: 5px;
}

div.content-tpl-blog p.blog-date
{
	margin-bottom: 5px !important;
}

div.content-tpl-blog p.blog-date span.blog-date-format
{
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 2px 2px 1px 2px;
	margin-right: 1px;
	text-transform: uppercase;
}

div.content-tpl-blog p.blog-tags span.blog-tags-main-format
{
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 2px 2px 1px 2px;
	margin-right: 1px;
	text-transform: uppercase;
}

div.content-tpl-blog p.blog-tags a.blog-tags-entry-format
{
	color: #000000;
	font-size: 11px;
	background-color: #4D4D4D;
	padding: 2px 2px 1px 2px;
	margin-right: 1px;
	text-decoration: none;
}

div.content-tpl-blog p.blog-tags a.blog-tags-entry-format:hover,
div.content-tpl-blog p.blog-tags a.blog-tags-entry-format:active,
div.content-tpl-blog p.blog-tags a.blog-tags-entry-format:focus
{
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 2px 2px 1px 2px;
	margin-right: 1px;
	text-decoration: none;
}

div.content-tpl-textimage div.content div.content-wrapper p,
div.content-tpl-blog div.content div.content-wrapper p,
div.content-tpl-lenspage div.content div.content-wrapper p,
div.content-tpl-gallerypage div.content div.content-wrapper p
{
	width: 500px;
}

#Sidebar div.WidgetHolder p.tagcloud
{
	margin-left: 50px;
}


/*############################################################*/
/*#                  HEADLINES                               #*/
/*############################################################*/
h1, h4
{
	position: relative;
	font-weight: normal;
}

div.page-header-logo h1
{
	float: left;
	height: 81px;
	width: 285px;
	text-indent: -2000px;
}
div.page-header-logo h1 .imgSpan
{
	background: url('/mysite/assets/images/leica-logo-s2.png') no-repeat 0 0;
}

h3.gallery-name {
	float: left;
	width: 240px;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	color: #999;
	font-weight: normal;
}

h3.content-headline
{
	margin-left: 5px;
	margin-bottom: 57px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	width: 590px;
	color: #FFFFFF;
}

h3.content-headline.content-headline-teasersite
{
	margin-bottom: 12px;
}

div.content-tpl105x854-left div.content-teaser-home-left h3
{
	margin-right: 25px;
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	text-align: right;
	color: #FF0000;
}

div.content-tpl105x854-left div.content-teaser-left h3,
div.content-tpl105x594x260-left div.content-teaser-left h3
{
	margin-right: 5px;
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	text-align: right;
	color: #FF0000;
}

h3.content-headline span.h3-headline-red
{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #FF0000;
}

h3.content-headline span.h3-headline-grey
{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #999999;
}

div.content-group div.content h3,
div.content-group-noheadline div.content h3
{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #999999;
	width: 160px;
	margin-top: 2px;
}

div.content-group div.content-tpl-textimage div.content h3,
div.content-group div.content-tpl-lenspage div.content h3,
div.content-group div.content-tpl-gallerypage div.content h3,
div.content-group div.content-tpl-blog div.content h3,
div.content-group-noheadline div.content-tpl-textimage div.content h3,
div.content-group-noheadline div.content-tpl-blog div.content h3,
div.content-group-noheadline div.content-tpl-lenspage div.content h3,
div.content-group-noheadline div.content-tpl-gallerypage div.content h3
{
	width: 500px;
	margin-top: 0;
	margin-bottom: 16px;
}

div.content-group-home div.content h3
{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #999999;
	width: inherit;
	margin: 0 0 10px 0;
}

div.content-group-home div.content h2
{
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 20px 0 13px 0;
}

div.content p span.span-h3
{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
}

div.content div.content-wrapper strong
{
	text-transform: uppercase;
	display: block;
}

h3 a.linkedHeadlineH3
{
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 16px;
	margin-top: 0;
	width: 500px;
}

h3 a.linkedHeadlineH3:hover,
h3 a.linkedHeadlineH3:active,
h3 a.linkedHeadlineH3:focus
{
	color: #FFFFFF;
	text-decoration: underline;
}

#Sidebar div.WidgetHolder div.WidgetHolder-headline h3
{
	float: left;
	margin-right: 5px;

	color: #999999;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 16px;
	margin-top: 0;
}





/*############################################################*/
/*#                  NAVIGATION                              #*/
/*############################################################*/
ul.page-header-navigation-first,
ul.page-header-navigation-right
{
	list-style-type: none;
	overflow: auto;
	margin-top: 44px;
}

ul.page-header-navigation-first
{
	float: left;
	/*width: 450px;*/
	overflow: hidden;
}

ul.page-header-navigation-right
{
	float: right;
	width: 105px;
}

ul.page-header-navigation-first li.page-header-navigation-first-element
{
	float: left;
	margin-right: 22px;
	position: relative;
	height: 150px;
}

ul.page-header-navigation-first li.page-header-navigation-first-element p
{
	height: 12px;
	position: relative;
	overflow: hidden;
	text-indent: -2000px;
}

ul.page-header-navigation-second
{
	list-style-type: none;
	position: absolute;
	overflow: hidden;
	top: 14px;
	left: 0;
	width: 275px;
	background-color: #191a15;
}

ul.page-header-navigation-second.child-elements {
	padding-bottom: 5px;
}

ul.page-header-navigation-second.shooting-second {
	width: 115px;
}

ul.page-header-navigation-second li.page-header-navigation-second-element
{
	margin-top: 5px;
	position: relative;
	height: 12px;
	overflow: hidden;
}

ul.page-header-navigation-right li
{
	float: left;
	height: 12px;
	position: relative;
	overflow: hidden;
	text-indent: -2000px;
}

div.page-footer-container ul
{
	list-style-type: none;
	overflow: auto;
	margin-right: 15px;
	width: 75px;
}

div.page-footer-container ul li.page-footer-navigation-first-element p
{
	height: 12px;
	position: relative;
	overflow: hidden;
	text-indent: -2000px;
	margin-bottom: 22px;
}

div.page-footer-container ul li
{
	line-height: 13px;
	overflow: hidden;
	margin-bottom: 6px;
}

div.page-footer-container ul li a
{
	line-height: inherit;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}
div.page-footer-container ul li a:hover,
div.page-footer-container ul li a.current,
div.page-footer-container ul li a.current
{
	line-height: inherit;
	font-size: 11px;
	color: #FFFFFF;
}

div.page-footer-container ul.meta-anker
{
	margin-right: 0;
	width: auto;
}



/*############################################################*/
/*#                  IMAGES                                  #*/
/*############################################################*/
.imgSpan
{
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

ul.page-header-navigation-first li.page-header-navigation-first-element p a .imgSpan,
ul.page-header-navigation-right li a .imgSpan,
div.page-footer-container ul li.page-footer-navigation-first-element p a .imgSpan
{
	cursor: pointer;
	background-position: 0px 0px !important;
}

ul.page-header-navigation-first li.page-header-navigation-first-element p a:hover .imgSpan,
ul.page-header-navigation-right li a:hover .imgSpan,
div.page-footer-container ul li.page-footer-navigation-first-element p a:hover .imgSpan
{
	cursor: pointer;
	background-position: 0px -12px !important;
}

ul.page-header-navigation-first li.page-header-navigation-first-element p a:active .imgSpan,
ul.page-header-navigation-first li.page-header-navigation-first-element p a.current .imgSpan,
ul.page-header-navigation-first li.page-header-navigation-first-element p a.section .imgSpan,
ul.page-header-navigation-right li a:active .imgSpan,
ul.page-header-navigation-right li a.current .imgSpan,
ul.page-header-navigation-right li a.section .imgSpan,
div.page-footer-container ul li.page-footer-navigation-first-element p a:active .imgSpan,
div.page-footer-container ul li.page-footer-navigation-first-element p a.current .imgSpan,
div.page-footer-container ul li.page-footer-navigation-first-element p a.section .imgSpan
{
	cursor: pointer;
	background-position: 0px -24px !important;
}

/* bugfix for new lense menu images */
li p#n-lens-summarit-s-35 a.current .imgSpan,
li p#n-lens-summarit-s-70 a.current .imgSpan,
li p#n-lens-apo-macro-summarit-s-120 a.current .imgSpan,
li p#n-lens-apo-elmar-s-180 a.current .imgSpan,
li p#n-lens-elmarit-s-30 a.current .imgSpan
{
	background-position: 0px -24px !important;
}

li p#n-news a:hover .imgSpan,
li p#n-accessories a:hover .imgSpan,
li p#n-accessories a.section .imgSpan
{
	background-position: 0px -13px !important;
}

li#n-dealersearch a:hover .imgSpan,
li#n-ownersarea a:hover .imgSpan
{
	background-position: 0px -13px !important;
}

div.content-tpl-blog div.content-wrapper img
{
	margin-bottom: 8px;
}



/*############################################################*/
/*#                  ATTRIBUTES                              #*/
/*############################################################*/


/*############################################################*/
/*#                  LISTS                                   #*/
/*############################################################*/
div.page-footer-container ul
{
	float: right;
}

div.page-footer-container ul.meta-leicacameracom-holder
{
	float: left;
	margin-left: 103px;
	width: 122px;
}

#Sidebar div.WidgetHolder ul.archiveMonths
{
	list-style-type: none;
	margin-left: 50px;
}

#Sidebar div.WidgetHolder ul.archiveYears
{
	list-style-type: none;
	margin-left: 50px;
}


/*############################################################*/
/*#                  TABLE                                   #*/
/*############################################################*/


/*############################################################*/
/*#                  FORMS                                   #*/
/*############################################################*/



/*############################################################*/
/*#                  GALLERIES                               #*/
/*############################################################*/
div.page-container div.page-body-container img.gallery-head-image
{
	margin: 27px 0px 0px 0px;
/*	margin: 27px 0px 0px -32px; */
}

#ImageGallery table {
	margin: 0px 0px 21px -4px !important;
}

#ImageGallery table tr td img {
	border: 1px solid #515151;
	margin: 0px 22px 17px 0px;
	outline: none;
}

div.page-container div.page-body-container div.content-wrapper div.gallery-video {
	margin:15px 0px 0px 0px;
}

/*        Lightwindow custom styles            */

#lightwindow_contents
{
	background-color: #000 !important;
	border-color: #000 !important;
}

#lightwindow_title_bar_inner
{
	background-color: #000 !important;
}

#lightwindow_data_details
{
	background-color: #000 !important;
}

#lightwindow_data_slide_inner
{
	background-color: #000 !important;
}

#lightwindow_data_caption
{
	display: none !important;
}

#lightwindow_title_bar_close_link,
lightwindow_title_bar_close_link:active
{
	color: #000 !important;
}

#lightwindow_previous, #lightwindow_next
{
	width: 46px !important;
}

#lightwindow_close_label
{
	margin: 0px;
}

a#lightwindow_title_bar_close_link,
a#lightwindow_title_bar_close_link:link,
a#lightwindow_title_bar_close_link:visited
{
	border-top: 6px solid #000 !important;
}

#lightwindow_previous
{
	background: url('../images/gallery-prev.png') no-repeat scroll left 50% !important;
	left: -46px !important;
}

#lightwindow_next
{
	background: url('../images/gallery-next.png') no-repeat scroll right 50% !important;
	right: -46px !important;
}


/***********************************/
/* 0005288: Adresstruktur anpassen */
/***********************************/
#adressContainer {
	position: relative;
}

#adressContainer div.editStreet div.entry input.editStreet {
	width: 175px;
}

#adressContainer div.editHouse {
	left: 193px;
	position: absolute;
	top: 54px;
	z-index: 1;
}

#adressContainer div.editHouse div.entry input.editHouse {
	width: 51px;
}

#adressContainer div.errorHelpClass div.entry {
	margin-top: 18px;
}

div.form label {
	font-size: 13px;
}
