body {
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 85%;
}

li div {
	display: table;
	height: 46px;
	margin-right: 10px;
	text-align: center;
	width: 100%;
}
li span {
	display: table-cell;
	vertical-align: middle;
}

/** Selectable item, which is a <li> **/
.selbox .ui-selecting {
	background: #aaaaaa;
}
.selbox .ui-selected {
	background: #98aaF3;
	color: white;
}
.selbox {
	list-style-type: none;//
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	/*width: 60%;*/
}
.selbox li {
	list-style-type: none;
	margin: 2px;
	padding: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	font-size: 12px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;//
	position: relative behavior : url(border-radius.htc);
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.selbox li:hover {
	background: #CCF;
	color: #FF0;
	font-weight: bold;
	-moz-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	box-shadow: 3px 5px 7px rgba(0,0,0,.7);
}

.hbox {
	width: 100%;
	text-align: center;// center the content of the container
}

.hboxdiv {
	width: 100px;
	display: inline-block;// display inline with abality to provide width/height
}
.result {
	border: 1px solid #c4cbcc;
	outline-style: solid;
	outline-color: #f2f3f3;
	outline-width: 7px;
	background: #eef;
	border-radius: 4px;
	list-style-type: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: 7px solid #f2f3f3;
	float: left;
	display: inline;
	margin: 0;
	width: 500px;
	margin-left: 10px;
}
.result:hover {
	-moz-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	background: #FCEFA1;
}
.pricing_table  ul {
	list-style: none;
	list-style-type: none;
	float: left;
	/*width: 147px;*/
	margin: 0;
	border: 10px solid #f2f3f3;
	padding: 5px;
	text-align: center;
	background-color: #eef;
	display: inline;
	margin: auto;
}
.pricing_table  ul:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	box-shadow: 3px 5px 7px rgba(0,0,0,.7);
	cursor: pointer;
}