body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0;
	margin:0;
	text-align: center;

	background: url(../images/background_shadow.png) repeat-y 50% 50%;
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 10px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }
img { border: 0; }
p { display: block; margin: 0px; }
h1, h2, h3 { margin: 0px 0px 5px 0px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; color: #003375; }
h3 { font-size: 12px; color: #003375; }

/* GENERAL */

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 893px;

	text-align: left;

	padding: 10px 20px 10px 20px;
}

div.top {
	position: relative;
	height: 420px;

	margin-top: 20px;
}

div.top ul.top_menu {
	position: absolute;
	top: -20px;
	right: 0px;

	margin: 0px;
	padding: 0px;

	list-style: none;
}

div.top ul.top_menu li {
	display: block;
	float: right;

	margin-left: 10px;
}

div.top ul.top_menu li a {
	color: black;
	text-decoration: none;
}

div.top div.colors {
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 584px;
	height: 9px;
	
	background: url(../images/header_colors.png) no-repeat;
}

div.top div.trail {
	position: absolute;
	right: 0px;
	top: 13px;

	width: 584px;
	height: 20px;

	overflow: hidden;
}

div.top div.trail a {
	float: left;
	display: block;

	height: 20px;

	padding-left: 13px;
	margin-left: 8px;

	background: url(../images/menu_active.png) -4px 2px no-repeat;
	
	color: #666666;
	text-decoration: none;
}

div.top div.trail a:hover {
	color: black;
}

div.top div.trail a.first {
	padding: 0px;
	margin: 0px;
	background: none;
}

div.top div.viewer {
	position: absolute;
	right: 0px;
	top: 30px;
	
	width: 584px;

	overflow: hidden;
	z-index: 1;
}

div.top div.header {
	position: absolute;
	right: 0px;
	top: 30px;
	
	width: 584px;
	height: 390px;

	overflow: hidden;
	z-index: 1;
}

div.top div.header object {
	position: relative;
	z-index: 1;
}

div.top div.header_overlay {
	position: absolute;
	right: 0px;
	top: 30px;
	
	width: 584px;
	height: 75px;
	
	background: url(../images/header_overlay.png) no-repeat;

	z-index: 2;
}

div.top div.menu {
	position: relative;
	
	width: 329px;
	height: 282px;
	
	margin: 37px 0px 0px -20px;
	
	background: url(../images/header_menu_bg.png) no-repeat;
}

div.top div.menu ul {
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

div.top div.menu a {
	display: block;
	height: 20px;
	
	padding: 0px 0px 0px 55px;
	
	color: #003374;
	text-decoration: none;
}

div.top div.menu a:hover, div.top div.menu a.active {
	color: #003374;
	font-weight: bold;
	background: url(../images/menu_active.png) no-repeat 38px 2px;
}

div.top div.menu ul ul {
	display: none;
	position: absolute;
	top: 105px;
	left: 140px;

	padding: 0px;
}

div.top div.search {
	position: relative;
	width: 280px;
	height: 33px;
	
	background: url(../images/header_search.png) no-repeat;

	z-index: 4;
	cursor: pointer;
}

div.top div.search input {
	position: absolute;
	right: 36px;
	top: 7px;
	
	height: 17px;
	
	border: 0px;
}

div.top div.search span {
	position: absolute;
	right: 190px;
	top: 8px;
	
	font-size: 13px;
	color: white;
}

div.middle {
	min-height: 620px;
	width: 100%;
}

div.middle div.left {
	float: left;
	width: 290px;

	padding-top: 15px;
}

div.middle div.left div.buttons {
	padding-top: 10px;
}

div.middle div.left a.button {
	position: relative;
	
	display: block;
	width: 280px;
	height: 68px;
	
	margin-bottom: 5px;
	
	background: url(../images/buttons.png) no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

div.middle div.left a.button div.overlay {
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 66px;
	height: 68px;
	
	background: url(../images/buttons.png) no-repeat -280px 0px;
}

div.middle div.left a.button:hover, div.middle div.left a.active { opacity: 1; filter: alpha(opacity=100); }
div.middle div.left a.button:hover div.overlay, div.middle div.left a.active div.overlay { display: none; }

div.middle div.left a.button_schets { background-position: 0px -68px; }
div.middle div.left a.button_nieuwbouw { background-position: 0px -136px; }
div.middle div.left a.button_vrienden { background-position: 0px -204px; }
div.middle div.left a.button_particulieropdracht { background-position: 0px -272px; }
div.middle div.left a.button_nieuwsbrief { background-position: 0px -340px; }

div.middle div.left a.button_schets div.overlay { background-position: -280px -68px; }
div.middle div.left a.button_nieuwbouw div.overlay { background-position: -280px -136px; }
div.middle div.left a.button_vrienden div.overlay { background-position: -280px -204px; }
div.middle div.left a.button_particulieropdracht div.overlay { background-position: -280px -272px; }
div.middle div.left a.button_nieuwsbrief div.overlay { background-position: -280px -340px; }

div.middle div.spacer {
	clear: both;
}

div.footer {
	margin-top: 10px;

	text-align: center;

	overflow: hidden;
}

div.footer img.logo {
	float: left;

	margin-left: -5px;
}

div.footer span.text {
	display: block;
	float: right;
	
	padding: 50px 0px 0px 0px;

	color: #06357A;
}

div.footer img.line {
	margin: 5px -7px 5px -7px;
}

div.footer ul {
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

div.footer ul li {
	display: block;
	float: left;

	padding-right: 10px;
}

div.footer ul li a {
	color: #1A171B;
	text-decoration: none;
}

div.footer span.powered {
	display: block;
	float: right;

	margin: 0px;

	color: #808080;
}

div.footer span.powered a {
	color: #808080;
}

/* VIEWER EMBED */

#viewer-core {
	position: relative;
	height: 328px;
}

#viewer-info {
	position: relative;
	overflow: hidden;
}

#viewer-dots {
	position: relative;
	width: auto;
	height: 21px;
	
	margin: 0 auto;
}

#viewer-dots div.dot {
	float: left;
	
	width: 17px;
	height: 17px;
	
	margin: 2px;
	
	background: url(../images/viewer_sprite.png) no-repeat;
}
#viewer-dots div.dot.dot_active {
	background-position: -18px 0;
}

