/* **************************************************************
*****************************************************************

		De Ballonnenkoning
									
		Web realisatie door PM IT Solutions
			http://www.pm-it.nl
			
*****************************************************************
************************************************************** */

/* ===============================================================================================
			WEBSITE ONTWERP OPMAAK
=============================================================================================== */


/* ---------------------------------------------------------------------
			ALGEMEEN
--------------------------------------------------------------------- */

html {

	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
}


body {

	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #072136;

	background-image: url(../img/rouw/bg_body-rouw.jpg);
	background-position: center;
	background-attachment: fixed;

}


/* ---------------------------------------------------------------------
			BACKGROUND
--------------------------------------------------------------------- */

div#background {

	position: absolute;
	
	width: 100%;
	min-height: 100%;
	height: auto;
	
	z-index: 0;
	
	background-image: url(../img/rouw/bg_body-rouw.jpg);
	background-position: center;
	background-attachment: fixed;
	
	}

/* ---------------------------------------------------------------------
			CONTAINER
--------------------------------------------------------------------- */

div#container {

	width: 978px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}


/* ---------------------------------------------------------------------
			TOP
--------------------------------------------------------------------- */

div#top {

	width: 100%;
	height: 37px;

	margin-top: 5px;

	font-size: 10px;

}

	div#top div.search {
	
		float: right;
		
		margin-left: 10px;
		margin-right: 10px;

		padding-top: 7px;
		
			
	}

		div#top div.search div.search-spacing {

			display: table;

			padding: 0;
			margin: 0;

			float: left;

		
				
		}

			div#top div.search div.search-input-spacing {
			
				float: left;
				
				width: 259px;
				height: 21px;
				
			}
	
	
			div#top div.search div.input-transbg {
			
				float: left;
				
				width: 259px;
				height: 21px;
				
				margin-left: 1px;
				margin-top: 1px;
				
				background-image: url(../img/bg_search_transbg.gif);
				
				filter:alpha(opacity=35);   
				-moz-opacity: 0.35;   
				opacity: 0.35;
				
				position: absolute;
				
				float: left;
				
			}



			div#top div.search div.search-submit-spacing {
			
				float: left;
				
				width: 28px;
				height: 21px;
				
				margin-left: 5px;
				
			}
	
	
			div#top div.search div.submit-transbg {
			
				float: left;
				
				width: 28px;
				height: 21px;
				
				margin-left: 1px;
				margin-top: 1px;
				
				background-image: url(../img/bg_search_transbg-submit.gif);
				
				filter:alpha(opacity=50);   
				-moz-opacity: 0.5;   
				opacity: 0.5;
				
				position: absolute;
				
				float: left;
				
			}



	
	div#top div.dynamicfont {
	
		float: right;
		
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 9px;

		color: #ffffff;

		height: auto;

		
	}
	


	
	div#top div.mainlinks {
	
		float: right;

		margin-left: 10px;
		margin-right: 10px;
		
		line-height: 37px;
	
	}

		div#top div.mainlinks ul {
		
			list-style-type: none;
			
			margin: 0;
			padding: 0;
		
		}


			div#top div.mainlinks ul li {
			
				display: inline;
				
				margin-left: 5px;
				margin-right: 5px;
			
			}


				div#top div.mainlinks ul li a,
				div#top div.mainlinks ul li a:active,
				div#top div.mainlinks ul li a:visited {
				
					text-decoration: none;
					color: #ffffff;
					font-weight: bold;
				
				}


				div#top div.mainlinks ul li a:hover {
				
					border-bottom: 1px dotted #ffffff;

					padding-bottom: 2px;
				
				}


/* ---------------------------------------------------------------------
			HEADER
--------------------------------------------------------------------- */

