@charset "utf-8";
/* CSS Document */

.cstyle {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

.cstyle form {
	float: left;
}

.cstyle select {
min-width: 50px;
max-width: auto;
border: 1px solid #cccccc;
background-color: #ffffff;
}