#viewer-dots div.dot:hover {
	cursor: pointer;
}

#viewer-wrapper .prev,
#viewer-wrapper .next {
	position: absolute;
	left: 0;
	top: 50%;

	display: block;
	width: 26px;
	height: 50px;
	
	margin-top: -25px;
	
	background: url(../images/viewer_sprite.png) 0 -17px no-repeat;

	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#viewer-wrapper .next {
	left: auto;
	right: 0;
	
	background-position: -29px -17px;
}
#viewer-wrapper:hover .prev,
#viewer-wrapper:hover .next {
	opacity: 1;
}

a#viewer-playpause {
	position: absolute;
	right: 5px;
	top: 2px;

	z-index: 1000;

	display: block;
	width: 16px;
	height: 16px;
	
	background: url(../images/viewer_sprite.png) -55px 0 no-repeat;
}
a#viewer-playpause.pause {
	background-position: -55px -16px;
}

/* CONTENT */

div.content {
	position: relative;
	
	margin-left: 309px;
	width: 574px;

	padding: 10px 0px 0px 10px;
	line-height: 15px;
}

div.content div.fill {
	height: 1px;
	margin-bottom: -1px;
}

div.content h1 {
	position: relative;
	width: 574px;
	height: 46px;

	padding: 10px 0px 0px 10px;
	margin: -65px 0px 15px -10px;

	background: url(../images/content_h1.png) no-repeat;
	color: white;
	z-index: 3;
}

div.content p {
	width: 100%;
	overflow: hidden;
	
	margin-bottom: 10px;
}

div.content p img {
	float: right;
	
	margin: 2px 0px 10px 10px;
}

div.content ol, div.content ul {
	padding: 0px 0px 0px 25px;
}

div.content li {
	line-height: 15px;
}

div.content a {
	color: #F39800;
}

div.content a.back {
	text-decoration: none;
}

div.content a.button, #popup a.button {
	display: block;
	position: relative;
	
	width: 131px;
	height: 33px;

	padding: 1px 0px 0px 8px;
	
	background: url(../images/buttons_small.png) no-repeat;

	text-decoration: none;
	font-size: 11px;
	color: white;

	cursor: pointer;
	z-index: 3;
}

