@charset "utf-8";
/* --------------------------------------------------------=
	CSS Document by Juice BV
	Copyright  Juice BV 

	Juice BV
	Noorderbaan 10
	5388 RB Nistelrode
	
	T: 0412-611453
	F: 0412-614963
	E: info@itsallinthemix.nl
	I: www.itsallinthemix.nl
=-------------------------------------------------------- */

/* CSS Document */

body {
	background	: repeat-x url(/images/top.jpg);
	margin		: 0;
	padding		: 0;
	font-family	: Arial;
	color		: #333333;
	font-size	: 12px;
}
.row {
	overflow		: hidden;
	clear			: both;
}
.clear {
	clear		: both;
	height      : 1px;
}
.clear2 {
	clear		: both;
}
img {
	border		: 0;
}
#headerBg {
	height		: auto;
	background	: no-repeat url(/images/header.jpg) center top;
	width		: 100%;
}
.container {
	margin		: 0 auto;
	width		: 900px;
	position	: relative;
	z-index		: 20;
}
	#header {
		position	: absolute;
		left		: 0;
		top			: 0;
		height		: 205px;
		width		: 100%;
	}
		#logoUsv {
			dipslay		: block;
			position	: absolute;
			background	: no-repeat url(/images/logo_usv.gif) top left;
			width		: 405px;
			height		: 45px;
			left		: 6px;
			top			: 30px;
		}
		#logoDv {
			dipslay		: block;
			position	: absolute;
			background	: no-repeat url(/images/logo_dv.gif) top left;
			width		: 405px;
			height		: 45px;
			left		: 6px;
			top			: 30px;
		}
		.headNav {
			position	: absolute;
			right		: 0;
			top			: 20px;
			color		: #dddddd;
			font-size	: 14px;
			width		: 560px;
			text-align	: right;
		}
			.headNav a {
				margin			: 0px 4px;
				color			: #a7c538;
				font-weight		: bold;
				text-decoration	: none;
			}
				.headNav a:hover {
					color		: #a7c538;
					text-decoration: underline;
				}
		.slogan {
			width		: 581px;
			height		: 42px;
			background	: no-repeat url(/images/slogan.png);
			position	: absolute;
			left		: 6px;
			top			: 130px;
		}
	#pos {
		padding-top		: 205px;
		overflow		: hidden;
	}
		.left {
			width		: 650px;
			float		: left;
		}
			.width {
				width		: 630px;
			}
			.liveBoard {
				display		: block;
				position	: relative;
				width		: 630px;
				height		: 236px;
			}
			.liveBoardImg {
				border		: none;
			}
			.liveBoardOverlay  {
				cursor		: pointer;
				display		: block;
				position	: absolute;
				top			: 0;
				left		: 0;
				width		: 630px;
				height		: 236px;
				background	: url(/images/liveBoard.png) no-repeat top left;
			}
		.right {
			float		: left;
			width		: 250px;
		}
			.nav {
				clear		: both;
				height		: 36px;
				padding		: 2px;
			}
				.nav a, .nav span.drop {
					background	: no-repeat url(/images/menu.gif) right top;
					color		: #ffffff;
					cursor		: pointer;
					display		: block;
					float		: left;
					height		: 27px;
					padding		: 9px 13px 0 11px;
					text-decoration	: none;
					font-size	: 14px;
					font-weight	: bold;
				}
					.nav a.last {
						background	: none;
						padding-right	: 7px;
					}
					.nav a:hover, .nav span.drop:hover {
						background	: repeat-x url(/images/menu_hover.gif) right top;
					}
					.nav a.last:hover {
						background	: repeat-x url(/images/menu_hover.gif) left top;
					}
				.nav ul, .nav ul li {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				.nav ul li {
					float: left;
					position	: relative;
					display: block;
					z-index: 990;
				}
					.nav ul li ul {
						left		: 0;
						position	: absolute;
						display		: none;
						z-index		: 990;
						width		: 160px;
						background	: no-repeat url(../images/sub.png) left bottom;
						margin		: 36px 0 0 0;
						padding		: 5px 0;
					}
						.nav ul li ul li {
							display	: block;
							clear	: both;
						}
							.nav ul li ul li a {
								background	: none;
								padding		: 0;
								height		: auto;
								float		: inherit;
								display		: block;
								color		: #ffffff;
								clear		: both;
								font-size	: 12px;
								padding		: 3px 10px;
								font-weight	: bold;
								width		: 140px;
							}
								.nav ul li ul li a:hover {
									background: #cdde91;
								}
			.path {
				font-weight	: bold;
				color		: #333333;
				margin		: 20px 0;
				padding		: 0 0 0 10px;
			}
				.path a {
					color			: #a7c538;
					text-decoration	: underline;
				}
					.path a:hover {
						text-decoration	: none;
					}
			a.item {
				width		: 630px;
				height		: 227px;
				background	: no-repeat url(/images/item.png);
				position	: relative;
				display		: block;
				margin		: 0 0 13px 0;
				text-decoration: none;
			}
			a.item:hover {
				background	: no-repeat url(/images/itemOver.png);
				text-decoration: none;
			}
				.iTitle {
					white-space: nowrap;
					overflow	: hidden;
					display		: block;
					height		: 19px;
					font-size	: 18px;
					font-weight	: bold;
					color		: #ffffff;
					text-decoration	: none;
					padding		: 8px 10px 10px;
					margin		: 0 0 15px 0;
				}
				.iImg {
					margin		: 0 0 0 12px;
					float		: left;
					width		: 160px;
				}
				.iTxt {
					float		: left;
					width		: 210px;
					font-size	: 11px;
					color		: #333333;
				}
					.iTxt span {
						color	: #dc7501;
					}
					.iTxt span:hover {
						color	: #dc7501;
						text-decoration: underline;
					}
				.iData {
					position	: absolute;
					width		: 216px;
					left		: 402px;
					top			: 52px;
					color		: #333333;
					text-align	: center;
				}
				.iLastBid, .iLast {
					width		: 115px;
					font-weight	: bold;
					left		: 407px;
					text-align	: center;
					position	: absolute;
				}
				.iLastBid {
					font-size	: 11px;
					color		: #333333;
					top			: 150px;
				}
				.iLast {
					color		: #a7c838;
					font-size	: 18px;
					top			: 168px;
				}
				.iBid {
					display		: block;
					width		: 78px;
					height		: 32px;
					cursor		: pointer;
					position	: absolute;
					right		: 16px;
					bottom		: 33px;
					background	: no-repeat url(/images/bieden_item.gif);
				}
				.iSell {
					clear		: both;
					position	: relative;
				}
				.iSeller {
					font-weight	: bold;
					position	: absolute;
					left		: 14px;
					top			: -55px;
				}
					.iSeller a {
						font-weight	: normal;
						color		: #333333;
						text-decoration	: none;
					}	
						.iSeller a:hover {
							text-decoration	: underline;
						}
			.paginering {
				padding		: 10px 0 0 0;
				border-top	: 1px solid #e5e5e5;
				font-weight	: bold;
				color		: #666666;
				word-spacing: 10px;
			}
				.paginering strong {
					padding-right	: 20px;
					word-spacing	: normal;
				}
				.paginering a {
					word-spacing	: normal;
					color			: #666666;
					text-decoration	: none;
				}
				.paginering a:hover {
					color			: #aaaaaa;
				}
#footer {
	background	: repeat-x url(/images/footer.gif) left bottom;
	height		: 377px;
	position	: relative;
	margin		: -50px 0 0 0;
	z-index		: 10;
}
	#footerInner {
		background	: no-repeat url(/images/bg_footer.gif) center bottom;
		height		: 377px;
	}
	.footerPos {
		padding		: 185px 0 0 0;
	}
		.footerContainer {
			background	: repeat-y url(/images/footer2.gif);
			min-height	: 160px;
			_height		: 160px;
		}
	.block {
		clear		: both;
		margin		: 0 0 20px 0;
		padding		: 10px;
	}
	.blockImg {
		padding		: 0;
	}
	.login {
		height		: 138px;
		padding-top	: 25px;
		position	: relative;
		background	: no-repeat url(/images/headerLoginBig.jpg) bottom left;
	}
	.logout {
		height		: 88px;
		padding-top	: 25px;
		position	: relative;
		background	: no-repeat url(/images/headerLoginSmall.jpg) bottom left;
	}
		.login input, .logout input {
			border		: 0;
			padding		: 0 5px;
			margin		: 0;
			width		: 140px;
			height		: 25px;
			line-height : 25px;
			background	: no-repeat url(/images/input.gif);
			position	: absolute;
			right		: 10px;
			vertical-align: middle;
		}
		.lEmailInput {
			top			: 55px;
		}
		.lPassInput {
			top			: 86px;
		}
		.bTitle {
			color		: #cdde91;
			font-size	: 24px;
		}
		.lEmailTxt, .lPassTxt, .lErrorTxt {
			color		: #ffffff;
			position	: absolute;
			left		: 10px;
		}
		.lEmailTxt {
			top		: 62px;
		}
		.lPassTxt {
			top		: 93px;
		}
		.lErrorTxt {
		    color   : #dd0000;
			top		: 124px;
		}
		.lInloggen {
			width		: 80px;
			height		: 19px;
			background	: no-repeat url(/images/inloggen.png);
			_background	: no-repeat url(/images/inloggen.gif); /* IE6 */
			cursor		: pointer;
			position	: absolute;
			right		: 10px;
			top			: 118px;
		}
		.lUitloggen {
			width		: 86px;
			height		: 19px;
			background	: no-repeat url(/images/uitloggen.png);
			_background	: no-repeat url(/images/uitloggen.gif); /* IE6 */
			cursor		: pointer;
			position	: absolute;
			right		: 10px;
			top			: 95px;
		}
		.lForgot {
			position	: absolute;
			bottom		: 8px;
			left		: 10px;
			right		: 10px;
			text-align	: center;
			color		: #cdde91;
			background	: no-repeat url(/images/login.gif) left top;
			padding		: 5px 0 0 0;
		}
			.lForgot a {
				color			: #ffffff;
				text-decoration	: none;
			}
			.lForgot a:hover {
				color			: #ffffff;
				text-decoration	: underline;
			}
		.lBewerk {
			position	: absolute;
			bottom		: 12px;
			left		: 10px;
			right		: 10px;
			text-align	: left;
			color		: #7db3c5;
			padding		: 5px 0 0 0;
		}
			.lBewerk a {
				color			: #1c6e90;
				text-decoration	: none;
			}
			.lBewerk a:hover {
				color			: #1c6e90;
				text-decoration	: underline;
			}
		.round {
			background	: no-repeat url(/images/round_top.gif) left top #a7c538;
			padding		: 0;
		}
			.roundInner {
				background	: no-repeat url(/images/round_bottom.gif) left bottom ;
				padding		: 10px;
			}
			.googleAdOverlayZIndex {
				position: relative;
				z-index: 999;
			}
	.verfijnRow {
		margin		: 10px 0 0 0;
	}
		.dropDesc {
			color		: #ffffff;
			float		: left;	
			width		: 72px;
			padding		: 5px 0 0 0;
		}
		.dropdown {
			float		: left;
			width		: 150px;
		}
			.dropdown ul {
				list-style	: none;
				padding		: 0;
				margin		: 0;
			}
			.dropdown ul li {
			}
			.dropdown ul li span {
				display		: block;
				height		: 17px;
				width		: 100%;
				background	: no-repeat url(/images/dropdown.gif);
				font-size	: 11px;
				padding		: 5px 0 0 5px;
				cursor		: pointer;
			}
			.dropdown ul li ul  {
				display		: none;
				position	: absolute;
				height		: auto;
				width		: 150px;
				background	: no-repeat url(/images/dropdownOver.png) left bottom;
				padding		: 2px 0 3px 0;
				margin		: -3px 0 0 0;
			}
			.dropdown ul li ul li {
				height		: 17px;
				width		: 100%;
				background	: none;
				font-size	: 11px;
				padding		: 5px 0 0 5px;
				cursor		: pointer;
			}
			.dropdown ul li ul li:hover {
				background	: no-repeat url(/images/dropdownHover.png);
			}
	.copy {
		padding		: 4px 0 20px 0;
		font-size	: 11px;
		overflow	: hidden;
	}
		.fLeft {
			float		: left;
			width		: 300px;
			padding-left	: 20px;
		}
		.fRight {
			float		: right;
			width		: 300px;
			text-align	: right;			
			padding-right: 20px;		
		}
			.fRight a {
				color		: #a7c538;
			}
		.hoeRow {
			display: block;
			clear: both;
		}
			.hoeRow img {
				float	: left;
				margin	: 15px 0 0 0;
			}
			.hoeDesc {
				float		: left;
				width		: 195px;
				padding		: 15px 0 0 10px;
				background	: repeat-y url(/images/vert.gif) left top;
				color		: #ffffff;
			}
		.hoeRowFirst {
			margin		: 15px 0 0 0;
		}
			.hoeRowFirst img {
				margin	: 0;
			}
			.hoeRowFirst .hoeDesc {
				padding		: 0 0 0 10px;
			}
		.landingMenu {}
		.landingMenu ul {
			list-style: none;
			margin: 10px 0 0 10px;
			padding: 0;
		}
		.landingMenu ul li {
			list-style: none;
			display: block;
			margin: 0;
			padding: 0;
		}
		.landingMenu ul li a {
			height: 15px;
			padding: 0 0 0 30px;
			background: no-repeat url(/images/arrow.gif) 3px 2px;
			display: block;
			margin: 0 0 5px 0;
			color: #ffffff;
			text-decoration: none;
		}
		.landingMenu ul li a:hover {
			text-decoration: underline;
		}
	.footerBlock, .footerBlockLarge {
		float		: left;
		width		: 180px;
		padding		: 10px 0 0 20px;
		color		: #ffffff;
	}
	.footerBlock li {}
	.footerBlockLarge {
		width		: 265px;
	}
		.footerTitle {
			font-size		: 14px;
			color			: #ffffff;
			font-weight		: bold;
			margin			: 0 0 15px 0;
		}
		.footerBlock li {
			list-style: none;
		}
		.footerBlock a {
			height		: 15px;
			padding		: 0 0 0 30px;
			background	: no-repeat url(/images/arrow.gif) 3px 2px;
			display		: block;
			margin		: 0 0 5px 0;
			color		: #ffffff;
			text-decoration	: none;
		}
			.footerBlock a:hover {	
				text-decoration	: underline;
			}
	.nbrow {
		padding		: 15px 0 0 0;
	}
		.nieuwsbrief {
			display		: block;
			float		: left;
			border		: 0;
			height		: 25px;
			line-height	: 25px;
			width		: 155px;
			background	: no-repeat url(/images/email.gif);
			font-size	: 11px;
			padding		: 0 0 0 5px;
		}
		.aanmelden {
			border		: 0;
			height		: 24px;
			width		: 100px;
			background	: no-repeat url(/images/aanmelden.gif);
			cursor		: pointer;
			margin-top	: 1px;
		}
	.title, h2, h3, h4, h4 a {
		font-size		: 24px;
		color			: #a7c538;
		margin			: 0 0 10px 0;
		padding			: 0 0 5px 0;
		border-bottom	: 1px solid #e5e5e5;
		text-decoration : none;
		position		: relative;
	}
	h3 {
	    font-size: 20px;
	    border:0;
	}
	h4, h4 a {
	    font-size: 16px;
	    border:0;
	}
	