div#header {

	width: 100%;
	height: 130px;

}


	div#header div.header-left {
	
		width: 5px;
		height: 130px;
		
		background-image: url(../img/rouw/bg_header-left.gif);
		background-repeat: no-repeat;
		
		float: left;
		
		
	}
	
	
	div#header div.header-middle {
	
		width: 968px;
		height: 130px;
			
		background-image: url(../img/rouw/bg_header-middle.jpg);
		background-repeat: no-repeat;

		float: left;
	}





		div#header div.header-middle div#top {
		
			position: absolute;

			color: #ffffff;

			height: auto;
			width: 635px;

			margin-left: 330px;
			margin-top: 0px;
			
			height: 15px;

			text-align: left;


		}

		
			div#header div.header-middle div#top div.search {
			
				float: right;
				
				margin-left: 10px;
				margin-right: 10px;
		
				padding-top: 7px;
				
					
			}
		
				div#header div.header-middle div#top div.search div.search-spacing {
		
					display: table;
		
					padding: 0;
					margin: 0;
		
					float: left;
		
				
						
				}
		
					div#header div.header-middle div#top div.search div.search-input-spacing {
					
						float: left;
						
						width: 259px;
						height: 21px;
						
					}
			
			
					div#header div.header-middle div#top div.search div.input-transbg {
					
						float: left;
						
						width: 259px;
						height: 21px;
						
						margin-left: 1px;
						margin-top: 1px;
						
						background-image: url(../img/bg_search_transbg.gif);
						
						filter:alpha(opacity=35);   
						-moz-opacity: 0.35;   
						opacity: 0.35;
						
						position: absolute;
						
						float: left;
						
					}
		
		
		
					div#header div.header-middle div#top div.search div.search-submit-spacing {
					
						float: left;
						
						width: 28px;
						height: 21px;
						
						margin-left: 5px;
						
					}
			
			
					div#header div.header-middle div#top div.search div.submit-transbg {
					
						float: left;
						
						width: 28px;
						height: 21px;
						
						margin-left: 1px;
						margin-top: 1px;
						
						background-image: url(../img/bg_search_transbg-submit.gif);
						
						filter:alpha(opacity=70);   
						-moz-opacity: 0.7;   
						opacity: 0.7;
						
						position: absolute;
						
						float: left;
						
					}
		
		
		
			
			div#header div.header-middle div#top div.dynamicfont {
			
				float: right;
				
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 9px;
		
				color: #ffffff;
		
				height: auto;
		
				
			}
			
		
		
			
			div#header div.header-middle div#top div.mainlinks {
			
				float: right;
		
				margin-left: 10px;
				margin-right: 10px;
				
				line-height: 37px;
			
			}
		
				div#header div.header-middle div#top div.mainlinks ul {
				
					list-style-type: none;
					
					margin: 0;
					padding: 0;
				
				}
		
		
					div#header div.header-middle div#top div.mainlinks ul li {
					
						display: inline;
						
						font-size: 10px;

						margin-left: 5px;
						margin-right: 5px;
					
					}
		
		
						div#header div.header-middle div#top div.mainlinks ul li a,
						div#header div.header-middle div#top div.mainlinks ul li a:active,
						div#header div.header-middle div#top div.mainlinks ul li a:visited {
						
							text-decoration: none;
							color: #ffffff;
							font-weight: bold;
						
						}
		
		
						div#header div.header-middle div#top div.mainlinks ul li a:hover {
						
							border-bottom: 1px dotted #ffffff;
		
							padding-bottom: 2px;
						
						}






	
		div#header div.header-middle div#address {
		
			position: absolute;

			color: #ffffff;

			height: auto;
			width: 635px;

			margin-left: 330px;
			margin-top: 100px;

			font-size: 10px;
			
			height: 15px;

			text-align: center;


		}

			div#header div.header-middle div#address p {
			
				margin: 0;
				padding: 0;
	
	
			}

			div#header div.header-middle div#address a,
			div#header div.header-middle div#address a:active,
			div#header div.header-middle div#address a:visited {
			
				color: #ffffff;
				text-decoration: none;
			}
		
		
			div#header div.header-middle div#address a:hover {
			
				color: #ffffff;
				text-decoration: none;
				
				border-bottom: 1px dotted #ffffff;
				padding-bottom: 2px;
	
			}





	
	
	div#header div.header-right {
	
		width: 5px;
		height: 130px;
		
		background-image: url(../img/rouw/bg_header-right.gif);
		background-repeat: no-repeat;
		
		float: left;
	
	}