div.content a.button strong, #popup a.button strong {
	display: block;
}

div.content a.button_red, #popup a.button_red { background-position: 0px -34px; }
div.content a.button_blue, #popup a.button_blue { background-position: 0px -68px; }
div.content a.button_green, #popup a.button_green { background-position: 0px -102px; }

/* HOME */

div.content_home {
	width: 584px;
	padding: 0px;
}

div.content div.header_overlay {
	position: relative;
	width: 584px;
	height: 46px;

	padding: 10px 0px 0px 0px;
	margin: -63px 0px 5px 0px;

	background: url(../images/home_tab_content.png) 0px 0px no-repeat;
	color: white;

	overflow: hidden;
	z-index: 3;
}

div.content div.header_overlay div.tab {
	position: absolute;
	left: 0px;
	top: 20px;
	
	width: 136px;
	height: 51px;

	padding: 6px 0px 0px 10px;

	background: url(../images/header_overlay_home.png) no-repeat;
	font-size: 13px;
	
	cursor: pointer;
}

div.content div.header_overlay div.tab2 { left: 146px; background-position: -146px 0px; }
div.content div.header_overlay div.tab3 { left: 292px; background-position: -292px 0px; }
div.content div.header_overlay div.tab4 { left: 438px; background-position: -438px 0px; }

div.content div.tab_content {
	position: relative;
	height: 168px;

	margin: -5px 0px 12px 0px;

	background: url(../images/home_tab_content.png) repeat-y;
	color: white;
	
	overflow: hidden;
}

div.content div.tab_content div.tab_text {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;

	padding: 10px;
	
	overflow: hidden;
}

div.content div.tab_content  #tab_text_1 {
	display: block;
}

div.content_home div.tab_content div.playpause {
	position: absolute;
	bottom: 5px;
	right: 5px;

	width: 16px;
	height: 16px;

	background: url(../images/media_playpause.png) no-repeat;
	cursor: pointer;
}
div.content_home div.tab_content div.playpause_pause {
	background-position: 0px -16px;
}

div.content_home div.sketch {
	float: left;
	position: relative;
	
	width: 280px;
	height: 287px;

	background: url(../images/home_sketch.png) no-repeat;
}

div.content_home div.sketch a {
	display: block;

	text-decoration: none;
	color: white;
	font-size: 16px;
}

div.content_home div.sketch a.month {
	height: 24px;
	padding: 8px 0px 0px 10px;
}

div.content_home div.sketch a.all {
	height: 50px;
	padding: 17px 0px 0px 10px;
}

div.content_home div.news {
	float: left;
	
	width: 280px;
	
	padding: 0px 0px 0px 20px;
}

div.content_home div.news h2 {
	margin: 0px 0px 4px 0px;
	
	font-size: 17px;
	font-weight: normal;
}

div.content_home div.news h3 {
	font-size: 11px;
	margin: 0px 0px 3px 0px;
}

div.content_home div.news a.readmore {
	display: block;
	color: #F39800;
	text-decoration: none;
}

div.content_home div.news img.line {
	width: 280px;
	height: 2px;

	margin: 12px 0px 9px 0px;
}

div.content_home div.home_row, div.content_home div.banners {
	overflow: hidden;
}

div.content_home .banner {
	float: left;
	margin: 12px 20px 0px 0px;
}

div.content_home .banner_last {
	margin-right: 0px;
}

/* FLEXIBEL */

div.content_flexibel h1 {
	background-image: url(../images/content_h1_flexibel.png);
}

/* NEWS */

div.news_item {
	overflow: auto;
}

div.news_item img.left {
	float: left;
	margin: 0px 15px 0px 0px
}

div.news_item img.right {
	float: right;
	margin: 0px 0px 0px 15px
}

div.news_item h3 {
	color: #003375;
}

div.news_item p, div.news div.item p {
	display: inline;
	margin: 0px;
}

div.news_item a.readmore {
	display: block;

	margin-top: 10px;
	text-decoration: none;
}