.upcomming {
	margin		: 0 0 15px 0;
}
	.upcomming a {
		width		: 195px;
		height		: 270px;
		display		: block;
		float		: left;
		background	: no-repeat url(/images/small.jpg);
		text-decoration	: none;
		margin		: 0 20px 0 0;
		cursor		: pointer;
	}
		.upcomming a.last {
			margin		: 0;
		}
		.upcomming a:hover {
			background	: no-repeat url(/images/small_hover.jpg);
		}
		.uImg {
			text-align	: center;
			display		: block;
			height		: 107px;
		}
		.uDesc {
			display		: block;
			height		: 30px;
			color		: #333333;
			font-size	: 11px;
			padding		: 0 20px;
		}
		.uUrl {
			font-size	: 11px;
			display		: block;
			padding		: 0 20px;
			color		: #dc7501;
			text-decoration	: underline;
		}
		.uStart {
			text-align	: center;
			color		: #333333;
			display		: block;
			margin		: 10px 0 0 0;
		}
			.uStart strong {
				display	: block;
			}
		.movie {
			width		: 300px;
		}
		.movieLast {
			float		: right;
		}
		.movieBox {
			height		: 229px;
			background	: no-repeat url(/images/movie.jpg);
			padding		: 20px 0 0 0;
			text-align	: center;
			width		: 300px;
		}
	.detail {
		width		: 630px;
		background	: repeat-y url(/images/det_center.gif);
	}
		.detailTop {
			background	: no-repeat url(/images/det_top.gif);
		}
		.detailBottom {
			height		: 30px;
			background	: no-repeat url(/images/det_bottom.gif);
		}
		.detLeft {
			float		: left;
			width		: 425px;
			float		: left;
			margin		: 0 0 0 9px;
			padding		: 5px 0;
		}
			.zoom a  {
				display		: block;
				width		: 190px;
				height		: 127px;
				position	: relative;
				margin		: 5px;
				background	: none;
			}
			.zoom a .zoomIn  {
				display		: block;
				position	: absolute;
				top			: 100px;
				left		: 163px;
				width		: 21px;
				height		: 21px;
				background	: no-repeat url(/images/zoomIn.png) top left;
			}
		.detRight {
			float		: right;
			width		: 166px;
			margin		: 0 12px 0 0;
			_margin		: 0 6px 0 0 ;
		}
		.line {
			margin		: 10px 0;
		}
		.drCenter {
			text-align	: center;
		}
		.sluit {
			font-size	: 14px;
		}
		.lastBid {
			height		: 27px;
			background	: no-repeat url(/images/last.gif) center top;
			color		: #a7c838;
			font-size	: 18px;
			font-weight	: bold;
			padding		: 5px 0 0 0;
		}
		.finalBid {
		    color       : #dd0000;
		}
		.prijs {
			display		: block;
			float		: left;
			width		: 56px;
			height		: 25px;
			line-height	: 25px;
			background	: no-repeat url(/images/prijs.gif);
			border		: 0;
			padding		: 0 0 0 20px;
			margin		: 4px 0 0 0;
		}
		.bied {
			border		: 0;
			width		: 78px;
			height		: 25px;
			background	: no-repeat url(/images/bieden.gif);
			cursor		: pointer;
			margin		: 4px 0 0 5px;
		}
		.register {
			padding	: 0 0 0 10px;
			background	: no-repeat url(/images/arr.gif) 0 5px;
			color		: #a7c538;
			font-weight	: bold;
		}
			.register:hover {
				text-decoration	: none;
			}
		.geschiedenis {
			margin		: 55px 0 0 0;
		}
			.history {
				font-weight		: bold;
				border-bottom	: 1px solid #c3c3c3;
				padding			: 0 0 3px 0;
			}
			.hisRow {
				border-bottom	: 1px solid #c3c3c3;
				padding		: 13px 0;
			}
				.nr {
					float		: left;
					width		: 20px;
					font-weight	: bold;
				}
				.data {
					float		: left;
					width		: 140px;
				}
		.dialog-bottom {
			
			position	: absolute;
			z-index		: 999;
			width		: 664px;
			left		: 50%;
			margin		: 0 0 0 -332px;
			top			: 50px;
			background	: no-repeat url(/images/dialog-bottom.png) left bottom;
			padding		: 0 0 19px 0;
		}
			.dialog-top {
				background	: no-repeat url(/images/dialog-top.png);
				padding		: 14px 0 0 0;
			}
				.dialog {
					background	: repeat-y url(/images/dialog-bg.png);
					padding		: 5px 19px 5px 15px;
					color		: #333333;
					height  	: 700px;
				    overflow    : none;
				}
				.dialogTxt  {
					color		: #333333;
					height  	: 625px;
					overflow	: auto;
					padding-right: 8px;
				}
				.dialog-row {
					overflow		: hidden;
					clear			: both;
					padding			: 10px 0 0 0;
				}
					.dialog-confirm, .verzend {
						float		: left;
						width		: 102px;
						height		: 25px;
						background	: no-repeat url(/images/confirm.gif);
						cursor		: pointer;
						margin		: 0 8px 0 0;
					}
						.tellafriend .dialog-confirm, .verzend {
							background	: no-repeat url(/images/send.gif);
						}
					.dialog-cancel, .wis {
						float		: left;
						width		: 97px;
						height		: 25px;
						background	: no-repeat url(/images/cancel.gif);
						cursor		: pointer;
					}
						.tellafriend .dialog-cancel, .wis {
							width		: 77px;
							background	: no-repeat url(/images/clear.gif);
						}
					.dialog-close {
						position	: absolute;
						right		: 30px;
						top			: 20px;
						width		: 61px;
						height		: 19px;
						background	: no-repeat url(/images/close.gif);
						cursor		: pointer;
					}
					.dialog img {
						display		: block;
						margin		: 0 0 5px 0;
					}
						.uwBod {
							font-size		: 18px;
							font-weight		: bold;
							color			: #a7c838;
						}
						div.alg-vw {
							font-size		: 14px;
							font-weight		: bold;
							margin			: 15px 0 0 0;
						}
						textarea.alg-vw {
							width		: 500px;
							border		: 1px solid #c0e8fa;
							font-size	: 11px; 
							color		: #7f7f7f;
							height		: 85px;
						}
			.form-left {
				float		: left;
				width		: 210px;
				padding		: 5px 0 0 0;
				margin		: 3px 0;
			}
			.form-right {
				float		: left;
				width		: 300px;
				margin		: 3px 0;
			}
				.form-right input {
					border		: 1px solid #c0e8fa;
					width		: 100%;
					padding		: 3px;
					width		: 293px;
				}
					.form-right input.med {
						width		: 208px;
					}
					.form-right input.small {
						width		: 72px;
					}
				.form-right select {
					border		: 1px solid #c0e8fa;
					width		: 80px;
					padding		: 3px;
				}
					.form-right select.med {
						width		: 120px;
					}
				.alg-vw-form {
					width		: 510px;
					border		: 1px solid #c0e8fa;
					font-size	: 11px; 
					height		: 85px;
				}
				.formError {
				    color       : #dd0000;
				}
				.formErrorBlock {
				    color   : #dd0000;
				    display : block;
				    clear   : both;
				    margin-left: 125px;
				}
				
		.linkToSite {
			position	: absolute;
			right		: -33px;
			top			: 120px;
			width		: 320px;
			text-align	: center;
		}