/* ---------------------------------------------------------------------
			MENU
--------------------------------------------------------------------- */

div#menu {

	width: 100%;
	height: 65px;
	
	margin-top: 5px;

}


	div#menu div.menu-top {
	
		width: 100%;
		height: 30px;
		

		
	}

		div#menu div.menu-top ul {
	
			margin: 0;
			padding: 0;
			
			width: auto;
			
			list-style-type: none;

		}


			div#menu div.menu-top ul li.link-normal {
	
				float: left;
				
				color: #ffffff;
				
				height: 30px;
				
			}


				div#menu div.menu-top ul li.link-normal a,
				div#menu div.menu-top ul li.link-normal a:active,
				div#menu div.menu-top ul li.link-normal a:visited {
		
					float: left;
					
					color: #ffffff;
					font-size: 12px;
					font-weight: bold;
					
					height: 30px;
					
					text-decoration: none;

					background-image: url(../img/rouw/bg_button-normal.jpg);
					background-repeat: repeat-x;
					background-position: top;
					
				}



				div#menu div.menu-top ul li.link-normal a:hover {
		
					float: left;
					
					color: #144c98;
		
					height: 30px;
					
					text-decoration: none;

					background-image: url(../img/rouw/bg_button-normal-hover.gif);
					background-repeat: repeat-x;
					background-position: center;
					
				}


					div#menu div.menu-top ul li.link-normal-leftside {
			
						float: left;
					
						height: 30px;
						width: 5px;
						
						background-image: url(../img/rouw/bg_button-normal-left.gif);
						background-repeat: no-repeat;
						background-position: top;
	
					}
		
		
					div#menu div.menu-top ul li.link-normal-rightside {
			
						float: left;
					
						height: 30px;
						width: 6px;

						background-image: url(../img/rouw/bg_button-normal-right.gif);
						background-repeat: no-repeat;
						background-position: top;
		
					}




			div#menu div.menu-top ul li.link-active {
	
				float: left;

				padding-left: 3px;
				padding-right: 3px;

				color: #ffffff;
				
				height: 30px;
				
				background-image: url(../img/rouw/bg_button-act.jpg);
				background-repeat: repeat-x;
				background-position: top;

			}


				div#menu div.menu-top ul li.link-active a,
				div#menu div.menu-top ul li.link-active a:active,
				div#menu div.menu-top ul li.link-active a:visited {
		
					float: left;
					
					color: #ffffff;
					font-size: 12px;
					font-weight: bold;
					
					height: 30px;
					
					text-decoration: none;
					
				}


				div#menu div.menu-top ul li.link-active-leftside {
		
					float: left;
				
					height: 30px;
					width: 5px;
					
					background-image: url(../img/rouw/bg_button-act-left.gif);
					background-repeat: no-repeat;
					background-position: top;

				}
	
	
				div#menu div.menu-top ul li.link-active-rightside {
		
					float: left;
				
					height: 30px;
					width: 6px;

					background-image: url(../img/rouw/bg_button-act-right.gif);
					background-repeat: no-repeat;
					background-position: top;
	
				}

				
				

	div#menu div.menu-bottom {
	
		width: 100%;
		height: 35px;
		
		line-height: 35px;
		
		background-image: url(../img/rouw/bg_menu-bottom.gif);
		background-repeat: no-repeat;

		font-size: 10px;

	}



	div#menu div.menu-bottom ul {
	
		margin: 0;
		padding: 0;
		
		width: auto;
		
		margin-left: 10px;
		
		list-style-type: none;
		
		color: #ffffff;
			
		
	}

		div#menu div.menu-bottom ul li.normal {
		
			display: inline;		
			
		}


			div#menu div.menu-bottom ul li.normal a,
			div#menu div.menu-bottom ul li.normal a:active,
			div#menu div.menu-bottom ul li.normal a:visited {
			
				display: inline;
				
				color: #ffffff;
				
				text-decoration: none;
				
			}

			div#menu div.menu-bottom ul li.normal a:hover {
			
				display: inline;
				
				color: #e0a687;
				
				text-decoration: none;
				
			}


		div#menu div.menu-bottom ul li.active {
		
			display: inline;
			
		}


			div#menu div.menu-bottom ul li.active a,
			div#menu div.menu-bottom ul li.active a:active,
			div#menu div.menu-bottom ul li.active a:visited {
			
				display: inline;
				
				color: #ffffff;
				
				text-decoration: none;
				
				border-bottom: 1px dotted #ffffff;
				
			}



