div.button,.shell{
	float:left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

div.button a, .shell{
    display:block;
    position:relative;
    border-width:1px 0;
    border-color:#668CA8;
    border-style:solid;
    color:#395264;
    text-decoration:none;
    margin:4px 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
}
div.button a{
	background-image: url(../images_new/button_background.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.shell{
	background-color: #FFFFCC;
}
div.button a span, .inner {
	display:block;
	position:relative;
	margin:0 -1px;
	border-width:0 1px;
	border-color:#668CA8;
	border-style:solid;
	padding:5px 10px;
	line-height:normal;
}
div.button a:hover {
    border-color:#395264;
    color:#000000;
}
div.button a:hover span {
    border-color:#395264;
}
div.right{
	float:right;
}

.sizeone{
	width:150px;
}