@charset "UTF-8";
/*  Stylesheet for mb-bautec-v3
	created by:Magnus Panter  
	last modified:Torsten Kunst (08-09-2009) 
	
	Colors:
	-----------------------
	main blue:		#003768
	grey:			#e4e4e4
	red:			#e02518
	
*/

/* General Definitions ---------------------*/
body{font-size:.8em;
	font-family:Verdana, Sans-Serif;
}

a, #loginform a{color:#003768;}

h1{font-size:1.4em;}

h2{font-size:1.1em;}

h3, h4, h5{font-size:1em;}

button, input{background-color:none !important;}

* html img{position:relative;
	behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "v3/images/pngfix/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

/* Navigation Top -----------------------*/

div#topNavi{height:24px;
	padding:6px 10px 0px 10px;
}

#topNavi select{font-size:0.8em;
	height:20px;
	margin-left:20px;
}

#header_de_DE{background:transparent url(../images/background/bg_header.jpg) no-repeat scroll 0 0;
	height:190px;
	margin-top:0px;
	position:relative;
	text-align:center;
}

#header_en_GB{background:transparent url(../images/background/bg_header_en_GB.jpg) no-repeat scroll 0 0;
	height:190px;
	margin-top:0px;
	position:relative;
	text-align:center;
}

#header_en_GB a.logo,
#header_de_DE a.logo{height:160px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

div#topNavi span{color:#000;}

div#topNavi span#head_events_cnt,
div#topNavi span.topeventplanner{color:#000;}

div#topnavNavi ul li{border-left:1px solid #000;}

#topNavi .login{float:left;}

#topnav_language_switch{display:inline;
	margin-left:20px;
}

/* Search Main -------------------*/

div#mainNavi{bottom:0;
	clear:both;
	float:left;
	left:0;
	margin-left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
}

div#mainNavi ul li{background:url(../images/background/mainnavi_left.gif);
	background-repeat:no-repeat;
}

div#mainNavi ul li a{background:url(../images/background/mainnavi_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFF;
	padding:7px 24px 7px 18px !important;
}

div#mainNavi ul li.act{background-image:url(../images/background/mainnavi_aleft.gif);
	background-repeat:no-repeat;
}

div#mainNavi ul li.act a{background-image:url(../images/background/mainnavi_aright.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#003768;
}

div#showdate{position:relative;
	top:95px;
	left:20px;
	text-align:left;
	font-size:0.7em;
	font-weight:bold;
	width:200px;	
}

*+html div#showdate{ 
	position:absolute; 
	padding-left: 0px; }

*html div#showdate{left: 0px;}

/*Letzer Eintrag Jobbörse*/

div#mainNavi ul li.last{background-image:url(../images/background/mainnavi_aleft2.gif);
	background-repeat:no-repeat;
}

div#mainNavi ul li.last a{background-image:url(../images/background/mainnavi_aright2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#fff;
}

div#mainNavi ul li.path{background-image:url(../images/background/mainnavi_aleft.gif);
	background-repeat:no-repeat;
}

div#mainNavi ul li.path a{background-image:url(../images/background/mainnavi_aright.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#003768;
}

div#subNavi{background-image:url(../images/background/sub_bg.gif);
	background-color:#fff !important;
	height:18px;
}

div#subNavi ul li a{color:#003768;
}

div#subNavi ul li.act a{font-weight:bold;
	color:#003768;
}

div#subNavi ul li{border-left:1px solid #003768;}

/* Metanavi */

#footer ul li.metanav_organizer a{background-image:url(../images/icons/messeberlin.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:18px;
}

#footer{font-size:1em;}

/* Navigation Breadcrumb --------------------*/

div#breadcrumb{color:#5d5d5d;}

div#breadcrumb a{color:#5d5d5d;}

div#breadcrumb strong a{color:#003768;}

#ecms #ecms-steps li{margin-right:0px;}

*+html#ecms #ecms-steps li{margin-right:5px;}

#ecms #ecms-steps li dfn{padding:5px 0 5px 10px;
	margin-right:0px;
}

*+html div#ecms #ecms-steps li dfn{margin-right:5px;}

/* ie8 fix breadcrump */

*html div#breadcrumb{margin-top:-22px !important;}

/* Standard Box ------------------*/

div.box{background-image:url(../images/background/bg_box.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

*html div.box{height:1px;}

div.box h2{background-image:url(../images/background/bg_box_h2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#003768;
	display:block;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin:0px 0px 0px 6px;
	padding-left:6px;
}

div.box h2 a{color:#003768;
	text-decoration:none;
}

div.box h2 img{position:relative;
	top:12px;
	margin-right:8px;
}

div.box div.content{border-top:none;
	margin-top:0;
}

div#eplanner div.box div.content{border-top:none;
	margin:0;
	padding-top:3px;
}

div.savesearch{margin-top:0px;
	padding:7px 0 10px;
}

div.savesearch div.tag-button{padding:2px 6px 0;
	margin:2px;
}

*+html div.savesearch div.tag-button{margin-top:-2px;}

*+html .savesearch DIV.tag-button DIV.button-content DIV.button-content-inner BUTTON{margin-top:0px;}

*html div.savesearch div.tag-button{margin-top:0px;}

*html .savesearch DIV.tag-button DIV.button-content DIV.button-content-inner input{margin-top:2px;}

div.savesearch-topentry p{color:#000;
	font-weight:normal;
	width:50%;
	padding:0 10px;
}

div.savesearch-topentry div.tag-button{padding-top:6px;
	margin:0 8px;
	float:right;
}

*html div.savesearch-topentry div.tag-button{margin:0px;
	padding:6px 0 0;
	width:43%;
}

*html DIV.savesearch-topentry P{padding-right:0px;
}

div.savesearch input{float:left;
	margin:2px 5px 9px 0;
}

*html #body_showECMSEditJobS2 div#ui-datepicker-div{height:auto;}

/* Search Top ---------------------*/

form#searchform{position:relative;
	top:108px;
	width:100%;
	z-index:1;
}

form#searchform input.text{border:1px solid #c3c6d7;
	width:200px;
}

input.submit2{background:none;
	background-image:url(../images/buttons/submit_headsearch.gif);
	background-repeat:none;
	border:none;
	color:#fff;
	height:22px;
	margin-left:6px;
	width:63px;
	padding:0 0 2px;
	font-size:1em;
}

div.search_addition{background-color:#c3c6d7;
	padding-bottom:37px;
}

a.aSearch2{background-image:url(../images/arrow/bg_arrow.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	color:#000;
	padding:0px 0px 0px 10px;
	margin-left:6px;
}

div.searchspecial{color:#fff;
	padding-bottom:12px;
}

div.searchspecial ul{width:250px;}

div.searchspecial ul li.static_1{background:url(../images/special/static_icon_01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#003768;
	padding:3px 10px 3px 44px;
	margin-bottom:1px;
}

div.searchspecial ul li.static_2{background:url(../images/special/static_icon_02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#264875;
	padding:3px 10px 3px 44px;
	margin-bottom:1px;
}

div.searchspecial ul li.static_3{background:url(../images/special/static_icon_03.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#003768;
	padding:3px 10px 3px 44px;
	height:31px;
}

div.searchspecial p{color:#FFF;
	margin-bottom:7px;
	padding-left:40px;
	width:210px;
}

/* Top Companies/Products Box ----------------------*/

div#products_prod div.content{border-top:none;}

div#products_prod ul li{border-top:1px solid #C8C8C8;}

div#products_prod ul li.even{background-color:#E3E4E4;}

div#products_prod ul li p.topproducts{padding-top:10px;}

p.topproducts{margin-bottom:0;}

div#products_prod ul li img{border:1px solid #DEDEDE;
	float:left;
	margin:10px 10px 14px;
	padding:2px;
	position:relative;
}

div#products ul li.even{background-color:#FFF;}

div#products ul li.odd{background-color:#DEDEDE;}

div.layout-2 div.layout-left,
div.layout-2 div.layout-right{margin-top:3px;
	margin-bottom:20px;
}

/* Search Result --------------------------*/

div#searchresult{margin-top:0;}

div#searchresult ul.resultset li.hover, 
div#searchresult ul.resultset li:hover{background-color:#f1f1f1;}

*html #searchresult ul.resultset li.hover{
	margin-bottom:0px;
	padding-bottom:10px;
}

div#searchresult ul.resultset-list div.toolbar-left div.counter{color:#666;}

*html #searchresult ul.resultset-list div.image img{
	margin:0px; 
	padding:5px;
}

*html #detail_anchor div.inner-ancor ul{margin:0px 0px 15px 6px;}

#searchresult ul.filter li a{color:#999999;}

#searchresult div.bottom div.activities div.space{margin:0 0 10px 12px;
	padding-top:13px;
}