/* ---------------------------------------------------------------------
			CONTENT-SINGLE
---------------------------------------------------------------------- */



div#content-single {

	width: 100%;
	height: auto;
	
	float: left;
	
	margin-top: 5px;
	
	background-image: url(../img/bg_content-single.gif);
	background-repeat: repeat-y;

}


	div#content-triple div#block-middle {
	
		width: 100%px;
		height: auto;
		
		background-image: url(../img/bg_content-single_block.gif);
		background-repeat: repeat-y;
		
		float: left;

	
	}



	div#content-single div#block-middle div.block-middle-content {
	
		background-image: url(../img/bg_content-single_block-content.gif);
		background-repeat: no-repeat;
		
		width: 100%;
		height: auto;
		min-height: 147px
	
	}


	div#content-single div#block-middle div.block-middle-spacing {
	
		padding: 10px;
	}




	
div#content-single-footer {

	float: left;

	background-image: url(../img/bg_content-single_block-foot.gif);
	background-repeat: no-repeat;
	
	width: 100%;
	height: 5px;

}



/* ---------------------------------------------------------------------
			CONTENT-DOUBLE
---------------------------------------------------------------------- */


div#content-double {

	width: 978px;
	height: auto;
	
	float: left;
	
	margin-top: 5px;
	
	background-image: url(../img/bg_content-double.gif);
	background-repeat: repeat-y;

}


	div#content-double div#block-left {
	
		width: 322px;
		height: auto;
		min-height: 10px;
		
		background-image: url(../img/bg_content-triple_block.gif);
		background-repeat: repeat-y;
		
		float: left;
	
	}


		
	div#content-double div#block-middle {
	
		width: 650px;
		height: auto;
		
		background-image: url(../img/bg_content-double_block-middle.gif);
		background-repeat: repeat-y;
		
		float: left;
		
		margin-left: 6px;
	
	}


	div#content-double div#block-left div.block-left-content {

		background-image: url(../img/bg_content-double_block-left-content.gif);
		background-repeat: no-repeat;
		
		width: 100%;
		height: auto;
		min-height: 147px


	}



	div#content-double div#block-middle div.block-middle-content {
	
		background-image: url(../img/bg_content-double_block-middle-content.gif);
		background-repeat: no-repeat;
		
		width: 100%;
		height: auto;
		min-height: 147px
	
	}


	div#content-double div#block-left div.block-left-spacing,
	div#content-double div#block-middle div.block-middle-spacing {
	
		padding: 10px;

	}

	
div#content-double-footer {

	float: left;

	background-image: url(../img/bg_content-double_block-foot.gif);
	background-repeat: no-repeat;
	
	width: 100%;
	height: 5px;

}



/* ---------------------------------------------------------------------
			CONTENT-DOUBLE WEBSHOP
---------------------------------------------------------------------- */


