/* ### general ### */
@font-face {
	font-family: 'SEGOEUIL';
        	src: url('fonts/SEGOEUIL.eot');
			src: local('SEGOEUIL'),url('../fonts/SEGOEUIL.woff') format('woff'), url('fonts/SEGOEUIL.ttf') format('truetype');
    }
* { padding: 0px; margin: 0px; }
html, body { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 14px; color: #000; }
input, select, textarea { font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }
img { border: 0px; }
a, input { outline: none; }
a { color: #2DACE3; text-decoration:none; }
a:hover { color: #000; text-decoration:underline; }

/* ### global classes ### */
.clear { clear: both; height: 0px; }

/* ### wrapper ### */
#wrapper { float: left; width: 100%; min-height: 100%; overflow: hidden; }

	/* ### top container ### */
	#topCntr { width: 100%; position: fixed; top:0; left:0; z-index: 99999; background: url('images/top-bg.jpg') left top repeat-x; }
	
		/* ### leftmenu box ### */
		.topmenuBox { width: 100%; height: 35px; float: left; }
		.topmenuBox .left { float: left; }
		.topmenuBox .right { float: right; }
		.topmenuBox ul { list-style: none; }
		.topmenuBox li { float: left; position: relative; }
		.topmenuBox li a { padding: 0 15px; float: left; font-size: 14px; color: #d7d7d7; text-decoration: none; line-height: 35px; }
		.topmenuBox li a:hover,.topmenuBox li a.active,.topmenuBox li:hover a { background: #333738; color:#FFFFFF; }
		
		.topmenuBox li .dropmenu { display: none; }
		.topmenuBox li:hover .dropmenu { padding: 14px 0 0 0; display: block; position: absolute; right: 0px; top: 35px; width: 327px!important; background: url('images/login_submenu_arrow.png') 277px top no-repeat; }
		.topmenuBox li ul { padding: 10px; width: 307px; float: left; background: url('images/login_submenu_bg.png') repeat; border-radius: 7px; }
		.topmenuBox li ul li { padding: 8px 0; float: left; width: 307px; border: none; position: relative; }
		.topmenuBox li ul li span { padding: 4px 0 0 0; width: 44px; float: left; }
		.topmenuBox li ul li p { width: 263px; float: right; font-size: 14px; color: #ccc; }
		.topmenuBox li ul li p a { padding: 0px; float: none; font-size: 14px; color: #fff; display: block; line-height: normal; background: none!important; }
		.topmenuBox li ul li p a:hover { text-decoration: underline; }
		
	/* ### header container ### */
	#headerCntr { position: relative; width: 100%; height: 170px; float: left; }
	#headerCntr #header { width: 958px; margin: 0 auto; }
	#headerCntr h1, #headerCntr .logo { padding: 50px 0 0 5px; float: left; }
	#headerCntr h1 a, #headerCntr .logo a { width: 466px; height: 100px; display: block; text-indent: -9999px; background: url('images/logo-internet123.png') left top no-repeat; }

		/* ### sociallinks box ### */
		.sociallinksBox { margin: 35px 0 0 0; width: 933px; float: right; }
		.sociallinksBox ul { list-style: none; float: right; }
		.sociallinksBox ul li { padding: 0 0 0 6px; float: left; }
		.sociallinksBox ul li a { width: 43px; height: 34px; display: block; text-indent: -9999px; }
		.sociallinksBox ul li.facebook a { background: url('images/facebook.png') left top no-repeat; }
		.sociallinksBox ul li.twitter a { background: url('images/twitter.png') left top no-repeat; }
				
		/* ### search box ### */
		.searchBox { padding: 30px 0 0 0; width: 292px; float: right; }
		.searchBox input.field { padding: 12px 10px; float: right; border: 0px; height: 18px; width: 240px; font-size: 14px; color: #999; background: url('images/field-bg.png') no-repeat; }
		.searchBox input.searchbtn { border: 0px; width: 32px; height: 42px; float: left; text-indent: -9999px; background: url('images/search_icon.png') left top no-repeat; cursor:pointer; }
		
		/* ### menu box ### */
		.menuBox { margin: 26px 0 0 0; width: 958px; height: 35px; float: left; }
		.menuBox ul { list-style: none; }
		.menuBox li { float: left; position: relative; }
		.menuBox li.last { padding-right: 0px; }
		.menuBox li.cart { float: right; padding-right: 0px; }
		.menuBox li a { margin: 0 28px 0 28px; float: left; font-size: 16px; font-weight: bold; line-height: 34px; color: #363636; text-decoration: none; }
		.menuBox li.home a { margin: 0 0 0 5px; width: 27px; height: 25px; text-indent: -9999px; background: url('images/home_icon.png') left top no-repeat; }
		.menuBox li.cart a { margin: 0; padding: 0 0 0 32px; height: 25px; background: url('images/cart.png') left top no-repeat; }
		/* .menuBox li.home a:hover { background: url('images/homehover_icon.png') left top no-repeat; } */
		.menuBox li a:hover,.menuBox li.selected a { color: #2dace3; }
		.menuBox li.cart a:hover { background: url('images/cart-blue.png') left top no-repeat; }
		
	/* ### banner container ### */
	#bannerCntr { width: 100%; float: left; position: relative; z-index: 1; background: #2dace3 url('images/banner_bg.jpg') center -1px no-repeat; }
	#bannerCntr a.bx-prev { width: 35px; height: 43px; display: block; text-indent: -9999px; position: absolute; left: 10px; top: 162px; background: url('images/prev_btn.png') left top no-repeat; }
	#bannerCntr a.bx-prev:hover { background: url('images/prev_btn_hover.png') left top no-repeat; }
	#bannerCntr .bx-next { width: 35px; height: 43px; display: block; text-indent: -9999px; position: absolute; right: 10px; top: 162px; background: url('images/next_btn.png') left top no-repeat; }
	#bannerCntr a.bx-next:hover { background: url('images/next_btn_hover.png') left top no-repeat; }
	
		/* ### banner box ### */
		.bannerBox { width: 100%; height: 304px; float: left; z-index: 1; }
		.bannerBox .bancontent { width: 1024px; margin: 0 auto; position: relative; }
		.bannerBox ul { list-style: none; }
		.bannerBox .bxslider li { height: 384px; position: relative; line-height: 24px; }
		.bannerBox .imgleft { float: left; margin-left:12px; }
		.bannerBox .imgright { margin: 12px 34px 0 0; float: right; }
		.bannerBox .rightimg { float: right; margin-right:34px; }
		.bannerBox .content { padding: 52px 0 0 0; width: 423px; float: left; position: absolute; left: 36px; top: 0px; }
		.bannerBox .contentright { padding: 52px 0 0 0; width: 452px; float: left; position: absolute; left: 540px; top: 0px; }
		.bannerBox h2 { padding: 0 0 10px 0; font-size: 48px; color: #fff; font-weight: normal; line-height: 54px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;; }
		.bannerBox p { padding: 3px 0 0 0; font-size: 12px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;; }
		.bannerBox fieldset { padding: 17px 0 0 0; border: 0px; }
		.bannerBox input.field { padding: 9px 15px; border: 0px; float: left; width: 360px; height: 26px; font-size: 18px; color: #acacac; text-align: right; background: url('images/field-bg1.png') no-repeat; }
		.bannerBox input.submit { padding: 3px 0 4px 0; margin: 12px 35px 0 0; border: 0px; width: 117px; height: 31px; cursor: pointer; float: right; font-size: 16px; color: #fff; text-align: center; background: url('images/check-btn.png') no-repeat; }
		.bannerBox a.btn { padding: 0 4px; margin: 16px 112px 0 0; width: 109px; height: 31px; border: 0px; cursor: pointer; float: right; font-size: 16px; color: #fff; text-align: center; text-decoration: none; line-height: 30px; background: url('images/check-btn.png') no-repeat; }
		.bannerBox a.btn.spacer { margin: 16px 0 0 102px; float: left; }
		.bannerBox a.btn:hover { text-decoration: underline; }
	
		.bannerBox .flex-control-nav { display: none; }
	
	/* ### inner banner container ### */
	#innerbannerCntr { width: 100%; height: 70px; float: left; border-top: 1px solid #2881a7; border-bottom: 1px solid #2881a7; background: #2cace3 url('images/banner-graphic.png') center top no-repeat; }
	#innerbannerCntr #innerbanner { width: 958px; margin: 0 auto; }
	
	#innerbannerCntr.z2 {
		height: 197px; 
	}
	
		/* ### info box ### */
		.infoBox { padding: 0 0 0 6px; float: left; width: 698px; position: relative; min-height: 70px; font-size: 18px; color: #fff; line-height: 70px; }
		#innerbannerCntr.z2 .infoBox { line-height: 30px; padding: 15px 0 0 260px; min-height:157px;}
		.infoBox h3 { font-size: 24px; color: #fff; font-weight: normal; }
		.infoBox h1 { font-size: 28px; font-weight:normal; font-family: 'SEGOEUIL'; }
		.infoBox p { padding: 10px 0 0 0; }
		.infoBox q { font-family: 'SEGOEUIL'; position: absolute; top: 40px; left: 16px; width: 340px; font-size: 36px; color: #fff; font-weight: normal; text-align: center; font-weight: normal; line-height: normal; }
		
		/* ### np box ### */
		.npBox { float: right; text-align: right; width: 958px; height: 26px; font-size: 12px; color: #c4e8f7; line-height: 26px; margin-top:-26px; }
		.npBox.sitepack { float: left; text-align: left; }
		#innerbannerCntr.z2 .npBox { margin-top: 0; }
		.npBox a { color: #c4e8f7; text-decoration: none; }
		.npBox a:hover { color: #fff; text-decoration: underline; }
	
	/* ### content container ### */
	#contentCntr { z-index: 3; width: 100%; float: left; position: relative; }
	#contentCntr #content { width: 958px; margin: 0 auto; }
	#contentCntr #content.contentbg { padding: 23px 0 40px 0; overflow: hidden; background: url('images/content-bg.gif') repeat-y; }
	#contentCntr #content #packbg { padding: 23px 0 40px 0; width: 958px; float: left; background: url('images/content-bg.gif') repeat-y; }
	
		/* ### webshop box ### */
		.webshopBox { padding: 0 0 25px 0; margin-top: -50px; float: left; width: 958px; }
		.webshopBox .top { height: 174px; }
		.webshopBox .website { width: 318px; height: 430px; float: left; text-align: center; background: url('images/gr-bg.png') no-repeat; }
		.webshopBox .website img { margin: 37px 0 0 0; }
		.webshopBox .website h3 { font-size: 30px; color: #fff; font-weight: normal; line-height: 32px; }
		.webshopBox .website .numeric { margin: 12px 0 0 20px; font-size: 60px; color: #6fbe44; line-height: 60px;/line-height: 75px; }
		.webshopBox .website .numeric span { font-size: 12px; color: #6fbe44; line-height:20px; }
		.webshopBox .website .numeric span.small { font-size: 24px; vertical-align:top; line-height:40px; color: #6fbe44; padding-left:6px; }
		.webshopBox .website ul { margin: -5px 0 0 35px; list-style: none; }
		.webshopBox .website li { padding: 0 0 0 25px; text-align: left; font-size: 14px; color: #555; line-height: 24px; background: url('images/green_arrow.png') left no-repeat; }
		.webshopBox .website li a { font-size: 14px; color: #555; line-height: 24px; text-decoration: none; }
		.webshopBox .website li a:hover { font-size: 14px; color: #555; line-height: 24px; text-decoration: underline; }
		.webshopBox .website a.morebtn { margin: 8px 0 0 0; width: 117px; height: 31px; display: inline-block; text-align: center; font-size: 16px; color: #fff; text-decoration: none; text-align: center; line-height: 30px; background: url('images/gr-btn.png') no-repeat; }
		.webshopBox .website a.morebtn:hover { text-decoration: underline; }
		
		.webshopBox .webshop { width: 314px; height: 430px; float: left; text-align: center; background: url('images/or-bg.png') no-repeat; }
		.webshopBox .webshop img { margin: 37px 0 7px 10px; }
		.webshopBox .webshop h3 { font-size: 30px; color: #fff; font-weight: normal; line-height: 32px; }
		.webshopBox .webshop .numeric { margin: 12px 0 0 20px; font-size: 60px; color: #f26723; line-height: 60px;/line-height: 75px; }
		.webshopBox .webshop .numeric span { font-size: 12px;  line-height:20px; }
		.webshopBox .webshop .numeric span.small { font-size: 24px; vertical-align:top; line-height:40px; color: #f26723; padding-left:6px; }
		.webshopBox .webshop ul { margin: -5px 0 0 35px; list-style: none; }
		.webshopBox .webshop li { padding: 0 0 0 25px; text-align: left; font-size: 14px; color: #555; line-height: 24px; background: url('images/red_arrow.png') left center no-repeat; }
		.webshopBox .webshop li a { font-size: 14px; color: #555; line-height: 24px; text-decoration: none; }
		.webshopBox .webshop li a:hover { font-size: 14px; color: #555; line-height: 24px; text-decoration: underline; }
		.webshopBox .webshop a.morebtn { margin: 8px 0 0 0; width: 117px; height: 31px; display: inline-block; text-align: center; font-size: 16px; color: #fff; text-decoration: none; text-align: center; line-height: 30px; background: url('images/or-btn.png') no-repeat; }
		.webshopBox .webshop a.morebtn:hover { text-decoration: underline; }
		
		.webshopBox .contact { width: 290px; float: left; }
		.webshopBox .contact .phone_num { padding: 30px 0 12px 45px; width: 279px; height: 65px; float: left; background: url('images/phone-bg.png') no-repeat; }
		.webshopBox .contact .phone_num p { padding: 0 0 0 40px; font-size: 24px; color: #555; background: url('images/phone_icon.png') left top no-repeat; text-decoration:none; }
		.webshopBox .contact .phone_num span { display: block; font-size: 14px; color: #555; line-height: 24px; }
		.webshopBox .contact .winkel { padding: 10px 0 19px 0; width: 324px; height: 293px; float: left; text-align: center; background: url(images/winkle-bg.png) no-repeat; }
		.webshopBox .contact img { margin: 14px 20px 16px 0; }
		.webshopBox .contact ul { margin: 3px 0 0 38px; list-style: none; }
		.webshopBox .contact li { padding: 0 0 0 25px; text-align: left; font-size: 14px; color: #555; line-height: 24px; background: url('images/blue_arrow.png') left no-repeat; }
		.webshopBox .contact li a {   color: #555; text-decoration: none; }
		.webshopBox .contact li a:hover {   color: #555; text-decoration: underline; }
		.webshopBox .contact a.morebtn { margin: 49px 0 0 0; width: 117px; height: 31px; display: inline-block; text-align: center; font-size: 16px; color: #fff; text-decoration: none; text-align: center; line-height: 30px; background: url('images/bl-btn.png') no-repeat; }
		.webshopBox .contact a.morebtn:hover { text-decoration: underline;  }
		
		/* ### product box ### */
		.productBox { width: 958px; float: left; }
		#rightCntr .productBox { width: 722px; }
		.productBox .line { margin: -30px 0 12px 0; width: 100%; height: 58px; float: left; background: url('images/horz_divider.png') left bottom no-repeat; }
		#rightCntr .productBox .line { background: url('images/horz_divider_small.png') left bottom no-repeat; }
		.productBox ul { list-style: none; width: 100%; float: left; position: relative; z-index: 2; }
		.productBox li { padding: 35px 25px 0 25px; float: left; text-align: center; background: url('images/vert_divider.png') right 45px no-repeat; width:262px; }
		#rightCntr .productBox li { width:310px; }
		.productBox li.last { background: none; }
		.productBox li h4 { padding: 10px 0 8px 0; font-size: 22px; color: #363636; font-weight: normal; }
		.productBox li p { font-size: 14px; color: #555; line-height: 24px; text-align: left; }
		.productBox li a.link { padding: 0 16px 0 0; font-size: 14px; color: #000; text-decoration: none; text-align: left; background: url('images/arrow.png') right no-repeat; }
		.productBox li a.link:hover { text-decoration: underline; }
		
		/* ### portfolio box ### */
		.portfolioBox { padding: 15px 0 25px 0; width: 958px; float: left; position: relative; text-align: center; background: url('images/horz_divider.png') left bottom no-repeat; }
		.portfolioBox h4 { font-size: 22px; color: #363636; font-weight: normal; }
		.portfolioBox p { padding: 15px 0 20px 0; font-size: 14px; color: #555; line-height: 24px; }
		.portfolioBox ul { list-style: none; }
		.portfolioBox li { padding: 0 48px; width: 207px; height: 200px; float: left; background: url('images/vert_divider.png') right top no-repeat; }
		.portfolioBox li.first { background: none; }
		.portfolioBox a.prev { width: 20px; height: 22px; float: left; text-indent: -9999px; position: absolute; left: 0px; top: 180px; background: url('images/portfolio_prev_btn.png') left top no-repeat; }
		.portfolioBox a.prev:hover { background: url('images/portfolio_prevhover_btn.png') left top no-repeat }
		.portfolioBox a.next { width: 20px; height: 22px; display: block; text-indent: -9999px; position: absolute; right: 0px; top: 180px; background: url('images/portfolio_next_btn.png') left top no-repeat; }
		.portfolioBox a.next:hover { background: url('images/portfolio_nexthover_btn.png') left top no-repeat }
		
		.portfolioBox .stepcarousel { margin-left: 25px; position: relative; overflow: scroll; width: 908px; height: 200px; }
		.portfolioBox .stepcarousel .belt { position: absolute; left: 0; top: 0; }
		.portfolioBox .stepcarousel .panel { float: left; overflow: hidden; }
		
		
		/* ### news box ### */
		.newsBox { margin: 15px 0 10px 0; padding: 0; width: 100%; float: left; background: url('images/horz_divider.png') left bottom no-repeat; }
		.newsBox ul { list-style: none; }
		.newsBox li { width: 47%; padding: 0 3% 0 0; float: left; }
		.newsBox .date { padding: 11px 10px 0 0; margin-right:3%; float: left; width: 71px; height: 81px; text-align: center; line-height: 20px; font-weight: bold; font-size: 14px; color: #fff; background: url('images/news_icon.png') left top no-repeat; }
		.newsBox .date span { display: block; font-size: 22px; color: #363636; }
		.newsBox .text { float: left; width:350px;}
		.newsBox h4 { font-size: 22px; color: #363636; font-weight: normal; }
		.newsBox h4 a { color: #363636; text-decoration: none; }
		.newsBox h4 a:hover { color: #000; }
		.newsBox p { font-size: 14px; color: #555; line-height: 24px; }
		.newsBox a.more { margin-left: 5px; width: 10px; height: 20px; display: inline-block; text-indent: -9999px; background: url('images/arrow.png') 0 7px no-repeat; }
		
		.dividerline { margin: -30px 0 12px 0; width: 100%; height: 58px; float: left; background: url('images/horz_divider.png') left bottom no-repeat; }
		
		/* ### left container ### */
		#leftCntr { width: 236px; float: left;}
						
			/* ### nav box ### */
			.navBox { padding: 0 0 0 6px; width: 231px; overflow: hidden; position: absolute; top: 45px!important; }
			.navBox ul { list-style: none; }
			.navBox li { padding: 3px 0 0 0; width: 231px; float: left; }
			.navBox a { padding: 8px 0 0 25px; width: 205px; height: 27px; float: left; font-size: 14px; color: #363636; text-decoration: none; background: url('images/nav.png') no-repeat; }
			.navBox a:hover,.navBox li.selected a { color: #363636; background: url('images/nav-ho.png') no-repeat; }
			
		/* ### right container ### */
		#rightCntr { width: 722px; float: right; }
		
			/* ### content box ### */
			.contentBox { padding: 30px 0 0 25px; width: 697px; float: left; font-size: 14px; color: #363636; line-height: 24px; }
			.contentBox h2 { font-size: 22px; color: #2dace3; font-weight: normal; }
			.contentBox #verhuiscodediv h2  { padding-bottom: 18px; }
			.contentBox .domeinBox h2 { padding-bottom: 20px; }
			.contentBox p { padding: 0 0 20px 0; }
			.contentBox .result-txt p  { padding: 0; }
			.contentBox ul,.contentBox ol { padding: 20px 0 0 20px; }
			.contentBox #sslduur ul,.contentBox #sslduur ol { padding: 0; }
			.contentBox a { color: #2dace3; text-decoration: none; }
			.contentBox a:hover { color: #000; text-decoration: underline; }
			
			.contentBox .maps { width: 697px; overflow: hidden; float:left; margin-bottom:25px; }
			.contentBox .contactleft { width: 427px; float:left; }
			.contentBox .contactleft h2, .contentBox .contactright h2 { font-size: 22px;  padding-bottom: 18px; }
			.contentBox .contactright ul.address { padding:0; list-style: none outside none; }
			.contentBox .contactright ul.address li { vertical-align:baseline; }
			.contentBox .contactright ul.address li.naw em { font-weight:bold; font-style:normal; }
			.contentBox .contactright ul.address li span { width: 14px; height:14px; float: left; margin-right:6px; margin-top:4px; display:inline-block; }
			.contentBox .contactright ul.address li.naw span { background: url(images/adresicons.png) left -84px no-repeat; }
			.contentBox .contactright ul.address li.phone span { background: url(images/adresicons.png) left -28px no-repeat; }
			.contentBox .contactright ul.address li.fax span { background: url(images/adresicons.png) left top no-repeat; }
			.contentBox .contactright ul.address li.mail span { background: url(images/adresicons.png) left -70px no-repeat; }
			.contentBox .contactright ul.address li.kvk span { background: url(images/adresicons.png) left -98px no-repeat; }
			.contentBox .contactright ul.address li.open span { background: url(images/adresicons.png) left -14px no-repeat; }
			.contentBox .contactright ul.address li p { padding: 0 0 2px 22px; }
			.contentBox .contactright ul.address li.phone, .contentBox .contactright ul.address li.kvk { padding-top:18px; }
			
			.contentBox .contactright { width: 220px; float:left; padding-left:50px; }
			
			/* ### packages box ### */
			.packagesBox { padding: 2px 0 25px 28px; width: 696px; float: left; font-size: 14px; color: #363636; }
			.packagesBox.meerinfo  { float:right; width:360px; }
			.packagesBox ul { list-style: none; }
			.packagesBox .text { padding: 25px 0 0 0; margin: 0 0 0 2px; width: 158px; float: left; background: #ededed; }
			#sslduur.packagesBox .text { padding: 0; margin: 0 0 0 2px; width: 158px; float: left; background: #fff; }
			.packagesBox.single .text { width: 292px; }
			.packagesBox .text.last { padding-bottom: 10px!important; background: #ededed url('images/bottom-bg.gif') left bottom no-repeat; }
			.packagesBox .text li { height: 32px; line-height: 32px; border-bottom: 1px solid #fff; }
			.packagesBox .text li.none { padding: 37px 0 0 0; min-height: 28px; }
			.packagesBox .none .text li.none {  padding: 36px 0 0 0; min-height: 32px; }
			.packagesBox .text li.first { height: 32px; line-height: 32px; border-top: 1px solid #fff; margin-top: 12px; }
			.packagesBox .text li.minder { border-bottom: 0px; }
			.packagesBox .text li.last { height: 33px; border-bottom: 0px!important; }
			.packagesBox .text li.doubleline { padding: 7px 0; line-height: 16px; }
			/* #productkeuze.packagesBox .text li.none { height: 69px; line-height: 69px;  } */
			.packagesBox .text select { font-size: 14px; border:1px solid #ccc; width:110px; }
			.packagesBox .text select option { padding: 0 3px; } 
			.packagesBox .text img { margin: 5px 0 0 0; }
			
			.packagesBox .packagename { margin: 1px 15px 0 0; width: 155px; float: left; }
			#sslduur.packagesBox .packagename { margin: 0 0 30px 0; width: 155px; float: left; }
			.packagesBox.single .packagename { width: 358px; margin-right:20px; }
			.packagesBox .packagename li { line-height: 32px; border-bottom: 1px solid #e1e1e1; }
			.packagesBox .packagename li.double { padding: 7px 0; line-height: 16px; }
			.packagesBox .packagename li.double .info { margin: 5px 0 0 0; }
			.packagesBox .packagename li.title { padding: 37px 0 0 0; min-height: 28px; font-weight: bold; }
			.packagesBox .packagename .info { margin: 9px 0 0 0; width: 13px; height: 13px; float: right; display: block; text-indent: -9999px; position: relative; line-height: normal; text-decoration: none; background: url('images/info.gif') no-repeat; }
			.packagesBox .packagename .info .over { display: none; }
			.packagesBox .packagename .info:hover .over { padding: 0 0 0 14px; display: block; text-indent: 0px!important; position: absolute; top: -12px; left: 10px; background: url('images/drop-arrow.png') 0 10px no-repeat; }
			.packagesBox .packagename .info:hover .overin { padding: 5px 10px; width: 232px; float: left; font-size: 11px; color: #e7e9e8; line-height: 14px; border: 1px solid #010101; border-left: 0px!important; box-shadow: 2px 2px 5px #8d8d8d; background: #2b2f30; }
			.packagesBox.meerinfo .packagename .info:hover .overin { width:148px; }
			.packagesBox .startup { margin: -135px 13px 0 0; width: 162px; float: left; text-align: center; }
			#sslduur.packagesBox .startup { margin: 0 0 30px 0; }
			#sslduur.packagesBox .startup p.price { font-weight:bold; font-size:18px; padding: 4px 0 0 0; }
			.packagesBox.single .startup { width: 296px; }
			.packagesBox .startup .top { padding: 10px 0 0 0; width: 162px; height: 100px; float: left; color: #2cace2; background: url('images/startup.png') center bottom no-repeat; }
			.packagesBox .startup .top h3 { padding: 0 0 5px 0; font-size: 24px; font-weight: normal; }
			.packagesBox .startup .top span { font-size: 60px; line-height: 50px; }
			.packagesBox .startup .top span.small { font-size: 24px; vertical-align:top; line-height:24px; color: #fff; padding-left:6px; }
			.packagesBox .startup .top #startupprice span.small { color: #2CACE2; }
			.packagesBox .startup .top em { margin-left: -25px; font-size: 12px; }
			.packagesBox .startup .minderOUD { min-height: 68px; }
			#productkeuze.packagesBox .startup .minder { min-height: 32px; }
			.packagesBox .startup .minder a { padding: 0 15px 0 0; color: #2dace3; text-decoration: none; background: url('images/arrow-blue-more.png') right no-repeat; font-weight:bold; }
			.packagesBox .startup .minder a.less { background: url('images/arrow-blue.png') right no-repeat; }
			.packagesBox .startup .minder a:hover { color: #333; }
			.packagesBox .startup a.btn { margin: 27px 0 0 0; width: 117px; height: 31px; display: inline-block; font-size: 16px; color: #fff; text-decoration: none; line-height: 30px; background: url('images/bl-btn.png') left top repeat-x; }
			.packagesBox .startup a.btn:hover { text-decoration: underline; }
			
			.packagesBox .professional { margin: -166px 13px 0 0; }
			.packagesBox .professional .top { padding: 10px 0 0 0; width: 162px; height: 131px; float: left; color: #fff; background: url('images/professional-bg.png') center bottom no-repeat; }
			.packagesBox.single .professional .top { width:296px; background: url('images/single-bg.png') center bottom no-repeat; }
			.packagesBox .professional .top h3 { padding: 0 0 35px 0; }
			.packagesBox .professional a.btn { background: url('images/gr-btn.png') left top repeat-x; }
			
			.packagesBox .b2b { margin: -196px 0 0 0; }
			.packagesBox .b2b .top { padding: 10px 0 0 0; width: 162px; height: 161px; float: left; color: #fff; background: url('images/b2b-bg.png') center bottom no-repeat; }
			.packagesBox .b2b .top h3 { padding: 0 0 5px 0; }
			.packagesBox .b2b a.btn { background: url('images/or-btn.png') left top repeat-x; }
			
			.packagesBox .startup.none { margin-top: 0px; border: 0px!important; width: 162px; }
			.packagesBox .startup.bordrnone,.packagesBox .professional.bordrnone,.packagesBox .b2b.bordrnone { margin-top: -1px; }
			.packagesBox .startup.bordrnone .text,.packagesBox .professional.bordrnone .text,.packagesBox .b2b.bordrnone .text { padding: 0; }
			
			.packagesBox .packagename.none .titleOUD { padding: 0; }
			.packagesBox .startup.none .text,.packagesBox .professional.none .text,.packagesBox .b2b.none .text { padding: 0; }
			
			.packagesBox a.greenlink { color: #6fbf44!important; background: url('images/arrow-green-more.png') right no-repeat!important; }
			.packagesBox a.greenlink.less { background: url('images/arrow-green.png') right no-repeat!important; }
			.packagesBox a.redlink { color: #f26722!important; background: url('images/arrow-red-more.png') right no-repeat!important; }
			.packagesBox a.redlink.less { background: url('images/arrow-red.png') right no-repeat!important; }
			
			.packagesBox .moreContent { width: 696px; float: left; }
			
			#img360 { display:none; }
			
	/* ### footer container ### */
	#footerCntr { width: 100%; float: left; position: relative; z-index: 1; background: url('images/footer_bg.jpg') left top repeat-x; }
	#footerCntr #footer { width: 958px; margin: 0 auto; }
	
		/* ### members box ### */
		.membersBox  { width: 958px; float: left; }
		.membersBox ul { padding: 15px 0; list-style: none; }
		.membersBox li { padding: 0 20px 0 21px; float: left; }
		.membersBox li.first { padding-left: 0px; }
		.membersBox li.last { padding-right: 0px; }
		
		/* ### footerlinks box ### */
		.footerlinksBox { padding: 30px 0 0 0; width: 958px; height: 324px; float: left; } 
		.footerlinksBox .links { width: 196px; float: left; }
		.footerlinksBox .links.last { width: 174px; float: right; }
		.footerlinksBox h5 { font-size: 16px; color: #fff; }
		.footerlinksBox .links h5 a { font-size: 16px; color: #fff; text-decoration:none; }
		.footerlinksBox .links h5 a:hover { font-size: 16px; color: #fff; text-decoration:underline; }
		.footerlinksBox ul { margin: 15px 0 0 0; list-style: none; }
		.footerlinksBox li { line-height: 18px; }
		.footerlinksBox li p {  font-size: 14px; color: #fff; }
		.footerlinksBox li a { font-size: 14px; color: #fff; text-decoration: none; }
		.footerlinksBox li a:hover { text-decoration: underline; }
		
		/* ### footersociallinks box ### */
		.clickBox { padding: 5px 0 0 7px; width: 231px; height: 131px; float: left; font-size: 14px; color: #b7b7b7; background: url('images/footer-box.png') no-repeat; margin-top:-146px; margin-left:460px; }
		.clickBox p { padding: 5px 0 5px 7px; }
		.clickBox img { display: block; }
		.clickBox p.spacer { padding: 0 0 0 72px; }
		
		/* ### newsletter box ### */
		.newsletterBox { padding: 14px 0 0 15px; margin-left: 41px; width: 226px; height: 121px; font-size: 14px; color: #b7b7b7; float: right; background: url('images/footer-box.png') no-repeat; margin-top:-146px; }
		.newsletterBox .social { width: 100%; overflow: hidden; }
		.newsletterBox .social span { padding: 0 5px 0 0; float: left; line-height: 32px; }
		.newsletterBox .social a { margin-left: 15px; float: left; }
		
		.newsletterBox .newsletter { padding: 15px 0 0 0; width: 100%; overflow: hidden; }
		.newsletterBox .newsletter h3 { font-size: 14px; color: #b7b7b7; font-weight: normal; }
		.newsletterBox .newsletter input.field { padding: 7px; margin: 5px 0 0 0; color: #ccc; width: 190px; border-radius: 7px; border: 1px solid #363636; background: #636363; }
		
		/* ### links box ### */
		.linksBox { width: 358px; float: right; line-height: 32px; clear:both; text-align:right; }
		.linksBox ul { list-style: none; float:right; }
		.linksBox li { padding: 0 0 0 22px; float: left; }
		.linksBox li.last { background: none; padding-right:0; }
		.linksBox a { font-size: 12px; color: #898989; text-decoration: none; }
		.linksBox a:hover { text-decoration: underline; color:#FFF; }
		
		/* ### copyright box ### */
		.copyrightBox { width: 524px; float: left; line-height: 32px; font-size: 12px; color: #898989; }
		.copyrightBox p { float: left; }
		.copyrightBox a { font-size: 12px; color: #898989; text-decoration: none; }
		.copyrightBox a:hover { font-size: 12px; color: #fff; text-decoration: underline; }
		.copyrightBox p.right { float: right; }
		
		.contentBox #productkeuze { margin-bottom:40px; padding-left:0; }
		.contentBox #productkeuze.mail { margin-top:50px; }
		.contentBox #productkeuze h2 { font-size: 22px;  padding-bottom: 18px; }
		
		.contentBox #sslduur { margin-bottom:40px; padding-left:0; }
		.contentBox #sslduur h2 { font-size: 22px;  padding-bottom: 18px; clear:both; }

		#sslduur { float:left; width: 320px;}

		#productkeuze { float:left; }
		#productkeuze.meerinfo { float:right; }
		#productkeuze.packagesBox .packagename { margin: 27px 14px 0 0; width: 185px; float: left; clear:both; }
		#productkeuze.packagesBox .packagename.maillast { margin: 14px 14px 0 0; width: 185px; float: left; clear:both; }
		#productkeuze.packagesBox.meerinfo .packagename { width: 175px; }
		#productkeuze.packagesBox .moreContent .packagename { margin: 0 14px 0 0; width: 185px; float: left; clear:both; }
		#productkeuze.packagesBox .packagename.none { margin: 0 14px 0 0; }
		#productkeuze.packagesBox .startup { margin: 0px 10px 0 0; width: 90px; }
		#productkeuze.packagesBox.ssl .startup { margin: 0px 10px 0 0; width: 158px; }
		#productkeuze.packagesBox.mail .startup { margin: 0px 10px 0 0; width: 108px; }
		#productkeuze.packagesBox.meerinfo .startup { margin: 0; width: 168px; }
		#productkeuze.packagesBox .startup.lastpack { margin: 0; }
		#productkeuze.packagesBox ul { list-style: none; padding:0; }
		#productkeuze.packagesBox ul.lastul { list-style: none; padding:0; padding-top:30px;  }
		.packagesBox .inet ul.lastul { list-style: none; padding:0; padding-top:70px;  }
		#productkeuze.packagesBox.ssl ul.lastul { padding-top:12px;  }
		#productkeuze.packagesBox .packagename li.price { line-height: 32px; border-bottom: 0; padding-top:0px; font-weight:bold; }
		#productkeuze.packagesBox .text { width:86px; padding:0; }
		#productkeuze.packagesBox.ssl .text { width:158px; }
		#productkeuze.packagesBox.mail .text { width:104px; }
		#productkeuze.packagesBox.meerinfo .text { width:168px; }
		#productkeuze.packagesBox .active .text { background: #ccc none; }
		#productkeuze.packagesBox .text.last { padding-bottom: 10px!important; background: #ededed none; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 0 0 7px 7px; }
		#productkeuze.packagesBox .text.last p { padding: 0; }
		#productkeuze.packagesBox .text.last p.price { padding: 4px 0 0 0; font-weight:bold;  }
		#productkeuze.packagesBox .text.last p.price.action { padding: 4px 0 0 0; font-weight:normal; text-decoration:line-through;  }
		#productkeuze.packagesBox .active .text.last { background: #ccc none; }
		#productkeuze.packagesBox .startup .top { padding: 0; width: 86px; height: 26px; float: left; color: #2cace2; background: none #fff; margin-left:2px;  }
		#productkeuze.packagesBox.ssl .startup .top { width: 158px; }
			#productkeuze.packagesBox.mail .startup .top { width: 104px; }
		#productkeuze.packagesBox.meerinfo .startup .top { width: 168px; }
		#productkeuze.packagesBox .startup .top h3 { padding: 0 0 5px 0; font-size: 16px; font-weight: bold; }
		#productkeuze.packagesBox .startup a.btn { margin: 12px 0 0 0; width: 62px; height: 31px; display: inline-block; font-size: 16px; color: #fff; text-decoration: none; line-height: 30px; background: none #2DACE3; border-radius: 7px; -webkit-border-radius: 7px;
-moz-border-radius: 7px; }
		#productkeuze.packagesBox .startup.active a.btn {background: none #F26722; }
		#productkeuze.packagesBox .startup a.btn:hover { text-decoration:underline; }
		#productkeuze.packagesBox .startup label.btn { margin: 12px 0 0 0; width: 62px; height: 31px; display: inline-block; font-size: 16px; color: #fff; text-decoration: none; line-height: 30px; background: none #2DACE3; border-radius: 7px; -webkit-border-radius: 7px;
-moz-border-radius: 7px; }
		#productkeuze.packagesBox .startup label.btn input { margin-left:-900px; }
		
		#domeinkeuze { float:left; }
		.domeinen #domeinkeuze { width: 720px; clear: both; }
		#domeinkeuze .nextBtn a { background: url('images/or-btn.png') left top repeat-x; cursor:pointer; }
		

		.input input { padding: 5px; margin: 5px 0 0 0; color: #999; width: 190px; border-radius: 7px; border: 1px solid #ccc; background: #fff; font-size:14px; }
		#sslduur.input input { width: 242px; }
		.input select { padding: 5px; margin: 5px 0 0 0; color: #999; border-radius: 7px; border: 1px solid #ccc; background: #fff; font-size:14px; }
		.input select option { padding: 0 5px; }
		.input input[type="radio"] { padding:0; width: 26px; }
		
		.input textarea { padding: 5px; margin: 5px 0 0 0; color: #999; width: 190px; border-radius: 7px; border: 1px solid #ccc; background: #fff; font-size:14px; }
		
		.contentBox .input h2 { font-size: 22px;  padding-bottom: 18px; }
		
		.contentBox .contactleft .input input { width: 260px; }
		.contentBox .contactleft .input textarea { width: 260px; height:80px; }
		
		.input .nextBtn { float:right; text-align:center; }

.input .nextBtn input {  float:right; margin: 0; width: 117px !important; height: 31px; display: inline-block; font-size: 16px; color: #fff; text-decoration: none; line-height: 30px; background: url('images/bl-btn.png') left top repeat-x; cursor:pointer; border:0; }
.input .nextBtn input:hover { color: #fff; text-decoration: underline; cursor:pointer; }
.contentBox .contactleft .input .nextBtn input { margin-top: 20px; border:0; line-height: 31px; vertical-align:middle; padding: 0px; display:block;}

.input .checkBtn input {  float:none; margin: 0; width: 117px !important; display: inline-block; font-size: 16px; color: #fff; text-decoration: none;  background: url('images/bl-btn.png') left top repeat-x; cursor:pointer; padding:5px; border: 0;}
.input .checkBtn input:hover { color: #fff; text-decoration: underline; cursor:pointer; }
.contentBox .contactleft .input .checkBtn input { margin-top: 0; }
#domeinkeuze .input .checkBtn { float: left; }
#domeinkeuze .input input { width: 300px; margin-top:0; }

.input .backBtn { float:left; text-align:center; }
.input .backBtn input {  float:left; margin: 0; width: 117px; height: 31px; display: inline-block; font-size: 16px; color: #fff; text-decoration: none; background: url('images/bl-btn.png') left top repeat-x; cursor:pointer; border:0; }
.input .backBtn input:hover { color: #fff; text-decoration: underline; }


.offerte .input input {width: 300px;  }
.offerte .input textarea {width: 558px; height:200px; overflow:auto;  }

	/* ------------- Fieldvalidation errors ------------------------ */
#errormsg {
	display: none;
	color: #FF2000;
	padding: 0 4px 12px 0;
}

input.error, select.error, textarea.error  {

	background-color:#FF2000;
	color:#FFFFFF;
}
label.error, .error {
	color:#FF2000;
	line-height: 1.5;
	/* display:block; */
	font-weight:normal;
	clear: both;
}


.radiofld label.error, .radio.error {
	display: inline;
}

.domeinen label.error, #sslduur label.error, .bxslider label.error {
	display:block; }


/*============== sitemap ==================*/
div.sitemap {
	margin-top: 20px;
}

div.sitemap a {
	font-weight: bold;
}

div.sitemap li a {
	font-weight: normal;
	text-transform:none;
	font-size:12px;
	padding:12px;
	text-decoration:none;
} 
div.sitemap li a:hover {
	text-decoration:underline;
}

div.sitemap ul, div.sitemap li  {
	margin-top: 2px;
}

div.sitemap li  {
	margin-left: 20px;
	background:none;
	list-style:circle;
	list-style-position:inside;
	float: none;
}


#domeintable {
	clear:both;
	float:left;
	margin-top:30px;
	width:696px;
}

#domeintable table {
	width:696px;
}

#domeintable, #domeintable td {
	color:#363636 !important;
}


#domeintable td {
	height:50px;
	vertical-align:middle;
	padding: 5px;
	border-bottom:1px solid #e1e1e1;
}

#domeintable tr.head td {
	height:32px;
	vertical-align:bottom;
	font-weight:bold;
	border-bottom: 1px solid #999;
}


#domeintable td span.prijsvan {
	text-decoration:line-through;
}

#domeintable td span.actieprijs {
	color:#F00;
}


#domeintable .regBtn input, #sslduur .regBtn input, #domeintable .regBtn button {  float:right; margin: 0; width: 117px !important; display: inline-block; font-size: 16px; color: #fff; text-decoration: none;  background: url('images/or-btn.png') left top repeat-x; cursor:pointer; padding:5px; border: 0;}

#domeintable .regBtn button { height: 32px; margin-right:26px; }
#domeintable .regBtn.free input, #sslduur .regBtn.free input, #domeintable .regBtn.free button {  background: url('images/gr-btn.png') left top repeat-x; margin: 12px 26px 0 0; border:0; }
#domeintable .regBtn.ok input, #domeintable .regBtn.ok button {  background: url('images/bl-btn.png') left top repeat-x; }
#domeintable .regBtn input:hover, #sslduur .regBtn input:hover, #domeintable .regBtn button:hover { color: #fff; text-decoration: underline; cursor:pointer; }
#domeintable .regBtn.ok input { margin-right:26px; }



#catalogus {
    border-collapse: collapse;
    width: 100%;
}
#catalogus td {
    border-collapse: collapse;
    width: auto;
	padding:15px 0;
}
#catalogus td.thumbscontainer {
    vertical-align: top;
    width: 100px;
}
#catalogus td.thumbs {
    border: 1px solid #B7B7B7;
   /*  height: 100px; */
    text-align: center;
    vertical-align: middle;
    /* width: 100px; */
	padding:0;
}
#catalogus td p {
    margin: 2px 0;
	padding:0;
}
#catalogus td.thumbs a, #catalogus td.thumbs a img {
    border: 0 none;
}
#catalogus td.thumbs a:hover, #catitem td.thumbs a:hover, td.thumbs a:hover img {
    border: 0 none;
    cursor: url("images/magplus.cur"), pointer;
}
#catitem td.thumbs {
    border: 1px solid #B7B7B7;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
#catitem td.thumbs a, #catitem td.thumbs a img {
    border: 0 none;
}
#catalogus h2 {
    color: #2DACE3;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}
#catalogus tr {
	background: transparent url('images/horz_divider.png') center bottom no-repeat;
}

#catalogus tr tr {
	background: transparent none;
}

#catalogus tr.emptyrow td {
	background:none;
    border-bottom: 0px dotted #CCCCCC;
	padding:0;
}
#catalogus td table { margin-right:12px; width:140px; height:140px; }
#catalogus .more-link {
    float: right;
}
#catitem a {
    text-decoration: none;
}
#catitem a:hover {
    text-decoration: underline;
}
#catitem, #catitem td {
    border-collapse: collapse;
    width: auto;
}


#verhuiscodetable label.error { display:block; }

#addcarterrormsg { float:left; clear:both; color:#F00; margin: 20px 0; }

p.note { clear: both; float:left; font-size:11px; line-height:14px; padding: 20px 0 0 0;}

/*============== sitemap ==================*/
div.sitemap {
	margin-top: 20px;
}

div.sitemap a {
	font-weight: normal;
	text-decoration:none;
}

div.sitemap li a {
	font-weight: normal;
	text-transform:none;
	font-size:12px;
	padding:12px;
	text-decoration:none;
} 
div.sitemap a:hover {
	text-decoration:underline;
	font-weight: normal;
}

div.sitemap ul, div.sitemap li  {
	margin-top: 2px;
}

div.sitemap li  {
	margin-left: 20px;
	background:none;
	list-style:circle;
	list-style-position:inside;
	float: none;
}

#searchresults {
	clear:both;
	margin: 24px 0;
}
#searchresults .result-item { margin-bottom: 24px; }

#searchresults .result-item h2 { font-size: 18px; font-weight:bold; }


.search .pages .label { display:block; margin-top: 12px; }

.search .pages .numbers { display:none; }

.search .pages.bottom .numbers { display:block; }

.search .pages.bottom .label { display:none; }


#footerpaging .pages { text-align:center; }

.contentBox .paging ul { list-style: none; text-align: center; }
.contentBox .paging ul li { display: inline; padding: 0 6px; color: #2DACE3; margin:0; }
.contentBox .paging ul li a { color: #2DACE3; text-decoration: none; padding: 0 6px;}
.contentBox .paging ul li a:hover, .contentBox .paging ul li.selected a { color: #fff; background-color:#2DACE3; }
.contentBox .paging ul li.first, .contentBox .paging ul li.prev { padding-left: 0;  }
.contentBox .paging ul li.last, .contentBox .paging ul li.next { background: none; padding-right: 0; }
.contentBox .paging ul li.last a, .contentBox .paging ul li.next a, .contentBox .paging ul li.first a, .contentBox .paging ul li.prev a { padding:0; }
.contentBox .paging ul li.last a:hover, .contentBox .paging ul li.next a:hover, .contentBox .paging ul li.first a:hover, .contentBox .paging ul li.prev a:hover  { color: #000; background: #fff none; }

#basket-iframe {
	width:80px;
	height:15px;
	border:0;
	background-color: transparent;
	float:left;
}

#domeinkeuze td { vertical-align:top; }

.domeinBox { clear:both; }
.domeinBox td { border-bottom: 1px solid #e1e1e1; }
.domeinBox td.sep { border-bottom: 1px solid #fff; }
.domeinBox td.price { text-align:right; }
.domeinBox td.actieprijs { text-decoration:line-through; color:#777; text-align:right; }

.ui-ios-overlay { width: 160px; height: 160px; }
.ui-ios-overlay .spinner { top: 50% !important; }

#verhuiscodediv { margin-top: 30px; }

/* OPB PRIJZEN */
.contentBox #besteltable td {
	vertical-align: top;
}
.contentBox tr.head-row td {
	background-color: #2DACE3;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
}

.contentBox .input tr.head-row td {
	background-color: #ededed;
	font-weight:bold;
	text-align: left;
	color: #363636;
}

.contentBox tr.head-row2 td {
	background-color: #ededed;
	font-weight:bold;
}
.contentBox tr.c-row td {
	border-bottom: 1px solid #ededed;
}

.contentBox .input tr.c-row td {
	border-bottom: 0px solid #fff;
}

.contentBox #opbprice tr.c-row td {
	border-bottom: 1px solid #ededed;
	background-color: #ededed;
}

.contentBox #opbprice tr.c-row.off td {
	background-color: #fff;
}

.contentBox tr.c-row td div {
	line-height: 1.5;
}

.contentBox tr.c-pricerow td {
	border-top: 1px solid #666666;
	color: #000;
}

.contentBox .input input.radio {
    border: 0 none;
    width: 30px;
}

p.opb a.btn { margin: 27px 0 0 0; width: 117px; height: 31px; display: inline-block; font-size: 16px; color: #fff; text-decoration: none; line-height: 30px; background: url('images/bl-btn.png') left top repeat-x; float:right; }
p.opb a.btn:hover { text-decoration: underline; }

#ecabo { float:left; margin-top: 40px; text-align: center; width: 220px;}

#ecabo .ecaboimg { width: 220px; text-align:center; float:left; clear:both; }

.navBox #ecabo a { padding: 0; height: auto; float: left; font-size: 12px; color: #363636; text-decoration: none; background: transparent none; }

.navBox #ecabo a:hover { color: #363636; background: transparent none; text-decoration:underline; }

.contentBox.portfolio { padding: 30px 0 0 0; width: 722px; }

.contentBox.portfolio p {
    padding: 0 0 20px 30px;
}

ul#portfolioovz { list-style:none; padding:0; }

#portfolioovz li { list-style:none; float: left; margin: 20px 0 30px 30px; }

#portfolioovz li .portimg { float:left; width: 210px; height: 200px; border:0; }

#portfolioovz li .porttitle { float:left; width: 210px; height: 20px; border:0; text-align:center; clear:both; }

#newsoverzicht .active td a { text-decoration:none; color:#000; }

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #efefef;
	border-radius: 7px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

	

.login p {
	padding: 0 15px 30px 0;
	font-size:14px;
	text-align: left;
	}

.form-block {
	border: 1px solid #d7d7d7;
	background: #e1e1e1;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-radius: 7px;
}

.login-form {
	text-align: left;
	float: right;
	width: 54%;
}

.login-text {
	text-align: left;
	width: 46%;
	float: left;
}

.inputlabel {
	font-weight:normal;
	text-align: left;
	}

.inputbox {
	width: 200px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	padding: 5px;
	border-radius: 7px;
	font-size:14px;
	color: #555;
	}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
}

.red { color: #f00; }

input.button { cursor: pointer; margin: 0; border:0; width: 117px; height: 31px; display: inline-block; text-align: center; font-size: 16px; color: #fff; text-decoration: none; text-align: center; background: url('images/bl-btn.png') no-repeat; }
input.button:hover { text-decoration: underline;  }

