	/* ERRORS */
	
	#cyan_border .error_box {
		width: 100%;		
		background-color: #ffa4a4;
	}
	#cyan_border .error_box .top {
		background: url("/images/www/error/cyan_border/right_top.gif") top right no-repeat;
		background-color: #ffeaea;
	}
	#cyan_border .error_box .top .left {
		background: url("/images/www/error/cyan_border/left_top.gif") top left no-repeat;
		height: 12px;
		
	}
	#cyan_border .error_box .bottom {
		background: url("/images/www/error/cyan_border/right_bottom.gif") bottom right no-repeat;
		background-color: #ffeaea;
		
	}
	#cyan_border .error_box .bottom .left {
		background: url("/images/www/error/cyan_border/left_bottom.gif") bottom left no-repeat;
		height: 12px;
		
	}
	#cyan_border .error_box .middle {
		background: #ffeaea;
		border-left: 1px solid #ffa4a4;
		border-right: 1px solid #ffa4a4;
		padding: 0px 6px;
		color: #ff0000;		
	}
	
	
	
	#cyan .error_box {
		width: 100%;		
		background-color: #ffa4a4;
	}
	#cyan .error_box .top {
		background: url("/images/www/error/cyan/right_top.gif") top right no-repeat;
		background-color: #ffeaea;
	}
	#cyan .error_box .top .left {
		background: url("/images/www/error/cyan/left_top.gif") top left no-repeat;
		height: 12px;
		width: 99%;
	}
	#cyan .error_box .bottom {
		background: url("/images/www/error/cyan/right_bottom.gif") bottom right no-repeat;
		background-color: #ffeaea;
	
	}
	#cyan .error_box .bottom .left {
		background: url("/images/www/error/cyan/left_bottom.gif") bottom left no-repeat;
		height: 12px;
		width: 99%;
	}
	#cyan .error_box .middle {
		background: #ffeaea;
		padding: 0px 6px;
		color: #ff0000;		
	}	
	
	
	
	
	
	
	
	#green_border .error_box {
		width: 100%;		
		background-color: #e0ffe0;
	}
	#green_border .error_box .top {
		background: url("/images/www/error/green_border/right_top.gif") top right no-repeat;
		background-color: #e0ffe0;
	}
	#green_border .error_box .top .left {
		background: url("/images/www/error/green_border/left_top.gif") top left no-repeat;
		height: 12px;
		width: 20px;
	}
	#green_border .error_box .bottom {
		background: url("/images/www/error/green_border/right_bottom.gif") bottom right no-repeat;
		background-color: #e0ffe0;
		
	}
	#green_border .error_box .bottom .left {
		background: url("/images/www/error/green_border/left_bottom.gif") bottom left no-repeat;
		height: 12px;
		width: 20px;
	}
	#green_border .error_box .middle {
		background: #e0ffe0;
		border-left: 1px solid #a4eda4;
		border-right: 1px solid #a4eda4;
		padding: 6px;
		color: #000;
		
	}		
	
	
	
	
	#grey_border .error_box {
		width: 100%;		
		background-color: #fff;
	}
	#grey_border .error_box .top {
		background: url("/images/www/error/grey_border/right_top.gif") top right no-repeat;
		background-color: #fcfcfc;
	}
	#grey_border .error_box .top .left {
		background: url("/images/www/error/grey_border/left_top.gif") top left no-repeat;
		height: 22px;
		width: 99%;
		padding-top: 8px;
	}
	#grey_border .error_box .bottom {
		background: url("/images/www/error/grey_border/right_bottom.gif") bottom right no-repeat;
		background-color: #fcfcfc;
		
	}
	#grey_border .error_box .bottom .left {
		background: url("/images/www/error/grey_border/left_bottom.gif") bottom left no-repeat;
		height: 12px;
		width: 99%;
	}
	#grey_border .error_box .middle {
		background: #fff;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #d7d7d7;
		padding: 10px;	
	}
	
	#grey_border .error_box .content {
		display: block;
		clear: both;
		height: 100px;
	}




	#grey .error_box {
		width: 100%;		
		background-color: #fff;
	}
	#grey .error_box .top {
		background: url("/images/www/error/grey/right_top.gif") top right no-repeat;
		background-color: #fcfcfc;
	}
	#grey .error_box .top .left {
		background: url("/images/www/error/grey/left_top.gif") top left no-repeat;
		height: 12px;
		width: 99%;
	}
	#grey .error_box .bottom {
		background: url("/images/www/error/grey/right_bottom.gif") bottom right no-repeat;
		background-color: #fcfcfc;
		
	}
	#grey .error_box .bottom .left {
		background: url("/images/www/error/grey/left_bottom.gif") bottom left no-repeat;
		height: 12px;
		width: 99%;
	}
	#grey .error_box .middle {
		background: #fff;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	#grey .error_box .content {
		display: block;
		clear: both;
		height: 100px;
	}


	.error_box .content img {
   		border: 1px solid #ccc;
   		margin: 0px 10px;
   }
   
   .error_box .img {
   		float: left;
   }
   
   .pret_curent {
   		color: #666666;
   		padding-right: 30px;
   }
	
	.input-fields li.error input {
		border: #ffa4a4 solid 1px;
		background-color: #ffeaea;
		height: 20px;
	}
	
	form label.error{
		color: #EE0000;
	}
	
	form input.error{
		border: #FF7777 solid 2px;
		background-color: #FFFFFF;//#FFFAEA;
		color: #EE0000;

	}	   

