#overlay {
		z-index: 9999;
		width: 340px;
	}
	
	.overlay {
		z-index: 9999;
		width: 340px;	
	}
	
		.overlay_content {
			background: #ffffff;
			border: 5px solid #E1D8CC;
			padding: 20px;
		}
	
	.blocks {
		background: #ffffff;
		border: 5px solid #E1D8CC;
		padding: 20px;
	}
	
	.close {
		background: url(../images/close.gif) no-repeat 0 0;
		float: right;
		height: 20px;
		width: 19px;
	}
	
	.blocks form div {
		margin: 0 0 10px 0;
	}
	
		form .input1_right {
			background: url(../images/bg_input1.gif) no-repeat 0 0;
			height: 20px;
			padding: 6px 10px 0;
			width: 274px;
		}
			
			form .error {
				color: #6e8d24;
			}
				
				form .input1_right input {
					border: 0;
					background: transparent;
					color: #777777;
					font-size: 11px;
					margin: 0;
					padding: 0;
					width: 274px;
				}
			
		.news_options li {
			background: url(../images/line.gif) repeat-x 0 100%;
			font-size: 11px;
			list-style: none;
			margin: 0 0 7px 0;
			padding: 0 0 7px 5px;
		}
		
			.news_options li span {
				padding: 0 0 0 5px;
			}
			
			.news_options li span.left {
				padding: 0 20px 0 5px;
			}
				
		div.selectbox_right {
			background: url(../images/bg_input3.gif) no-repeat 100% 0;
			width: 171px;
		}
		
		div.selectbox_right .select-text,
		div.selectbox_right select {
			width: 171px;
		}