/* USERINFO */
#userInfo {
	margin: auto;
	width: 650px;
	height: auto;
}
#userSpace {
	margin: auto;
	width: 650px;
	height: 20px;
}
#userTitle {
	width: 200px;
	height: 18px;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
#userResult {
	width: 450px;
	height: 18px;
	float: left;
	border-bottom: 1px solid #666666;
}
.pagerModule {
	display: block;
	clear: both;
	width: 680px;
	height: auto;

}
.pageTitle {
	width: 170px;
	height: auto;
	float: left;
}
a.pageHref {
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
    width: auto;
	height :10px;
	padding: 4px;
	text-decoration:underline;

}
a:hover.pageHref {
	color: red;
	background-color: #BBBBBB;
	border: 1px solid black;
	height :10px;
	padding: 4px;
}
.pageHrefSelect {
	float: left;
	display: block;
	color: blue;
	text-decoration: none;
	background-color: #BBBBBB;
	text-align: center;
	height :10px;
	padding: 4px;
	border: 1px solid black;
}
.noStore {
	color: red;
}
.inStore {
	color: green;
}
a#settingButton {
	float: left;
	display: block;
	width: 135px;
	height: 18px;
	text-decoration: none;
	text-align: center;
	color: black;
}
a:hover#settingButton {
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: red;
}
#settingButtonSelect {
	float: left;
	display: block;
	width: 135px;
	height: 18px;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: red;
}
#settingButtonDeactive {
	float: left;
	display: block;
	width: 135px;
	height: 18px;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: gray;
}
#settingLineBold {
	float: left;
	width: 150px;
	height: 25px;
	font-weight: bold;
}
#settingInput {
	float: left;
	width: 530px;
	height: 25px;
}
#settingSubmit {
	width: 680px;
	height: 25px;
	text-align: center;
}
#orderLine {
	width: 680px;
	height: 18px;
	display: block;
	clear: both;
}
#bubbleForm {
	float: left;
	height: 20px;
	width: 20px;
}
#inputForm {
	float: left;
	width: auto;
	height: auto;
}
