@charset "UTF-8";
/* CSS Document */
/**
* form
**/
form fieldset {
	float:left;
	width:600px;
	border:none;
}
form fieldset#col {
	width:300px;
}
form input.textBox {
	width:280px;
}
form input.button {
	margin:10px 0 0 0;
}
