@import url("common.css");

#contentS{
	background: none;
}

#content{
	background: url(../images/jpg/body-bg-cup.jpg) no-repeat top left;
}

#bottomgray{
	background: url(../images/jpg/bottom-bg-slice.jpg) repeat-x top left;
}

#bottomgraycontent
{
	background: url(../images/jpg/body-bg-gray.jpg) no-repeat top left;
	height: 178px;
	float: left;
}

#views{
	float: left;
	width: 555px;
	padding: 0 0 10px 0;
}

.inputSubmit{
	border: none;
	background: none;
	margin: 0 0 0 10px;
	padding: 0 3px 2px 3px;
	float: right;
	cursor: pointer;
}

.categoryList{
	background:#eee;width:150px;height:40px;border:1px dotted #000;text-align:center;vertical-align:center;float:left;margin:5px;padding:30px 10px 10px 10px;
}
.categoryList a{color:#000;}
