/* CSS Document */


#box01 {
	float:left;
	padding: 0px;
	width: 150px;
	

}

#box02 {
	float:left;
	padding: 0px;
	width: 300px;
	

}

.field01 {
float:left;
	width:250px;
	height:20px;
	border: 1px solid #683C94;
	line-height:20px;
	background:#F1D721;
}

.field02 {
float:left;
	width:250px;
	height:100px;
	border: 1px solid #683C94;
	line-height:20px;
	background:#F1D721;
}

.submit01 {

	border: 1px solid #683C94;
	line-height:18px;
	background:#683C94;
	color:#fff;
	
}

.text01 {
float:left;
	width:150px;
	height:26px;
	line-height:26px;
}

.text02 {
float:left;
	width:250px;
	height:26px;
}

.text03 {
float:left;
	width:250px;
	height:110px;
}

.submit02 {

	border: 1px solid #683C94;
	line-height:18px;
	background:#683C94;
	color:#fff;
	
}
.new {
 width:300px;

}