#main {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top: 24px;
	width:1000px;
	z-index:0;
}

#left {
	position:absolute;
	left:0;
	width:705px;
}
#right {
	position:absolute;
	left:715px;
	width:275px;
}
#close {
	clear:left;
}

#left_1, #left_2, #left_3 {
	position:absolute;
	z-index:0;
	
	float:left;
	width:225px;
	
}

#left_1 { left:0px; top:18px}
#left_2 { left:240px; top:18px }
#left_3 { left:480px; top:18px }

#left_close {
	clear:left;
}

div#image_con {
	filter:alpha(opacity=0);
	-moz-opacity:0.0; 
	opacity:0.0;

}

.label { font-size:10px; }
.inputfield { padding-bottom:8px; }