div.content_news img.line, div.content_sketches img.line, div.content_projects img.line {
	float: none;
	width: 595px;
	height: 2px;

	margin: 10px 0px 8px -10px;
}

div.content_news div.images, div.content_sketches div.images, div.content_projects div.images {
	position: relative;
	height: 290px;

	margin-top: 10px;
}

div.content_news div.images img.img_1, div.content_sketches div.images img.img_1, div.content_projects div.images img.img_1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.content_news div.images img.img_2, div.content_sketches div.images img.img_2, div.content_projects div.images img.img_2 {
	position: absolute;
	right: 0px;
	top: 0px;
}

div.content_news div.images img.img_3, div.content_sketches div.images img.img_3, div.content_projects div.images img.img_3 {
	position: absolute;
	right: 0px;
	top: 132px;
}

div.content_news  div.buttons, div.content_projects  div.buttons  {
	width: 100%;
	overflow: auto;
}

div.content_news  div.buttons a, div.content_projects  div.buttons a {
	float: left;
	margin: 0px 15px 15px 0px
}

div.news_archive a {
	display: block;

	text-decoration: none;
	color: #F39800;
}

div.news_archive a:hover {
	text-decoration: underline;
}

/* DOCUMENTATION */

div.content_documentation object, div.content_documentation #map_flash {
	position: absolute;
	right: 40px;
	top: 80px;

	z-index: 1;
}

div.content_documentation #map_flash {
	width: 425px;
	height: 490px;
	background: url(../images/documentation_map.png) no-repeat;
}

div.content_documentation * {
	position: relative;

	z-index: 2;
}

div.content_documentation div.contractors {
	width: 100%;
	overflow: auto;
}

div.content_documentation div.contractors img {
	margin: 0px 10px 10px 0px;
}

div.content_documentation ul, div.content_documentation ol {
	width: 250px;
}

div.content_documentation div.office_details {
	width: 100%;
	overflow: auto;
}

div.content_documentation div.office_details  span {
	display: block;
	margin-bottom: 10px;
}

div.content_documentation div.office_details img {
	float: right;
}

div.content_documentation table {
	width: 525px;
}

div.content_documentation td {
	padding: 3px;
}

div.content_documentation td input {
	width: 16px;
}

div.content_documentation td.input input {
	width: 300px;
}

div.content_documentation td select {
	width: 304px;
}

div.content_documentation td.input {
	width: 326px;
}

div.content_documentation td input.submit {
	margin: 0px;
}

div.content_documentation td.error {
	color: red;
}

div.content_documentation a.back {
	display: block;
	margin-top: 10px;
}

/* PRODUCTS */

body.products div.content div.header_overlay {
	position: relative;
	float: right;
	width: 584px;
	height: 46px;

	padding: 10px 0px 0px 0px;
	margin: -56px 0px 5px 0px;

	background: url(../images/home_tab_content.png) 0px 20px no-repeat;
	color: white;

	overflow: hidden;
	z-index: 3;
}

body.products div.middle {
	min-height: 330px;
}

body.products div.left {
	display: none;
}

div.content_products {
	width: 893px;
	padding: 0px;
	margin: 0px;
}

div.content_products div.loading, div.content_products div.noresult {
	width: 100%;
	height: 0px;

	padding-top: 80px;

	background: url(../images/mediabox_loading.gif) no-repeat 50% 60%;
	
	text-align: center;
	
	font-size: 13px;
	font-weight: bold;
	color: #06357A;
}

div.content_products div.noresult {
	background: none;
}

div.content_products div.header_overlay {
	margin-left: 309px;
}

div.search_description {
	position: absolute;
	left: 10px;
	top: 10px;
	
	width: 270px;
	height: auto;
}

div.content_products div.tab_content {
	height: 168px;
	margin-left: 309px;
}

div.content_products div.header_overlay div.tab input {
	width: 16px;
	height: 16px;

	position: absolute;
	right: 0px;
	top: 3px;
}

div.content_products div.header_overlay div.tab div.button {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 146px;
	height: 36px;
	z-index: 9999999;
}

div.content_products div.tab_content div.tab_text {
	display: block;
	width: 300px;
	margin-left: 235px;
}

div.content_products div.tab_content table {
	margin: 9px;
}