#searchresult ul.resultset-list div.image div.sponsor{background-color:#AAAAAA;
	bottom:-8px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:normal;
	padding:1px 5px;
	position:absolute;
	right:2px;
	text-align:center;
	text-transform:none;
	white-space:nowrap;
	width:auto;
}

.detail-overview-image .award .sponsor{text-transform:none;}

/* Search Result Gallery ---------------------*/

#searchresult ul.resultset-gallery div.fair_icons{background-image:none;
	display:block;
	padding:0px;
	top:-47px;
	width:15px;
}

#searchresult ul.resultset-gallery div.fair_icons li{height:0px;
	margin-top:15px;
	min-height:0px;
}

#searchresult div.bottom{clear:left;}

/* Detail Pages --------------------------*/

div.tag-button div.button-style-default, div.tag-button div.button-style-active{background-image:url(../../images/button/default/button_bg.png);
	line-height:18px;
}	

div.tag-button .button-style-top div.button-content{background-image:none;}

#topbutton .pngfix, .topbutton .pngfix{display:none;}

*html .detail-view div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a:hover{background-image:url(../images/tags/toolbar/event_add_h.png);}

*html .detail-view div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a.is_in_planner:hover{background-image:url(../images/tags/toolbar/event_remove.png);}

* html .close-window{line-height:10px;}

*+ html .close-window{line-height:10px;}

.detail-overview .wrapper .detail-overview-image .award .new{background-color:#FF0000;}

* html #lightbox #lightbox-content.zoom-image .tag-box-content-space{margin-top:20px;}

#detail_anchor div.inner-ancor ul{
	margin:0 0px 15px; 
	width:150px;
}

#detail_anchor div.inner-ancor ul .arrow{padding-right:0px;}

.arrow{background-image:none;}

.p_description ul,
.c_description ul{list-style-type:disc;
	list-style-position:outside;
	margin-left:10px;
}

div.detail-view div.job-description ul{list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}

/* Search Bottom -------------------------*/

#bottom_search{margin-top:10px;
	text-align:left;
}

#bottom_search div.search_input{margin:auto;
	padding:15px 0px;
	width:770px;
}

form#bottom_search div.wrapper{width:560px;}

*html form#bottom_search div.wrapper{width:580px;}

form#bottom_search div.wrapper select{float:left;
	margin-left:5px;
}

form#bottom_search input.text{border:1px solid #c3c6d7;
	width:200px;
}

form#bottom_search input.submit2{background-image:url(../images/buttons/submit_headsearch.gif);
	background-repeat:none;
	border:none;
	color:#fff;
	height:22px;
	margin-left:6px;
	width:63px;
	padding:0 0 2px;
	font-size:1em;
}

form#bottom_search a{background-image:url(../images/arrow/bg_arrow.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	color:#000;
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	margin-left:6px;
}

*html #bottom_search .tag-button INPUT.button-style-default{padding-top:0px;}

/* End Of Site -------------------*/

p.special_foot_text{text-align:center;
	margin-top:25px;
	font-size:0.8em;
	color:#666;
}

/* Detail ************************************************************/

div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li a span{	background-image:none;}

div.tag-toolbar{border-bottom:1px solid #E2E2E2;
	height:68px;
	margin-bottom:10px;
	background-color:#e2e2e2;
}

div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title{font-weight:bold;
	color:#003768;
	padding-left:5px;
	padding-top:12px;
}

div.detail-view-company .tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title{padding:0 0 0px 27px;
	line-height:70px;
}

div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title span{font-size:14px;
	display:block;
}

div#body_showCompany div.tag-toolbar-title{padding:20px 0 0;}

div.detail-overview{border:1px solid #dedede;
	background-image:none;
}

div#detail_anchor{background-color:#f0f0f0;
	padding-left:11px;
	width:499px;
}

#detail_anchor div.inner-ancor{padding:8px 0 0;
	margin:0;
	_width:499px;
}

div.layout-4 div.layout-4-separator{display:none;}

div.detail-view div.content-block h2{color:#003768;
	font-size:1.2em;
	line-height:22px;
	margin:0 0 10px;
	padding:0px;
}

div.hall-list ul li.collapsed a.toggle{padding:0 0 0 20px;}

div#topbutton, div.topbutton{background-color:#fff;
	border:none;
	color:#565656;
	height:18px;
	padding:0 0 3px 15px;
	float:right;
	background-image:url(../images/anchor/arrow_top.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:underline;
}

ul.item-list{padding:10px 0;}

*html ul.item-list div.image img{margin:0px;
	padding:5px;
}

#detail_categories ul{list-style:disc;
	list-style-position:inside;
}

div.detail-view div.content-block .topic h3{font-size:1.1em;}

#detail_categories ul{list-style-type:square;
	color:#666;
	margin-top:10px;
	list-style-position:outside;
	padding:0 10px 0 24px;
}

.modified_date{font-weight:normal;
	color:#666;
}

div.detail-view .content-block ul.togglebox, div.detail-view .content-block ul.medialist, div.detail-view .content-block p, div.detail-view .content-block .c_description, .content-block .p_description{padding:0 12px;}

div.content-block ul.medialist li a.visitwebsite{background-image:url(../images/icons/document-globe.png);
	background-position:left;
	background-repeat:no-repeat;
}

div.detail-view div.content-block ul li p.product_categories{padding:0;}

/*#detail_contact ul{margin:15px 0 0 0;}*/

/*#detail_contact ul li{height:65px;}*/

#detail_contact p.fl{padding:4px;}

/* Sidebar **************************************/

#detail_contact p, #detail_contact p.first, #detail_contact fieldset span{color:#000;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding-bottom:5px;
}

#detail_contact p {padding-right:10px;}

#detail_contact p.success,
#detail_contact p.first,
#detail_contact fieldset span{padding-right:0;}

div#main div#content div.layout-4 div.layout-4-right div#detail_contact div.successful p.success{background-image:url(../images/icons/tick.png);
	background-position:8px 6px;
}

#detail_contact input.text{font-size:12px;
	color:#666;
	border:1px solid #dedede;
}

div#detail_contact textarea{font-size:1em;
	padding:4px;
	margin:10px 0 0;
	width:210px;
	border:1px solid #dedede;
}

div#detail_contact .captcha-area{width:210px;
	margin:10px 0;
}

div#detail_contact .captcha small{display:block;
	padding:10px 0 4px;
	color:#666;
}

div#detail_contact .captcha small a{color:#003768;
	text-decoration:underline;
}

#detail_contact .submit{border-top:1px solid #dedede;
	padding:8px 8px 0;
	margin-left:-11px;
}

#detail_contact .submit input{background-image:url(../images/buttons/button_bgwhite.gif);
	background-repeat:no-repeat;
	color:#003768;
	width:76px;
	padding:2px 10px 4px;
	background-color:#fff;
}

#detail_contact .content{padding:0 0 8px 10px;}

.savesearch-topentry{background-color:#f0f0f0;
	margin:0;
	padding:10px 0;
}

.savesearch-topentry p{color:#000;
	font-weight:normal;
}

div.tag-button div.button-content a{color:#003768;}

.savesearch{margin:0;}

div.savesearch form input{margin:4px 10px 14px 10px;
	width:110px;
}


/* ePlanner ***************************************/

#eplanner ul.list li.hover, #eplanner ul.list li:hover{background:#f0f0f0;
	border:none;
}

#eplanner ul.list div.column-image{margin:0 10px 0 0;}

#detail_contact .submit-field p{padding:0;}

div#eplanner{margin:0 0 10px;
	padding:0;
}