div#content-webshop {

	width: 978px;
	height: auto;
	
	float: left;
	
	margin-top: 5px;
	
	background-image: url(../img/bg_content-double.gif);
	background-repeat: repeat-y;

}


	div#content-webshop div#block-left {
	
		width: 322px;
		height: auto;
		min-height: 10px;
		
		background-image: url(../img/bg_content-triple_block.gif);
		background-repeat: repeat-y;
		
		float: left;
	
	}



		div#content-webshop div#block-left ul {
		
			margin: 0;
			padding: 0;

			margin-left: 30px;

		
		}


			div#content-webshop div#block-left ul li a {
			
				font-size: 120%;
				font-weight: bold;


			
			}


				div#content-webshop div#block-left ul li a:hover {
				
					font-size: 120%;
					font-weight: bold;

					color: #0e448e;
	
	
				
				}


			
			div#content-webshop div#block-left ul ul {
			
				margin: 0;
				padding: 0;
	
				margin-left: 30px;
	
			
			}

		
	div#content-webshop div#block-middle {
	
		width: 650px;
		height: auto;
		
		background-image: url(../img/bg_content-double_block-middle.gif);
		background-repeat: repeat-y;
		
		float: left;
		
		margin-left: 6px;
	
	}


	div#content-webshop div#block-left div.block-left-content {

		background-image: url(../img/bg_content-double_block-left-content.gif);
		background-repeat: no-repeat;
		
		width: 100%;
		height: auto;
		min-height: 147px


	}



	div#content-webshop div#block-middle div.block-middle-content {
	
		background-image: url(../img/bg_content-double_block-middle-content.gif);
		background-repeat: no-repeat;
		
		width: 100%;
		height: auto;
		min-height: 147px
	
	}


	div#content-webshop div#block-left div.block-webshop-left-spacing1,
	div#content-webshop div#block-middle div.block-middle-spacing {
	
		padding: 10px;

	}

	div#content-webshop div#block-left div.block-webshop-left-spacing2 {

		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;

	}

	
div#content-webshop-footer {

	float: left;

	background-image: url(../img/bg_content-double_block-foot.gif);
	background-repeat: no-repeat;
	
	width: 100%;
	height: 5px;

}



/* ---------------------------------------------------------------------
			CONTENT-TRIPLE
---------------------------------------------------------------------- */


div#content-triple {

	width: 978px;
	height: auto;
	
	float: left;
	
	margin-top: 5px;
	
	background-image: url(../img/bg_content-triple.gif);
	background-repeat: repeat-y;

}


div#content-triple h1 {

	font-size: 14px;
	font-weight: bold;
	color: #df2618;
	
	margin: 0;
	padding: 0;
	
	margin-bottom: 10px;

}


	div#content-triple div#block-left {
	
		width: 322px;
		height: auto;
		
		background-image: url(../img/bg_content-triple_block.gif);
		background-repeat: repeat-y;
		
		float: left;
	
	}
		
	div#content-triple div#block-middle {
	
		width: 322px;
		height: auto;
		
		background-image: url(../img/bg_content-triple_block.gif);
		background-repeat: repeat-y;
		
		float: left;
		
		margin-left: 6px;
	
	}
	
	div#content-triple div#block-right {
	
		width: 322px;
		height: auto;
		
		background-image: url(../img/bg_content-triple_block.gif);
		background-repeat: repeat-y;
		
		float: left;
		
		margin-left: 6px;
	
	}

	div#content-triple div#block-left div.block-left-content,
	div#content-triple div#block-middle div.block-middle-content,
	div#content-triple div#block-right div.block-right-content {
	
		background-image: url(../img/bg_content-triple_block-content.gif);
		background-repeat: no-repeat;
		
		width: 100%;
		height: auto;
		min-height: 147px
	
	}


	div#content-triple div#block-left div.block-left-spacing,
	div#content-triple div#block-middle div.block-middle-spacing1,
	div#content-triple div#block-right div.block-right-spacing {
	
		padding: 10px;
	}


	div#content-triple div#block-middle div.block-middle-spacing2 {
	
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;

	}

	
div#content-triple-footer {

	float: left;

	background-image: url(../img/bg_content-triple_block-foot.gif);
	background-repeat: no-repeat;
	
	width: 100%;
	height: 5px;

}

/* ---------------------------------------------------------------------
			FOOTER
--------------------------------------------------------------------- */

