@charset "utf-8";
/* CSS Document */

.FullSection{
	float:left;
	text-align:left;
	width: 975px;
}

.FullSection div{
	padding: 4px 8px 4px 15px;
}

.LeftSection{
	float:left;
	text-align:left;
	width: 487.5px;
}

.LeftSection div{
	padding: 5px 8px 5px 15px;
}

.LeftSectionLabel{
	float:left;
	text-align:left;
	width: 150px;
}

.LeftSectionLabel input{
	width: 200px;
}

.LeftSectionLabel select{
	width: 209px;
}