div#eplanner .empty_message{padding:4px 0 6px 0;
	color:#003768;
}

div#eplanner .star{background-image:url(../images/events/event/added.png);
	background-position:top no-repeat;
}

div#eplanner .box{border:none;}

div#eplanner .topentry{background-color:#f0f0f0;
	border-top:none;
	height:auto;
	padding:5px 0;
	zoom:1;
}

div#eplanner-sidebar{height:auto;
	padding:2px 10px;
	color:#003768;
}

#eplanner ul.list{margin:10px 5px 8px;}

#eplanner ul.list li{border:none;}

#eventplanner-form .eventplanner-pager, #eventplanner-form .summary, #eventplanner-form h4{font-size:0.9em;}

#eplanner ul.list div.column-text div.summary{padding:0;
	color:#666;
}

#eplanner div.eventplanner-pager{margin:0 20px 10px 0;
	color:#666;
}

#eplanner div.action-show a.button-style-default{background-image:none;
	color:#003768;
	padding:0;
}

#eplanner div.action-print a.button-style-default{background-image:none;
	padding:0;
	color:#003768;
}

#eplanner div.action{margin:0;
	float:right;
}

div#eplanner .tag-button{padding:1px 0;
	height:auto;
	float:right;	
}

*html div#eplanner .tag-button-link{margin-right:6px;}

div#eplanner .topentry .tag-button{margin-top:10px;}

div#eplanner #eplanner-sidebar .tag-button{margin:10px 10px 0;
	color:#003768;
}

div#eplanner .action-pannel{background-color:#fff;
	border-top:1px solid #dedede;
	padding:8px 0 0;
}

.pngfix{display:none;}

*html div.layout-2 div.layout-right #eplanner{width:auto;}

*html #portlet-my-events-list1-default .list .odd{background-color:#FFF;}

div.column-actions div.tag-link-button span{line-height:16px;}

*+html .ajax-submit-layoutcontent1 dt select{width:100px;}

*html .ajax-submit-layoutcontent1 dt select{width:100px;}


*html #portlet-my-events-list1-default .tag-view-mode-selector{border-bottom:none;
	padding:0px;
}

/* Portlet My Events List ******************************************/

div.portlet-my-events-list{float:left;
	overflow:hidden;
	width:100%;
	border:none;
}