div.content_products div.tab_content input {
	position: relative;
	top: 3px;
	
	width: auto;
	margin: 0px 5px 0px 0px;
}

div.content_products div.tab_content select {
	width: 200px;
}

div.content_products div.category {
	color: #98CB00;
}

div.content_products div.header {
	position: relative;
	height: 20px;
}

div.content_products div.header div.line {
	position: absolute;
	top: 9px;

	width: 100%;
	height: 2px;
	
	background: #98CB00;
	
	z-index: 1;
}

div.content_products div.header div.label {
	display: inline;
	position: relative;

	padding-right: 10px;

	background: white;
	font-size: 17px;
	
	z-index: 2;
}

div.content_products div.items {
	overflow: auto;
	padding: 0px 0px 0px 30px;
}

div.content_products div.item {
	float: left;
	width: 183px;
	margin: 10px 32px 10px 0px;

	cursor: pointer;
}

div.content_products div.item img {
	width: 183px;
	height: 122px;
}

div.content_products div.item span {
	float: right;
}

div.content_products div.category_2 { color: #DC001C; }
div.content_products div.category_2 div.line { background: #DC001C; }

div.content_products div.category_3 { color: #EC8E00; }
div.content_products div.category_3 div.line { background: #EC8E00; }

div.content_products div.category_4 { color: #0095CF; }
div.content_products div.category_4 div.line { background: #0095CF; }

/* PRODUCT DETAILS */

div.content_products div.product_details {
	position: relative;
	
	width: 100%;
	padding: 0px 0px 20px 0px;
	
	background: url(../images/product_detail_bg_1.png) repeat-y;

	overflow: auto;
}

div.content_products div.product_details_2 { background-image: url(../images/product_detail_bg_2.png); }
div.content_products div.product_details_3 { background-image: url(../images/product_detail_bg_3.png); }
div.content_products div.product_details_4 { background-image: url(../images/product_detail_bg_4.png); }

div.content_products div.product_title {
	position: absolute;
	top: -60px;
	left: 0px;
	
	width: 309px;
	height: 60px;
	
	background: url(../images/product_detail_title_1.png) no-repeat;

	font-size: 17px;
	color: white;
	
	z-index: 4;
}

div.content_products div.product_title_2 { background-image: url(../images/product_detail_title_2.png); }
div.content_products div.product_title_3 { background-image: url(../images/product_detail_title_3.png); }
div.content_products div.product_title_4 { background-image: url(../images/product_detail_title_4.png); }

div.content_products div.product_title .category {
	position: absolute;
	top: 13px;
	left: 39px;
}

div.content_products div.product_title .name {
	position: absolute;
	top: 13px;
	right: 20px;

	width: 145px;
	height: 22px;

	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}

div.content_products div.product_details div.description {
	float: left;
	position: relative;
	overflow: hidden;

	width: 380px;
	padding: 30px 20px 0px 30px;
}

div.content_products div.product_details div.description div.background {
	position: absolute;
	left: 20px;
	top: 20px;
	
	width: 410px;
	height: 100%;

	opacity: 0.8;
	filter: alpha(opacity=80);
	
	background: white;
	z-index: 2;
}

div.content_products div.product_details div.description div.text {
	position: relative;
	
	width: 370px;
	padding: 10px 10px 10px 10px;

	z-index: 3;
}

div.content_products div.product_details div.description div.buttons {
	margin-top: 10px;
	
	width: 100%;
	overflow: auto;
}

div.content_products div.product_details div.description div.buttons a.button {
	float: left;
	margin: 10px;
}

div.content_products div.product_details div.description a.products {
	position: relative;

	display: block;
	padding: 0px 0px 0px 10px;

	text-decoration: none;
	color: black;

	z-index: 3;
}

div.content_products div.product_details div.description a:hover.products {
	text-decoration: underline;
}

div.content_products div.product_details div.images {
	float: right;

	width: 440px;

	padding: 20px 0px 0px 20px;
}

div.content_products div.product_details div.images img {
	float: left;
	width: 200px;
	height: 133px;
	
	margin: 0px 20px 20px 0px;
}

/* PRODUCTS ATMOSPHERE */

div.products_atmosphere {
	position: relative;
	
	margin-left: -10px;
	background: -1180px 0px repeat-y;
}

div.products_atmosphere h1 {
	margin-left: 0px;
	margin-bottom: 0px;
}

div.products_atmosphere p {
	padding-left: 10px;
	padding: 0px 230px 0px 10px;
	margin-bottom: 15px;
	width: 344px;

	color: black;
}

div.products_atmosphere p.first {
	background: -590px 0px repeat-y;
	padding: 15px 230px 15px 10px;

	color: white;
}

div.products_atmosphere_1, div.products_atmosphere_1 h1, div.products_atmosphere_1 p.first { background-image: url(../images/product_atmosphere_1.png); }
div.products_atmosphere_2, div.products_atmosphere_2 h1, div.products_atmosphere_2 p.first { background-image: url(../images/product_atmosphere_2.png); }
div.products_atmosphere_3, div.products_atmosphere_3 h1, div.products_atmosphere_3 p.first { background-image: url(../images/product_atmosphere_3.png); }
div.products_atmosphere_4, div.products_atmosphere_4 h1, div.products_atmosphere_4 p.first { background-image: url(../images/product_atmosphere_4.png); }

div.products_atmosphere div.images {
	position: absolute;
	right: 10px;
	
	width: 210px;

	margin: -35px 0px 0px 0px;
	z-index: 99;
}

div.products_atmosphere div.images img {
	width: 200px;
	height: 122px;

	padding: 0px 0px 12px 0px;
}

div.products_atmosphere a.button {
	margin: 0px 0px 0px 425px;
} 

/* CONTACT */

div.content input, div.content select, div.content textarea {
	width: 322px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.content select {
	width: 326px;
	height: 19px;
	
	padding: 1px;
}

div.content textarea {
	height: 100px;
	
	overflow: auto;
}

div.content input.checkbox {
	position: relative;
	top: 3px;

	width: 16px;
}

div.content div.captcha {
	position: relative;
	width: 328px;
}

div.content div.captcha img {
	position: absolute;
	right: 13px;
	top: 1px;

	margin: 0px;
	cursor: pointer;
}

div.content div.captcha #reload {
	right: 5px;
	top: 3px;
}

div.content input.submit {
	width: 75px;
	height: 18px;
	
	padding-bottom: 3px;
	margin-top: 10px;

	background: url(../images/button_bg.png) repeat-x #056fab;
	border: 1px solid #056fab;

	color: white;	
}

div.content span.error { color: red; }

/* LANDINGSPAGES */

div.landingspages {
	font-size: 10px;
	color: grey;

	margin-top: 40px;
	width: 350px;
}

div.landingspages span.category {
	display: block;
	font-weight: bold;

	margin-top: 10px;
}

div.landingspages a {
	color: grey;
	text-decoration: none;
}

/* POPUP */

html, body { height: 100%; }

#popup_bg {
	display: none;
	position: absolute;

	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;

	background: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);

	z-index: 999;
}

#popup {
	display: none;
	position: fixed;
	// position: absolute;

	left: 50%;
	top: 45%;

	width: 500px;
	min-height: 237px;
	
	margin-left: -250px;

	background: url(../images/popup.png) -500px 100% no-repeat #003366;

	text-align: left;
	z-index: 1000;

	-moz-box-shadow: 2px 2px 12px #000;
	-webkit-box-shadow: 2px 2px 12px #000;
	box-shadow: 2px 2px 12px #000;
	
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

#popup .text {
	color: white;
	
	padding: 8px;
}

#popup .title {
	height: 25px;

	padding: 5px 0px 0px 8px;

	background: url(../images/popup.png) 0px 0px no-repeat;

	color: white;
	font-weight: bold;
	font-size: 15px;
}

#popup .close {
	position: absolute;
	top: 5px;
	right: 5px;

	width: 20px;
	height: 20px;

	cursor: pointer;
}

#popup td.label {
	width: 130px;

	padding: 7px 15px 0px 0px;
	
	text-align: right;
}

#popup td.error {
	color: red;
}

#popup td.input input, #popup td.input textarea {
	width: 325px;
}

#popup td.input textarea {
	height: 80px;
}

#popup a.button {
	float: right;
	margin: 0px 13px 0px 0px;
}