.linkTop {
    position        : relative;
    float           : right;
    text-decoration : none;
    color           : #a7c538;
}
    .linkTop:hover {
        text-decoration : underline;
    }
.linkTellAFriend {
    text-decoration : none;
    color           : #a7c538;
}
    .linkTellAFriend:hover {
        text-decoration : underline;
    }
	
/* ===== CMS: content ===== */
.cmsTable {
}
.cmsTable td { 
	padding: 5px 10px 5px 0;
}

/* ===== Overige ===== */
.googleIndexText
{
	font-size	: 12px;
	color		: #666666;
	margin		: 0 10px 10px;
}

/* ==== Gastenboek ==== */
.gastLeft
{
	float	: left;
	padding	: 0 0 0 5px;
	line-height	: 23px;
	display	: block;
	width	: 450px;
}
	.gastLeft a
	{
		color	: #64bae7;
	}
	.gastLeft a:hover
	{
		text-decoration	: none;
	}
.gastRight
{
	line-height	: 23px;
	float	: right;
	width	: 150px;
	text-align	: right;
	padding		: 0 5px 5px 0;
}
.blueStroke
{
	background	: repeat-x url(../images/blueStroke.gif);
	height		: 23px;
}
	.blueStroke .gastLeft, .blueStroke .gastRight
	{
		color	: #ffffff;
		font-weight	: bold;
		font-size	: 14px;
	}
