.toggle_container {
		margin: 0 0 5px;		
/*		background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;*/
		overflow: hidden;		
		clear: both;
		width:276px; 
		margin:-2px auto; 
		background:white; border:1px solid #6B97C2;display:none;position:absolute;		
		border-top:0px;
		z-index:980;		
}
.toggle_container1 {
	margin: 0 0 5px;		
/*	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;*/
	overflow: hidden;		
	clear: both; 
	width:276px; 
	margin:-2px auto; 
	background:white; border:1px solid #6B97C2; position:absolute;display:none;	border-top:0px;
	z-index:990;
}
.div_error{
	color:red;
	size:2;
}
.div_text{
	font-family:arial;font-size:14px;font-weight:bold;padding:5px 0 0 5px;
}
.div_padding1{
	padding:5px 0 0 35px;
}.div_padding2{
	padding:5px 0 5px 6px;
}
.div_text_align{
	text-align:center;
}


.div_text_align input.style_button
{
	/*background-image:url(../img/button_submit_1.png);*/
	background-repeat:no-repeat;
	float:left;
	color:#ffffff;
	text-align:center;
	z-index:9999;
	font-size:12px;
	/*width:200px; */
	width:304px; 
	height:25px;
	background-color:#1c7db0;
	border:1px #000 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.div_text_align_left{
	float:left;
}
.div_text_align_left1{
	float:left;
	padding:0 0 7px 0;
}