﻿#lightboxAll #distributers-email-form{
	display:block ;
	text-align:left;
}
#lightbox-back{
	border:2px solid #161616;
	background:#000;
	width:304px;
	margin:0 auto;
}
	#lightbox-wrapper{
		 padding:20px;
	}
#distributers-email-form .top{
	text-align:right;
}
	#distributers-email-form .close-lb{
		 background:url(../Image/Buttons/close.jpg) no-repeat right 2px;
		 padding-right:15px;
		 color:#f08139;
		 font-size:11px;
	}

#distributers-email-form{
	display:none;
}
	#distributers-email-form .caption{
		border-bottom:2px solid #363636;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	#distributers-email-form .caption strong{
		color:#f08139;
		font-size:14px;
	}
	#distributers-email-form .field{
		 height:53px;
	}
	
	#distributers-email-form .ddl,
	#distributers-email-form .txt{
		background:#171717;
		color:#fff;
		border:1px solid #2e2e2e;
		width:100%;
		font-size:12px;
	}
	#distributers-email-form select{
		 background:red;
	}
	#distributers-email-form .lbl{
		color:#fff;
		display:block;
		font-size:12px;
		padding-bottom:5px;
	}
	#distributers-email-form .validator{
		position:relative;
		top:-5px;
		left:0;
		font-size:10px;
	}
	#distributers-email-form .textarea .field{
		 height:auto;
	}
	#distributers-email-form textarea{
		 height:80px;
		 overflow:auto;
	}
	#distributers-email-form .row{
		margin-top:10px;
		text-align:right;
	}
		#distributers-email-form .row .submit{
			xborder:none;
			background:url(../Image/Buttons/send.gif) no-repeat 0 0;
			cursor:pointer;
			color:#fff;
			width:66px;
			height:24px;
			display:inline-block;
			*display:inline;
			zoom:1;
		}