div#footer {

	width: 978px;
	height: auto;
	
	margin-top: 5px;
	
	background-image: url(../img/rouw/bg_footer.gif);
	background-repeat: no-repeat;
	
	color: #ffffff;
	
	float: left;

	font-size: 10px;

}

	div#footer div#footer-top {
		
		width: 100%;
		height: 41px;
		
		line-height: 41px;
	
	}

	div#footer div#footer-top a,
	div#footer div#footer-top a:active,
	div#footer div#footer-top a:visited {
	
		color: #ffffff;
		text-decoration: none;
	}


	div#footer div#footer-top a:hover {
	
		color: #ffffff;
		text-decoration: none;
		
		border-bottom: 1px dotted #ffffff;
		padding-bottom: 2px;
	}
	
	div#footer div#footer-top div.footer-left {	
	
		float: left;
		width: auto;
		
		margin-left: 10px;
	
	}
	
	
	div#footer div#footer-top div.footer-right {	
	
		float: right;
		width: auto;
	
		margin-right: 10px;
	}
	


		div#footer div#footer-top div.footer-right ul {	
		
			margin: 0;
			padding: 0;

			list-style-type: none;

		}



			div#footer div#footer-top div.footer-right ul li {	
			
				display: inline;

				margin-left: 5px;
				margin-right: 5px;
	
			}
	
	div#footer div#footer-bottom {
	
		width: 100%;
		height: auto;
		
		color: #ffffff;
		
		margin-top: 10px;
		margin-bottom: 20px;
		
		text-align: center;

	}

		div#footer div#footer-bottom a,
		div#footer div#footer-bottom a:active,
		div#footer div#footer-bottom a:visited {

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

		div#footer div#footer-bottom a:hover {

			border-bottom: 1px dotted #ffffff;
			padding-bottom: 2px;
	
		}
		
/* ===============================================================================================
            ALGEMENE OPMAAK
=============================================================================================== */	

/* ---------------------------------------------------------------------
			HYPERLINKS OPMAAK
--------------------------------------------------------------------- */


div#mycontent a,
div#mycontent a:active,
div#mycontent a:visited {


	color: #e0a687;
	text-decoration: none;

}


div#mycontent a:hover {




}




div#mycontent a img,
div#mycontent a:active img,
div#mycontent a:visited img {


	border: 1px solid #b8d4f3;

	padding: 2px;

	background-color: #ffffff;

}


div#mycontent a:hover img {




}


div.blocktitle a img,
div.blocktitle a:active img,
div.blocktitle a:visited img {

	background-color: pink;

	border: 5px solid green;

}


/* ---------------------------------------------------------------------
			KOPPEN OPMAAK
--------------------------------------------------------------------- */



/* ---------------------------------------------------------------------
			FORMULIEREN OPMAAK
--------------------------------------------------------------------- */

input#search-frontpage-input {

	width: 261px;
	height: 23px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
	padding-top: 6px;
	padding-left: 5px;
	
	background: none;
	background-image: url(../img/bg_search-frontpage-input.gif);
	background-repeat: no-repeat;
	border: none;
		
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;

	z-index: 2;

	position: absolute;
	
	float: left;
	
}


input#search-frontpage-button {

	background: none;
	background-image: url(../img/bg_search-frontpage-submit.gif);
	
	border: 0;
	
	width: 30px;
	height: 23px;


	z-index: 2;

	position: absolute;
		
}



input {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002251;

	padding: 2px;

	border: 1px solid #002251;

}


	input:focus {
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #0c448f;
	
		padding: 2px;
	
		border: 1px solid #0c448f;
	
	}


textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #072136;

	border: 1px solid #002251;

	padding: 2px;

}


	textarea:focus {
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #0c448f;
	
		padding: 2px;
	
		border: 1px solid #0c448f;
	
	}


input.submit,
input.button {

	background: none;
	background-image: url(../img/btn-normal.gif);

	width: 99px;
	height: 20px;

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-align: center;

	border: 0;


}



input.button-normal {

	background: none;
	background-image: url(../img/btn-normal.gif);

	width: 99px;
	height: 20px;

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-align: center;

	border: 0;


}


input.button-big {

	background: none;
	background-image: url(../img/btn-big.gif);

	width: 150px;
	height: 20px;

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-align: center;

	border: 0;


}


input.button-reallybig {

	background: none;
	background-image: url(../img/btn-reallybig.gif);

	width: 200px;
	height: 20px;

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-align: center;

	border: 0;


}


input.mf-check {

	border: 0;

}


input.button-empty {

	border: 0;
	background: none;

}