div.portlet-my-events-list div.headline{background-image:url(../images/background/bg_box.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div.portlet-my-events-list div.headline h3{background-color:#C3C6D7;
	color:#003768;
	font-size:1em;
	height:28px;
	line-height:28px;
	margin:0 0 10px;
	padding:0 0 0 10px;
}

#portlet-my-events-list1-default .filter{padding:10px 0;}

#portlet-my-events-list1-default .view-mode, #portlet-my-events-list1-default .pager-set #tag-view-mode-selector{border-top:1px solid #dedede;
	padding:10px;
}

div.tag-view-mode-selector ul li a{color:#999;
	text-decoration:underline;
}

div.tag-view-mode-selector ul li.act a{color:#333;}

div.tag-view-mode-selector ul li.list{background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

div.tag-view-mode-selector ul li.list-act{background:url(../images/icons/list_act.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

div.tag-view-mode-selector ul li.table{background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

div.tag-view-mode-selector ul li.table-act{background-image:url(../images/icons/table_act.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

div.tag-view-mode-selector ul li.pic{background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

div.tag-view-mode-selector ul li.pic-act{background-image:url(../images/icons/pic_act.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
	}

div.tag-view-mode-selector ul li.gallery{background-image:url(../images/icons/gallery.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

div.tag-view-mode-selector ul li.gallery-act{background-image:url(../images/icons/gallery_act.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

#portlet-my-events-list1-default .pager-links{border:none;
	padding:0;
}

.ajax-submit-layoutcontent1 .ui-pager-links-default{line-height:26px;
	padding:0;
}

/* Portlet My Events List - Actions ************************************/

#portlet-my-events-list1-default div.list,
#portlet-my-events-list2-default div.list{padding:0;}

#portlet-my-events-list1-default .list-actions .column,
#portlet-my-events-list2-default .list-actions .column{float:left;
	padding:0 0 0 10px;
	margin:5px 0;
}

#portlet-my-events-list1-default .list-actions .column-checkbox,
#portlet-my-events-list2-default .list-actions .column-checkbox{width:13px;
	line-height:26px;
}

#portlet-my-events-list1-default .list-actions .column-counter,
#portlet-my-events-list2-default .list-actions .column-counter{width:100px;}

#portlet-my-events-list1-default ul li.event:hover,
#portlet-my-events-list2-default ul li.event:hover{background-color:#d9eee9;}

#portlet-my-events-list1-default div.list p.emptylist,
#portlet-my-events-list2-default div.list p.emptylist{margin:10px;}

#portlet-my-events-list1-default div.tag-button,
#portlet-my-events-list2-default div.tag-button{margin-top:5px;
	margin-right:5px;
}

a.event-note-button{background-image:url(../images/events/note.png);
	background-repeat:no-repeat;
	background-position:left;
	width:16px;
	height:16px;
	text-indent:-8000px;
	display:block;
}

a.event-recommend-button{background-image:url(../images/icons/mail.png);
	background-position:left;
	background-repeat:no-repeat;
	width:16px;
	text-indent:-8000px;
	display:block;
}

div.my-fair div.content > div.last{padding:13px;}

div.tag-view-mode-selector ul li{background:none;
	padding-left:15px;
	width:auto;
}

/* Portlet My Events List - List *********************************************/
 #portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.event-image-area{width:110px;
	height:110px;
	position:relative;
	float:left;
	border:1px solid #dedede;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.event-image-area img{height:100px;
	width:100px;
	padding:5px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event{border-bottom:1px solid #DEDEDE; /* #f1f1df (screens wiedersprüchlich)*/
	padding:5px 0;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.last{border-bottom:none;}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column{float:left;
	padding:0 0 0 10px;
	margin:5px 0 0;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-checkbox{width:13px;
	text-align:center;
	color:#666;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-image{width:110px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content{width:315px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content .title{margin-bottom:10px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content .title h3{font-size:1em;}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-actions{width:20px;}

*html #portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-actions{padding-left:5px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-actions a{margin-bottom:6px;
	float:none;
}

#portlet-my-events-list1-default .list-actions{border-bottom:1px solid #dedede;
	padding-top:4px;
	border-top:1px solid #dedede;
}

#portlet-my-events-list1-default .event-note-area{margin:0 0 6px;}

#portlet-my-events-list1-default .event-note-area .event-note-buttons{width:230px;}

#portlet-my-events-list1-default .event-note-area input{border:1px solid #dedede;
	padding:4px;
	width:300px;
}

/* Portlet My Events List - Table *****************************************/

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.header:hover{background-color:#f0f0f0;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.header{background-color:#f0f0f0;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event{border-bottom:1px solid #DEDEDE;}

div#portlet-my-events-list1-default ul.portlet-my-events-list-table li.last{border-bottom:none;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column{float:left;
	padding:0 0 0 10px;
	margin:5px 0;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-checkbox{width:13px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content{width:239px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-recommend{width:16px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-delete{width:16px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-note{width:16px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-hall{width:90px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-booth{width:45px;}

/* Portlet My Events List - Pic **********************************/

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event{float:left;
	height:174px;
	font-size:smaller;
	margin-top:10px;
	padding-bottom:10px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event .wrapper{height:100%;
	margin-bottom:10px;
	margin-right:10px;
	
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column{float:left;
	padding:0 0 0 6px;
	margin:5px 0;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions{width:17px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-image{width:110px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-content{width:96px;
	padding-left:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-content h3{font-size:0.9em;
	overflow:hidden;
	margin-bottom:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-note{margin-left:22px;
	width:216px;
}

div.event-image-area{width:110px;
	height:110px;
	float:left;
	border:1px solid #dedede;
	position:relative;
}

div.event-image-area img{height:100px;
	width:100px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.event-image-area img{margin:5px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event .event-note-area input{width:200px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions .event-checkbox input.checkbox{float:none;
	margin-bottom:10px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions a.event-recommend-button{margin-bottom:6px;}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions a.event-note-button{margin-bottom:6px;}


/* Portlet My Events List - Simple Pic Gallery ***********************/

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.event{float:left;
	width:168px;
	height:254px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.event .wrapper{height:100%;
	margin-bottom:10px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.event .wrapper .row{padding-left:6px;
	margin-top:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery .row-actions .left{float:left;}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery .row-actions .right{float:right;}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery ul.fair-icons li{display:inline;
	float:left;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery div.event-image-area{height:160px;
	width:160px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery div.event-image-area img{width:150px;
	height:150px;
	padding:5px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery div.event-checkbox{width:13px;
	margin:3px 10px 0 0;
	float:left;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery a.event-default, a.event-added, a.event-loading{margin-right:6px;
	margin-bottom:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery a.event-recommend-button{float:left;
	margin-right:8px;
	margin-top:2px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery a.event-note-button{float:left;
	margin-top:2px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery .event-note-area input{width:150px;
}

.company-info, .company-info ul.realizations{width:315px;
	float:left;
}

/* Detail View Attendee *****************************/

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content h3{font-size:0.9em;
	margin:0 0 6px 0px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content .event-note-area input{width:400px;
	border:1px solid #dedede;
	padding:4px;
}

.ajax-submit-layoutcontent1 .column-actions{padding:4px 0 0 0;}

.column-actions div{margin:0 10px 0 0;}

div.detail-view .container .content ul li.even{background:#fff;}

div.detail-view .container .content ul li.h2{color:#666;
	margin:10px 0 0 0;
	padding:0 10px;
}

div.detail-view .container .content ul li.phonenumber{background-image:url(../images/icons/mobile-phone.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
}

div.detail-view .container .content ul li.faxnumber{background-image:url(../images/icons/fax.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
}

div.detail-view .container .content ul li a.download{background-image:url(../images/icons/card-address.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
}

div.detail-view .container .content ul li.even, div.detail-view .container .content ul li.odd{padding-left:10px;}

#body_showAttendee .detail-view .container{margin:-1px 0 0 0;}

#body_showAttendee div.detail-view .container .headline h3{background-color:#C3C6D7;
	color:#003768;
	font-size:1em;
	height:28px;
	line-height:28px;
	margin:0 0 10px;
	padding:0 0 0 10px;
}

/* Searchresult ***************************/

#searchresult ul.resultset-content-types li a.all{background-image:url(../images/icons/sr_all.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li a.company{background-image:url(../images/icons/sr_company.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li a.product{background-image:url(../images/icons/sr_product.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li a.person{background-image:url(../images/icons/sr_expert.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li{padding-left:20px;
	font-size:1.2em;
}

*html div.tag-button div.button-content input.button-style-active{color:#003768;}

#my-events-print-preview h2{color:#003768;}

/* Searchresult List *************************************/

.event-default:hover{background-image:url(../images/events/event/add.png);
	background-position:left;
	background-repeat:no-repeat;
}

.event-default{background-image:url(../images/events/event/default.png);
	background-position:left;
	background-repeat:no-repeat;
}

.event-added:hover{background-image:url(../images/events/event/remove.png);
	background-position:left;
	background-repeat:no-repeat;
}

.event-added{background-image:url(../images/events/event/added.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult div.top div.activities div.select-all{background-image:url(../images/icons/select_arrow.png);
	background-repeat:no-repeat;
	line-height:16px;
}

#searchresult .top div.pagebrowser{line-height:16px;}

#searchresult div.bottom div.pagebrowser{float:none;}

div.pagebrowser span.label-colored, #searchresult div.select-all span{color:#003768;}

#searchresult ul.filter li.pic,
#searchresult ul.filter li.table,
#searchresult ul.filter li.list{line-height:16px;}

form#result ul.filter li.list-act{background-image:url(../images/icons/list_act.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.filter li.text{background-image:url(../images/icons/table.png);
	background-position:left;
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
	margin-right:15px;
}

form#result ul.filter li.text-act{background-image:url(../images/icons/table_act.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.filter li.table-act{background-image:url(../images/icons/table_act.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.filter li.spic{background-image:url(../images/icons/gallery.png);
	background-position:left;
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
	margin-right:15px;
}

#searchresult ul.filter li.spic-act{background-image:url(../images/icons/gallery_act.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.filter li.pic-act{background-image:url(../images/icons/pic_act.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset li.hover, #searchresult ul.resultset li:hover{background-color:#E9EDFE;}

#searchresult ul.resultset li{border:none;}

#searchresult ul.resultset-minimal li.head:hover, #searchresult ul.resultset-minimal li.head{border-bottom:1px solid #dedede;
	border-top:none;
	background:#f0f0f0;
}

#searchresult ul.resultset-list li.first{border-top:none;}

#searchresult ul.resultset-list li, #searchresult ul.resultset li, #searchresult ul.resultset-list li:hover, #searchresult ul.resultset li:hover{border-top:none;
	border-bottom:1px solid #dedede;
	border-left:none;
	border-right:none;
}

#searchresult div.top div.activities{border-bottom:1px solid #dedede;}

*+html #searchresult DIV.top{BORDER-BOTTOM:#d7d7d7 1px solid;}

*html #searchresult DIV.top{BORDER-BOTTOM:#d7d7d7 1px solid;}

*html #searchresult DIV.top DIV.activities{border-bottom:none;}

*+html #searchresult DIV.top DIV.activities{border-bottom:none;}

#searchresult div.bottom div.activities{border:none;}

#searchresult ul.resultset-gallery li{margin:0;
	position:inherit;
}

#searchresult ul.resultset-gallery div.toolbar-left-item{margin:4px 0 0 10px;}

#searchresult ul.resultset-gallery li.first div.center-border{display:none;}

#searchresult div.options, #searchresult div.filter, #searchresult div.pagebrowser, #searchresult div.activities{line-height:22px;}

#searchresult ul.resultset-minimal h3, #searchresult ul.resultset-list div.topic h3{font-weight:bold;}

*html #searchresult .bottom div.pagebrowser{padding-top:5px;}

/* Searchresult List PopUp *********************************/

#searchresult-filter-top div.tag-button div.button-content button span{color:#003768;}

#searchresult div.options .tag-button .arrow-down span, 
div.tag-button div.button-content input, 
div.tag-button div.button-content button span{color:#003768;}

#searchresult div.options .tag-button .arrow-down span{color:#003768;}

#advanced-filter .button-top, #advanced-filter .button-bottom{padding:4px 10px 0;}

#advanced-filter .content fieldset legend{color:#003768;}

#advanced-filter .content fieldset{width:99%;}

#advanced-filter .content fieldset .categories{border-bottom:none;}

#advanced-filter .controls-foot,
#advanced-filter .controls-head{
	background-image:none;
	top:0;
}

#advanced-filter .controls-head{margin-bottom:10px;}

#advanced-filter .button-left{display:none;}

#advanced-filter .controls-head a.close-window{background-position:right top;}

#advanced-filter .content{border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-left:none;
	border-right:none;
	height:auto;
}

/* 21.8.09 *************************************/

#eplanner ul.list div.column-actions{float:right;}

#eplanner .note_login{width:50%;}

div.tag-link-button span, #searchresult div.options div.space div.count-per-page b{color:#003768;}

.show-categories .portlet-categories-tree{padding:10px 10px 55px;
	border-top:none;
}

.box .footer{font-size:1em;
	line-height:28px;
	background-image:url(../images/background/bg_box_bottom.gif);
}

#main div.layout-3 .clear{height:0;}

#searchresult ul.filter li.pic-act a,
#searchresult ul.filter li.table-act a,
#searchresult ul.filter li.list-act a{color:#333;
	text-decoration:none;
}

#searchresult div.select-all, #searchresult div.activities div.tag-link-button{line-height:14px;}

.login-signup .signup .finish{background-image:url(../images/icons/tick.png);
	background-position:10px 15px;
	background-repeat:no-repeat;
	padding:10px 12px 10px 34px;
}

.login-signup .signup ul.path{border-top:none;
	border-bottom:1px solid #e2e2e2;
}

.login-signup .signup ul.path li.act{color:#666;}

.login-signup .signup ul.path li.act span{color:#003768;
	border:0px;
}

.login-signup .signup ul.path li{color:#003768;
	border:0px;
}

.login-signup .signup h3{color:#003768;
	border:0px;
}

.login-signup .signup form .back{background:transparent url(../images/buttons/button_bgwhite.gif) repeat scroll 0 0;
	width:76px;
	padding:2px 5px;
	color:#003768;
}

.login-signup .signup form .submit{background:transparent url(../images/buttons/button_bgwhite.gif) repeat scroll 0 0;
	color:#003768;
	padding:2px 5px;
	width:76px;
}

.login-signup .red{color:#118169;}

#detail_contact fieldset span.error{color:#B50D1A;}

div.flashmessages ul li{line-height:24px;
	margin-top:0px;
	padding:16px 8px 16px 48px;
}

div.flashmessages-error ul li{background:#FFCCCC url(../images/icons/exclamation.png) no-repeat scroll 7px 12px;
	color:#B50D1A;
}

div.flashmessages-success ul li{background:#EEFBE7 url(../images/icons/tick.png) no-repeat scroll 15px 20px;
	color:#42BE0C;
}

#searchresult ul.resultset-list div.topic ul.fairicons img{margin-right:4px;}

#searchresult ul.resultset-gallery div.topic h3{font-size:1em;
	font-weight:bold;
}

/* 24.8.09 ***************************************/

form.advanced-search table{margin:0;}

form.advanced-search div.tag-button{margin-right:10px;}

form.advanced-search table table{padding:0 10px 0 0;}

form.advanced-search select.width158, form.advanced-search input.text-zip{margin-bottom:6px;}

ul.portlet-my-events-list-gallery div.tag-button{font-size:10px;}

.longbox{padding:0 0 20px;}

.longbox .heading{font-size:1.6em;
	font-weight:bold;
	color:#003768;
}

.longbox .brdr{border:1px solid #dedede;
	padding:0 10px 10px;
}

.blueheadstatic{font-size:2em;
	color:#C3C6D7;
	padding:0 0 10px;
}

.text3left{padding:0 0 6px;}

.text3left span{color:#264875;}

.boldhelp{font-size:1em;
	font-weight:bold;
	color:#E02518;
}

.login-signup h3{border-color:#dedede;
	color:#264875;
}

.login-signup p{font-size:inherit;}

.login-signup .right-content-register,
.login-signup .left-content-register{padding-left:10px;}

.login-signup label{padding:0 0 3px;}

.login-signup .red{color:##E02518;}

#loginform a{line-height:14px;
	padding:0;
	background-image:none;
}

#registration_advantages ul li.tradeshow{background-image:url(../images/tags/toolbar/event_added.png);
	background-position:left;
	background-repeat:no-repeat;
}

#registration_advantages ul li.customized{background-image:url(../images/icons/but_customized.png);
	background-position:left;
	background-repeat:no-repeat;
}

#registration_advantages ul li.contact{background-image:url(../images/icons/sr_expert.png);
	background-position:left;
	background-repeat:no-repeat;
}

#registration_advantages ul li span, .login-signup .blue, .login-signup h4{color:#264875;}

#registration_advantages span{padding:0;}

.login-signup div.password-security{padding:0 10px;
	margin:0 0 10px;
}

.password-security-bar, #box-captcha-content{margin-bottom:4px;}

small{line-height:12px;}

#login_popup{background-image:url(../images/background/bg_login.png);
	background-repeat:no-repeat;
}

#login_popup form{margin:43px 12px 0 25px;}

#login_popup a{color:#003768;
	background-image:none;
}

#login_popup label{float:left;}

#login_popup .submit{background-image:url(../images/buttons/submit_login.gif);
	background-repeat:no-repeat;
	color:#FFF;
	width:64px;
	margin-right:20px;
}

#login_popup .close{background-image:url(../images/icons/close.png);
	background-repeat:no-repeat;
}

/* 25.8.09 ***************************************/

#detail_contact .request_appointment input.text{width:188px;
	float:left;
	margin-bottom:8px;
}

.date_time{margin-top:8px;}
	
.ui-datepicker-trigger{float:right;
	padding:10px 10px 0 0;
	cursor:pointer
}

#ecms .ui-datepicker-trigger{
		float: left;
		padding: 0 10px 0;
}		

#ecms .content input#job_joining_date_immediately {
	clear: left;
	float: right;
	margin-right: 535px;
	margin-top: 15px;
	width: 15px;
}

.ui-datepicker{background:#fff;
	padding:6px;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	display: none;
	width:188px;
}

.ui-datepicker-header{margin-bottom:4px;
	background-color:#f0f0f0;
}

.ui-datepicker-header a{text-decoration:none;
	padding:2px;
	line-height:14px;
}

.ui-datepicker-prev{float:left;}

.ui-datepicker-next{float:right;}

.ui-datepicker-title{line-height:20px;
	text-align:center;
}

.ui-datepicker-calendar{width:100%;}

.ui-datepicker-calendar th{color:#666;
	text-align:left;
}

.ui-datepicker-calendar th.ui-datepicker-week-end{color:#F66;}

#searchresult ul div.new{background-color:#ff0000;
	height:auto;
	line-height:normal;
	padding:1px;
}

#searchresult ul.resultset div.image div.new{right:4px;}

#searchresult ul.resultset div.image div.new{position:absolute;
	top:-8px;
	width:33px;
}

div.layout-4 div.layout-4-left{margin-bottom:20px;
	margin-right:0;
}

hr{display:none;}

/* 26.8.09 ********************************************/

#categories span{color:#666;}

#printbutton a{color:#003768;}

ul.item-list div.image div.new{right:10px;
	top:-4px;
}

#searchresult ul.resultset-list div.toolbar-left div.counter{margin:0;}

div.portlet-my-events-list div.filter dl, div.portlet-my-events-list div.filter dd, div.portlet-my-events-list div.filter dt{margin:0 0 0 2px;}

.detail-overview .wrapper .detail-overview-image .zoom{background-color:#666;
	padding:2px 0 0 8px;
	width:56px;
}

.detail-overview .wrapper .detail-overview-image .zoom a{background-position:37px 3px;}

.detail-overview .wrapper{background-image:none;}

#my-events-print-preview .fieldset ul li{line-height:20px;}

#my-events-print-preview .fieldset-actions .tag-button{margin-left:3px;
	text-align:right;
}

/* Messeplanner Weiterempfehlen ************************************/

div.detail_border_long .border_top{display:none;}

div.detail_border_long .border_outer{background-image:none;
	border:1px solid #dedede;
	margin-top:30px;
}

div.detail_border_long .border-finished{background-image:none;}

div.detail_border_long .border_inner{padding:0 20px 10px;}

div.detail_border_long .close-form{float:right;
	background-image:url(../images/icons/close.png);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:8px;
	padding:0 15px 4px 0;
}

div.detail_border_long h3{float:left;
	width:360px;
	color:#264875;
	font-size:1em;
}

div.detail_border_long p{float:left;
	width:470px;
	margin:10px 0;
}

div.detail_border_long .longform{float:left;}

div.detail_border_long .longform label, div.detail_border_long .longform input{width:400px;
	margin-bottom:4px;
	float:left;
}

div.detail_border_long .longform input{border:1px solid #dedede;
	padding:4px;
}

#recommend_form .longform textarea{height:100px;
	width:96%;
}

#recommend_form .fr{margin:10px 18px 20px 0;}

#portlet-my-events-list1-default ul div.event-image-area div.new{background-color:#FF0000;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	height:13px;
	line-height:12px;
	padding:1px;
	position:absolute;
	right:4px;
	text-align:center;
	text-transform:uppercase;
	top:-8px;
	white-space:nowrap;
	width:33px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic div.event-image-area div.new{font-size:1em;}

/* Recommend PopUp -----------------------------------------*/

#recommendPopUp h1{color:#264875;
	width:280px;
}

#recommendPopUp #success_message{margin-top:10px;}
	
#recommendPopUp h3{font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
	color:#666;
}
	
#recommendPopUp .label, #recommendPopUp input{width:280px;
	margin-bottom:4px;
	float:left;
}

#recommendPopUp input{border:1px solid #dedede;
	padding:4px;
}

#recommendPopUp .tag-button-submit{margin-right:10px;}

.input_message textarea{font-size:1em;
	width:100%;
	margin-bottom:10px;
}	
	
#recommendPopUp p{margin:0 0 10px;}
	
#RecommendPopUpForm{width:280px;
	float:left;
	margin:10px 0 4px;
}

.close-window{float:right;
	background-image:url(../images/icons/close.png);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:8px;
	padding:0 15px 4px 0;
}table.tag-box td{padding:4px 12px;
	background-color:#fff;
}

.overlay_modal, .overlay_info, .overlay_alert, .overlay_dialog{background-color:#000;}

#lightbox #lightbox-content.recomment-popup a.close-window{right:20px;
	top:26px;
	_top:22px;
	_line-height:10px;
}

*+ html #lightbox #lightbox-content.recomment-popup a.close-window{top:20px;}

*html #recommendPopUp input.recommend-submit{
	border:none;
	width:auto;
	padding:1px 0 0 0;	/* zeros are used overwrite other padding */
}

*html #recommendPopUp .tag-button-link .button-style-default{padding-top:2px;}

*+ html #recommendPopUp .tag-button-link .button-style-default{padding-top:2px;}

*html div#lightbox .recomment-popup#lightbox-content{margin-left:-150px;
	width:400px;
}

/* BMP Light Box ****************************************/

.overlay_bmp-lightbox{background-image:none;
	background-color:#000;
}

.bmp-lightbox_w, .bmp-lightbox_s, .bmp-lightbox_sw, .bmp-lightbox_se, .bmp-lightbox_sizer, .bmp-lightbox_n, .bmp-lightbox_nw, .bmp-lightbox_ne, .bmp-lightbox_e{display:none;}

.bmp-lightbox_close{background-image:url(../images/icons/close.png);
	background-position:right top;
	background-repeat:no-repeat;
	margin:10px 0;
	width:16px;
}

.bmp-lightbox_content{padding:10px;}

*+html div.action-print,
*+html div.action-show{width:45%;}

*html div.action-print,
*html div.action-show{width:45%;}

*+html ul.resultset-minimal li.head{padding-bottom:5px;}

*+html div.my-fair h3 a{vertical-align:5px;}

*+html #lightbox #lightbox-content.popup #recommendPopUp a.close-window{top:12px;
	line-height:12px;
}

*+html #detail_contact ul li{padding-bottom:10px;
	width:205px;
}

*+html .savesearch-topentry{width:100%;}

*+html .savesearch form{height:10px;}

*+html div.savesearch form input{margin-top:0px;}

*html .savesearch form{height:10px;}

*html div.savesearch form button{margin-top:0px;}

*html .savesearch-topentry{width:100%;}

*+html #savesearchresults-success div.clearfix{display:none;}

*html DIV.savesearch{padding-bottom:0px;}

#savesearchresults .content{zoom:1;}

*html a.event-loading,
*html a.event-added{margin-right:0px;}

*html #searchresult-filter-top{MARGIN:0px 0px -10px;	
	PADDING-TOP:0px;
}

*html #searchresult-filter-top input{margin-top:-10px;
	padding-top:0px;
}

*html #searchresult DIV.options .tag-button .arrow-down{background-position:right 9px;}

*+html #searchresult DIV.options DIV.tag-button DIV.button-content DIV.button-content-inner BUTTON{MARGIN-TOP:3px;	
	HEIGHT:14px
}

/* Jobbörse 09.09.09 by Torsten */

.jobboerse_banner{background-image:url(../images/special/jobboerse_header.jpg);
	height:94px;
}

.jobboerse_postit{position:relative;
	left:60px; top:3px;
	width:139px; height:139px;
	overflow:hidden;
}

.jobboerse_footer{background-image:none !important;
	background-color:#003768;
	color:#ffffff;
}

.jobboerse_right{margin-top:34px;}

/* IE Fixes jobboerse */

*html .jobboerse_banner{background-image:url(../images/special/jobboerse_header.jpg);
	height:94px;
	overflow:hidden;
}

*html div.box h2.long{width:758px;}

/* Visitor */

.findbox{border-color:#D4D0C8;
	border-style:none solid solid;
	border-width:0 1px 1px;
	height:50px;
	padding:9px 15px 12px;
}

.findbox div{display:block;
	float:left;
	line-height:1.5em;
	width:50%;
}

.IconsLeftOfText{float:left;
	margin:3px 0;
	padding:0;
	width:40px;
}

/* Advertiding */

.layout-right div.adsvertising .tag-button{float:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.layout-left  div.detail-overview{padding:0px;}

#searchresult div.top div.filter{padding:0 0 10px 11px;}

div.detail-view div.content-block h3{color:#666;}

/* Turbobanner */

.box.turbobanner{height:329px !important;
	overflow:hidden;
	background-image:none;
}

div#turbotext{position:relative;
	left:35px; top:-122px;
	font-size:0.7em;
	line-height:2.15em;
}


*+html div#turbotext{
	line-height:1.9em;
}

*html div#turbotext{
	line-height:1.9em;
}

div#turbotext div span{font-size:1.6em;
	color:#003768;
	font-weight:bold;
}

div#turbotext div{margin:9px 0px;}

div#turbotext div.turbo1{margin-left:60px;}

div#turbotext div.turbo2{margin-left:32px;}

/* IE 7 fixes Turbobanner */

*+html div#turbotext div{margin:12px 0px;}

*+html div#turbotext div.turbo1{
	margin-top: 9px;
	margin-bottom: 14px;
}

*+html div#turbotext div.turbo2{
	margin-bottom: 13px;
}

/* IE 6 fixes Turbobanner */

*html div#turbotext{top:-124px;}

*html div#turbotext div{margin:12px 0px;}

/* alex - exhibitorlist */

.exhibitorlist{padding:10px;
	font-size:1em;
	border:1px solid #D4D0C8;
}

.w50{width:50%;}

.w80{width:80%;}

.exhibitorlist_content{
	padding:20px 0px 10px;
}

.buy_ticket .tag-button{margin-right:10px;}

/* fixes kk 28.9.09	 ---------------------*/

#savesearchresults .content{border-top:none;}

#savesearchresults div.content, div#eplanner .empty_message{zoom:1;}

ul.resultset-minimal li.head{padding-bottom:5px;}

#searchresult ul.resultset li.hover{border:none;
	border-bottom:1px solid #D7D7D7;
	padding-bottom:0;
	margin-bottom:0;
}

#searchresult UL.resultset-minimal LI.hover{margin-bottom:0px;}

#searchresult UL.resultset-gallery LI.hover{margin:0 -1px 0 0;
	width:251px;
}

#searchresult UL.resultset-gallery LI div.toolbar-left-item{margin-left:9px;}

#searchresult UL.resultset-minimal LI.head{margin-bottom:0px;
	padding-bottom:5px;
}

div#searchresult{margin:0;}

#searchresult h2{width:500px;}

.treeview li{background-image:none;}

.portlet-categories-tree .treeview .hitarea, .portlet-categories-tree .treeview li.lastCollapsable, .portlet-categories-tree .treeview li.lastExpandable{background-image:url(../images/treeview/default.gif);}

div.tag-image-scroller-horizontal-teaser div.tag-image-scroller-content li img{overflow:hidden;}

#detail_anchor DIV.inner-ancor{padding-bottom:8px;}

.detail-view-product div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title{padding-top:10px;}

#searchresult ul.resultset-list div.image-space{height:110px;}

/* Homepage -------------------------------------*/

*+html .home_joboffer{margin-top:10px;}

*+html .print #header{height:125px;}

/* Save Search box -------------------------*/

*html #savesearchresults div.clearfix{display:none;}

*+html #savesearchresults div.savesearch{padding-bottom:0px;}

*html #savesearchresults div.savesearch{padding-bottom:10px;}

/* Print view ---------------------*/

#my-events-print h6{display:none;}

.print h5,
#my-events-print ul.category-paths,
#my-events-print .events-table td .description{margin-left:116px;}

*html .print #header{height:122px;}

.print div.detail-view span.result{font-weight:normal;}

.print span.result{background-color:#FFF;}

.print div.layout-4{width:600px;}

/* AJAX Suggestions --------------------------*/

div.quicksearch-autocomplete-bottom li.selected,
div.quicksearch-autocomplete li.selected{background-color:#C3C6D7;
	color:#003768;
}

div.quicksearch-autocomplete-bottom,
div.quicksearch-autocomplete{border-color:#C3C6D7;
	border-style:none solid solid;
	border-width:0 1px 1px;
}

/* Static Pages --------------------------------*/
div.staticPageBox div.tag-button{float:none;
	margin-right:5px;
	margin-top:3px;
}

div.exhibitorpage div.tag-button{margin-right:5px;
	margin-top:3px;
}

a.download_bautec{
	background-image:url(../../images/icons/link-download_bautec.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}

a.download_buildit{
	background-image:url(../../images/icons/link-download_buildit.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}

.floorplan_buildit{color:#12826A;}

.floorplan_bautec{color:#FB9F00;}

h2.ticket_buy{background-image:url(../images/background/bg_box_h2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#003768;
	display:block;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin:0 0 0 6px;
	padding-left:6px;
}

div.tickets{background-image:url(../images/background/bg_box.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

p.ticket_info{margin:10px 0 0 10px;}

div.tickets a.bautec{background-image:url(../images/icons/blink_bautec.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:15px;
}

div.tickets a.build_it{background-image:url(../images/icons/blink_buildit.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:15px;
}

.staticpage{margin:10px 0;}

.staticpage .boldhelp2{font-size:1.6em;
	font-weight:bold;
	color:#003768;
}

.staticpage .static_content{padding:10px 0 0 20px;}

.help{background-image:url(../images/background/bg_box.gif);
	background-repeat:no-repeat;
}

.floorplan a.download{ line-height:2.6em;
	padding-left:25px;
}

.bordered-txt span.help_link{color:#003768;
	font-weight:normal;
	text-decoration:none;
}

/* Jobsearch --------------------------------------*/

.jobfair_head_image{background-image:url(../../images/jobs/jobboerse_header_static.png);
	background-position:top;
	background-repeat:no-repeat;
	height:187px;
	width:auto;
}

.job-search{background-image:url(../images/special/box_step1.jpg);}

.job-find{background-image:url(../images/special/box_step2.jpg);}

.job-apply{background-image:url(../images/special/box_step3.jpg);}

.tile-title{border-bottom:none; 
	margin-bottom:74px;
}

.joboverview p, .JobOverviewBautecButton p {margin-bottom:10px;}

*+html .JobOverviewBautecButton {margin:50px 0 0 0;}

*html .JobOverviewBautecButton {margin:50px 0 0 0;}

.JobOverviewBautecButton h2 {font-size:1.3em;color:#003768;margin: 1.4em 0 0.7em;}

.portlet-joboffers-bycategory p{padding:0 10px;}

div.static_joboverview{margin-bottom:20px;}

#portlet-my-settings-edit .headline,
#portlet-my-settings-edit .bordered-txt{
	display:none;
}

.portlet-joboffers-list div.content, .portlet-joboffers-bycategory div.content {
	padding: 6px 12px;
}

.portlet-joboffers-list ul, .portlet-joboffers-bycategory ul {
	color: #003768;
}


.detail-overview-scroller-{margin-top:10px;}

#searchresult ul.resultset-content-types li a.joboffer{background-image:url(../images/icons/sr_jobs.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.print .layout-4 .content-block h2{background-image:none;}

.jobdetails .date_create{color:#666666;}

.job-details_left{width:120px;}

div.detail-view div.job-description p{padding:0px;}

/* Torsten Banner -----------------------------*/

#footerbanner{margin:10px auto 0px auto;
	display:block;
	text-align:center;
}

div.headbanner{width:100%;
	text-align:center;
}

#big{display:block;
	margin:0px auto 5px auto;
	text-align:center;
}

#cad{display:block;
	margin:auto;
	margin:10px auto 5px;
	text-align:center;
}

full{display:block;
	margin:auto;
}

#sky{position:absolute; 
	top:45px;
	left:800px;
}

/* Ende Torsten Banner --------------------------------*/

/* Torsten Adcreator Pages ------------------------------*/

div.layout-2 div.adcreator div.content-block{margin-top:0px;}

div.layout-2 div.adcreator div.content-block img.adcompanylogo{margin-right:10px;
	border:1px solid #999;
}

div.layout-2 div.adcreator div.content-block table.adcreator_formtable,
div.layout-2 div.adcreator div.content-block table.adcreator_formtable_position{width:100%;
	padding-left:10px;
	clear:both;
}

div.layout-2 div.adcreator div.content-block table.adcreator_formtable th{padding:10px 0px;}

#adcreator_button_last, #adcreator_button_next, #adcreator_button_preview{margin:0px 10px 0px 0px;
	display:block;
}

div.layout-2 div.adcreator div.content-block img.tcalIcon{margin-right:20px;
	float:left;	
	margin-left:5px;
}

div.layout-2 div.adcreator div.content-block input.inputdate{width:70px;
	border:1px solid #999;
	float:left;
}

div.layout-2 div.adcreator div.content-block label{float:left;
	margin-right:5px;
}

div#adcreatorpreview{display:block;
	clear:both;
	margin:10px auto;
}

div#adcreator_button_last, div#adcreator_button_next, table.adcreator_formtable_position div.tag-button{margin:0px 10px 0px 0px;
	float:right;
}

div#adcreator_button_preview{float:left;}

div#adcreator_button_previewout{float:none;
	margin-top:10px;
}

div.layout-2 div.adcreator div.content-block p.tipp{background-image:url(../images/icons/sr_news.png);
	background-repeat:no-repeat;
	padding-left:40px;
}

/*Ende Torsten Adcreator pages ----------------------------*/

/* Myfair */

.my-fair h2{background-image:url(../images/background/bg_box_h2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#003768;
	display:block;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin:0 0 0 6px;
	padding-left:6px;
}

.my-fair .headline{background-image:url(../images/background/bg_box.gif);
	background-repeat:no-repeat;
}

.my-fair h2 a{color:#003768;}

.my-fair .my-messages-write-subject h2 {width:98%;}

.my-fair .my-messages-write-subject input.mymessageswrite_subject{width:397px;}

.moresearches{background-image:url(../images/icons/add_grey.png);
	height:22px;
	line-height:22px;
	display:block;
	float:right;
	clear:none;
}

.my-fair .fl, .my-fair h4 label{font-weight:bold;}

.my-fair .fl small{font-weight:normal;}

*+html .my-fair h4 label{font-weight:bold;}

.my-fair .portlet-my-messages-overview-header a,
.my-fair .my-messages-actions  a,
.my-fair .my-messages-actions  li.sendmessage,
.my-fair .my-messages-actions  li.current{height:22px;
	display:block;
	float:left;
	clear:none;
}

#portlet-my-profile-overview div.left {float:left;
	width:190px;
}

*+html .container-my-fair-overview-companyboothentry{padding-bottom:5px;}

*html .container-my-fair-overview-companyboothentry{padding-bottom:5px;}

*html div.my-settings-savedsearches-content{padding-top:0px;}

/* Short Registration */

form.signup-short #box-captcha-content, mdiv.short_data{padding-left:12px;}

#box-captcha-content{margin-bottom:10px;}

*html div.login-signup h4{padding-top:0px;}

*html form.signup-short{margin-top:10px;}

div.short_data{margin-top:8px;}

div.short_data div{margin-bottom:10px;}

div.short_data div.clear{margin-bottom:0px;}

.login-signup div.password-security{padding-left:10px;
	padding-top:0px;
	margin:0 0 10px 2px;
}

div#password-security-container h4{margin-bottom:0px; 
	padding-top:0px;
}

.login-signup input.text{margin:0px;}

p.captcha_part input,
div.short_data input{width:240px;}

#registration_short_captcha{margin-bottom:10px;}

.password-security-bar{width:252px;}

* html p.captcha_part input{width:210px;}

* html div.short_data input{width:223px;}

* html div.login-signup p.captcha_part,
* html div.login-signup div.password-security{padding-right:0px;}

* html .password-security-bar{width:235px;}

.login-signup input.text, 
.login-signup select{border:1px solid #333;
	padding:1px;
}

#loginform .text{width:96%;}

.password-security-bar{border:medium none !important;}

div.password-security div.password-security-bar div.password-security-bar-inner{background-image:url(../images/tags/password_security/bar.png);
	height:19px;
}

.login-signup p.captcha_part{padding-top:0px;}

.login-signup .signup-short h4{margin-bottom:0px;}

/* Long Registration ----------------------------------*/

#reg-position{width:302px;}

.box .finish{background-image:url(../images/icons/tick.png);}

.registration table{text-align:left;}

/* Messages  ---------------------------------*/

.my-fair div.my-messages-write-subject h2{color:#000;
	font-size:1em;
}

div.my-messages-write-subject{padding-left:10px;}

div.my-messages-write-text li{margin-top:5px;}

#mymessageslist_query{float:left;}

.my-messages-list-search div.tag-button{margin-left:20px;}

.my-messages-read-buttons div.tag-button{margin-right:5px;}

.my-fair .last .fl,
.my-fair .actions .fl{font-weight:normal;}

#my-messages-write textarea#mymessageswrite_text{font-size:1em;}

.my-messages-write-text ul{display:none;}

.my-fair .my-messages-write-subject h2{background-image:none;
	height:	auto;
	line-height:16px;
	margin:0;
	padding-left:0px;
}

/* Newsletter / Info ----------------------------------------------*/

#portlet-my-settings-list-default p.emptylist{margin:0;}

.matchingletter{padding:10px;}

*+html .my-settings-savedcategories-content, 
*+html .my-settings-savedsearches-content{
	padding-top:20px;
}

*html .my-settings-savedcategories-content, 
*html .my-settings-savedsearches-content{
	padding-top:20px;
}

.my-settings-savedcategories-content, 
.my-settings-savedsearches-content{
	padding-top:0px;
}

#portlet-my-settings-savedsearches-default .headline a, 
#portlet-my-settings-savedcategories-default .headline a{margin-top:-26px;}

#portlet-my-settings-savedcategories-edit .tag-button-submit{margin-left:5px;}

.my-messages-write-buttons .tag-button{margin-right:5px;}

#portlet-my-settings-savedcategories-edit .portlet-categories-tree{margin-bottom:10px;}

* html #portlet-my-settings-list-default .odd{BACKGROUND-COLOR:#FFF;}

.my-settings-savedsearches-content .column-actions .tag-link-button{padding-top:4px;}

#portlet-my-settings-savedcategories-default .ui-pager-links-default{padding-top:0px;}

*+html #portlet-my-settings-savedsearches-default .actions{margin-bottom:10px;}

*html #portlet-my-settings-savedsearches-default .last{margin-top:10px;}

*+html #portlet-my-settings-savedcategories-default .actions{margin-bottom:20px;}
*html #portlet-my-settings-savedcategories-default .actions{margin-bottom:20px;}

#portlet-my-settings-savedcategories-edit .portlet-categories-tree{margin-top:5px;}

.my-settings-savedcategories-content .items .column-text{border-bottom:none;}

.my-settings-savedcategories-content ul.items li.item{border-bottom:1px solid #DEDEDE;}

/* Profile ---------------------------------*/

.my-fair .my-profile-profile-edit h2{background-image:url(../images/background/h2_full.jpg);
	margin:15px 0 5px;
}

#my-profile-edit-form .tag-button{margin-right:5px;}

.my-profile-profile-edit .tag-button{margin-right:5px;}

#deleteProfileForm div.headline{margin-bottom:10px;}

#changePasswordForm li{line-height:16px;}

#changePasswordForm .large-left{font-weight:normal;}

*html #body_myProfileEdit #layoutcontent{width:510px;}

/* ECMS ------------------------------*/

#ecms #ecms-list ul.text li .product{width:95%;}

#ecms .box .text td{vertical-align:bottom;}

#ecms .box .text #emailid,
#ecms .box .text #faxid,
#ecms .box .text #phoneid,
#ecms .box .text #jobtitleid,
#ecms .box .text #companyid,
#ecms .box .text #lastnameid,
#ecms .box .text #firstnameid{padding:0px;}

#ecms-steps li.active{color:#003768;
	font-weight:bold;
}

*+html #ecms #ecms-steps LI{padding-right:0px;}

*html #ecms #ecms-steps LI{padding-right:0px;}

*+html #ecms #ecms-steps LI DFN{width:10px;}

*html #ecms #ecms-steps LI DFN{width:10px;}

*+html #ecms div.buttons{padding-bottom:2.5em;}

div#portlet-my-companyboothentry-overview .companyboothentry-content{padding:10px;
	border:1px solid #DEDEDE;
}

div#portlet-my-companyboothentry-overview .companyboothentry-content .fl{display:none;}

#ecms #overview td.first-entry,
#ecms #overview th.first-entry{border-left:none;}

/* Print view */

.print .my-fair h2{
	background:none; 
	margin-left:0px;
	padding-left:0px;
}

#body_myEventsList li.tag-toolbar-actions-print a span,
#body_myEventsList li.tag-toolbar-actions-recommend a span {
	font-size:0.9em;
}

* html #ecms_control_edit{width:90px;}

* html #ecms-list .controls #ecms_control_edit input{margin-left:-95px;
	margin-right:-80px;
	margin-top:0px;
}

.jobdetails .job-description h2 {width: 500px;}

.product_categories{
  display: none;
}

#body_showECMSEditJobS2 #ecms .ui-datepicker-trigger{float:left;
	padding:1px 0 0 10px;
	cursor:pointer
}

form.signup-short-data div.fl,
form.signup-short-data div.flash-messages-form-field {
	padding-left:12px;
}

form.signup-short-data input {
	width:240px;
}

form.signup-short-data input.checkbox {
	width:auto;
}

form.signup-short-data div.password-security-bar {
	width:244px;
}

form.signup-short-data div.registration_short_email,
form.signup-short-data div.registration_short_password,
form.signup-short-data div.registration_short_password2 {
	margin-bottom:10px;
}

*html form.signup-short-data input {
	width:225px;
}

*html form.signup-short-data div.password-security-bar {
	width:229px;
}

div#eplanner .tag-button{
	padding:1px 0;
	height:auto;
	float:right;
	margin-right:8px;
}

div#eventplanner-form-action-show {
	width:115px;
}

#eplanner div.action {
	float:right;
	margin:0;
	width:auto !important;
}

*+html #eplanner div.action-show div {float:left;}
*+html div#eventplanner-form-action-show {float:left;}

*html #eplanner div.action-show div {float:left;}
*html div#eventplanner-form-action-show {float:left;}

body#body_myEventsList div.layout-2.my-fair #layoutcontent2 #portlet-my-events-list2-default {
	display:none;
}

*html div#eventplanner-form-action-show {float:left;}

#recommendPopUp .flash-messages-error li, 
#recommendPopUp .flash-messages-success li  {
  line-height:11px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.error, .flash-messages-error {
  clear:both;
  padding-top: 5px;
}

#resendpassword .flash-messages-error li, 
#loginform .flash-messages-error li {
padding-top:0;
}

.messages-write-content .flash-messages-form-field {
  padding:5px 10px 0;
}

#detail_contact .flash-messages ul {
  margin:0px 0 0;
}

.content div.tag-image-scroller-horizontal-teaser div.tag-image-scroller-content {
  height: 70px;
}

*+html #ecms .buttons {
  padding-bottom:3em!important;
}

#body_showLogin .flash-messages-success li{ margin-bottom: 10px; }

/* IE6 Buttons send message */

*html #my-messages-write .my-messages-write-buttons div.tag-button div.button-content input{
	margin: 0px -187px 0px -310px;	
}

*html #my-messages-write .my-messages-write-buttons div.button-content-inner{
	padding-top: 1px;
}

*html .my-messages-list-list .list li{
	display: inline-block;
}

*html #portlet-my-settings-edit #matchingletter_save_button input{
	margin: 0px -320px 0px -385px;
}

*html #changePasswordForm .my-profile-profile-edit .last input.my-profile-changepassword-close{
	margin: 0px;
}