/* CSS Document */
#left_content p{
	width:100%;
	height:auto;
	float:left;
	padding: 0;
	margin:5px 0;
}
#left_content fieldset {
	padding:10px 10px 10px 10px;
}
#left_content legend {
	font-family: MS Sans Serif;
	font-weight:bold;
	font-size:14px;
	color:#FF3300;
	letter-spacing:3px;
}
#left_content label.text_input {
	float: left;
	position: relative;
	width: 80px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
}
#left_content p.wait {
	font-family: MS Sans Serif;
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
	text-align:center;
	height:100px;
	padding-top:40px;
}
#left_content p.contentArea {
	width:96%;
	height:auto;
	float:left;
	padding:2% 2% 2% 2%;
	margin:5px 0;
	background-color:#FFFF7D;
}