.lightbox{
	padding:7px 7px 0 0;
	width:396px;
	position:relative;
}
#close_dialog{
	background:url(../images/btn_close.gif) no-repeat left top;
	width:34px;
	height:34px;
	display:block;
	cursor:pointer;
	text-indent:-9999999px;
	position:absolute;
	top:0px;
	right:0px;
}
.ligth-blue-form{
	background:#f8fcff url(../images/bg_waves.gif) no-repeat right bottom;
	border-left:3px solid #cfe2ee;
	border-right:3px solid #cfe2ee;
	margin:0;
	padding:5px 28px 0px 26px;
	width:336px;
}
	* html .ligth-blue-form{
		width:336px;
	}
	span.top{
		background:url(../images/bg_top_form.gif) no-repeat left top;
		display:block;
		height:15px;
		width:396px;
		font-size:5px;
	}
	span.bottom{
		background:url(../images/bg_bottom_form.gif) no-repeat left top;
		display:block;
		height:15px;
		width:396px;
	}
	.ligth-blue-form h2{
		margin-bottom:20px;
	}
	.ligth-blue-form p{
		font:14px Arial, Helvetica, sans-serif;
		color:#7c7c7c;
		margin:10px 0 30px 0;
	}
	.ligth-blue-form table.blue-form{
		margin-bottom:7px;
	}
	.ligth-blue-form table.blue-form td{
		padding-bottom:9px;
	}
		.ligth-blue-form table.blue-form td input{
			width:196px;
			height:21px;
			border:1px solid #d0d4d6;
			font:14px Arial, Helvetica, sans-serif;
			color:#7c7c7c;
			padding:4px 0 0 3px;
		}
		.ligth-blue-form table.blue-form td label{
			font:14px Arial, Helvetica, sans-serif;
			color:#7c7c7c;
			margin:5px 10px 0 0;
			display:block;
		}
.btn_red_submit{
	background:url(../images/btn_red_submit.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	display:block;
	height:24px;
	width:70px;
}
#close_dialog_red{
	background:url(../images/btn_red_close.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	display:block;
	height:21px;
	width:66px;
	/*text-indent:99999999px;*/
}

ul.form-errors { color:#CC0000; font:normal 12px/normal Arial, Helvetica, sans-serif; margin:0 0 10px 0; padding:0; list-style:none; }
ul.form-errors li { line-height:normal; font-size:12px; margin:0; padding:0; }