.paging
{
	border-top	: 1px solid #e5e5e5;
	padding		: 10px 0 0 0;
	overflow	: hidden;
}

.paging *
{
	display	: block;
	float	: left;
	font-size	: 14px;
	font-weight	: bold;
	color		: #cccccc;
	line-height	: 14px;
	text-decoration	: none;
	padding	: 4px;
}
.paging span, .paging a
{
	min-width: 10px;
	border		: 1px solid #ebebeb;
	text-align	: center;
	margin		: 0 3px 0 0;
}
.paging span, .paging a:hover
{
	background	: #ebebeb;
	color		: #ffffff;
}
.grayStroke
{
	background	: repeat-x url(../images/grayStroke.gif);
	height		: 23px;
	line-height	: 23px;
	margin		: 20px 0 10px 0;
	padding		: 0 0 0 5px;
	color		: #333333;
	font-weight	: bold;
	font-size	: 14px;
}
.formLeft
{
	float	: left;
	width	: 120px;
	padding	: 0 0 0 5px;
	color	: #333333;
	line-height	: 24px;
}
.formRight
{
	float	: left;
	width	: 365px;
	line-height: 25px;
}
	.formRight input, .formRight textarea
	{
		border	: 1px solid #d3e29b;
	}
	.formRight input
	{
		width	: 190px;
	}
	.formRight textarea
	{
		width	: 100%;
		height	: 90px;
		margin	: 0 0 5px 0;
		resize: none;	/*disable resize button right bottom*/
	}
	.load
	{
		color	: #64bae7;
		font-weight	: bold;
		margin		: 0 0 0 5px;
	}
	.submit
	{
		margin	: 5px 0 0 0;
	}
	
	.submit:hover
	{
		cursor: pointer;
	}
.adsense
{
	float	: left;
	width	: 300px;
	height	: 250px;
}
.adLeft
{
	margin: 0 30px 0 0;
}
