	.red_border
	{
		color: red !important;
	}
	
	.pozadie_lightbox
	{
		background: white;
		border-radius: 15px;
		position: relative;
		min-width: 400px;
		min-height: 100px;
		margin: 0 auto;
		padding: 25px;
	}
	.close_but
	{
		position: absolute;
		right: -30px;
		top:-25px;
		background: url("images/zavriet.png") no-repeat;		
		width: 45px;
		height: 45px;
		cursor: pointer;
	}
	div.close_but:hover
	{
		background: url("images/zavriet-stlacene.png") no-repeat;	
		
	}


	.ok_but{
		margin-top:20px;
		width: 176px;
		height: 41px;
		border: 0px solid;
		background: url('/img/new/pokracovat.png') no-repeat;
		border-radius: 5px;
		color: white;
		cursor: pointer;
	}
	
	div.ok_but:hover
	{
		background: url('/img/new/pokracovat-rollover.png');	
		
	}

	.nadpis_lb
	{
		font-size: 20px;
		color: rgb(72,194,243);
		margin-bottom: 20px;
	}

	.content_lb
	{
		color: rgb(170,170,170);		
		font-size: 12px;
	}

	.content_lb div
	{
		font-size: 16px;
		margin-bottom: 10px;		
		color: red;
	}

	#lightbox_alert
	{		
		position: fixed;		
		z-index: 2001;
		padding: 0px;				
		display: none;
		width: 300px;
		margin-left: 35%;
		top: 35%;
		height: 200px;
		text-align: center;
	}
	
	#lightbox_alert-shadow
	{
		position: fixed;
		top: 0;		
		left: 0;		
		width: 100%;
		height: 100%;
		background: #000; 
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
		z-index: 2000;
		display: none;
		text-align: center;
		margin: 0 auto;
		
	}
