.Button
	{
	background-color:#ccc;
	background-image:url(../images/button.png);
	background-position:top;
	background-repeat:repeat-x;
	border-color:#999;
	border-radius:12px;
	border-style:solid;
	border-width:1px;
	color:#000;
	font-size:12px;
	height:16px;
	line-height:16px;
	padding:3px 11px;
	text-align:center;
	text-shadow:#999 1px 2px 3px;
	cursor:pointer;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	}
.Button a
	{
	color:#000;
	font-size:12px;
	text-decoration:none;
	text-shadow:#999 1px 2px 3px;
	}
.Button a:hover
	{
	text-decoration:none;
	text-shadow:none;
	}
input.Button
	{
	height:24px;
	font-size:13px;
	}
input.Button:hover
	{
	text-shadow:none;
	}
span.Button
	{
	display:inline-block;
	}
span.Button:hover
	{
	text-shadow:none;
	}
.FileButton
	{
	background-color:#ccc;
	background-image:url(../images/button.png);
	background-position:top;
	background-repeat:repeat-x;
	border-color:#999;
	border-radius:12px;
	border-style:solid;
	border-width:1px;
	color:#000;
	margin-right:38px;
	font-size:12px;
	height:16px;
	width:200px;
	line-height:16px;
	padding:3px 11px;
	text-align:center;
	text-shadow:#999 1px 2px 3px;
	cursor:pointer;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	}
.FileButton a
	{
	color:#000;
	font-size:12px;
	text-decoration:none;
	text-shadow:#999 1px 2px 3px;
	}
.FileButton a:hover
	{
	text-decoration:none;
	text-shadow:none;
	}
span.FileButton
	{
	display:inline-block;
	}
span.FileButton:hover
	{
	text-shadow:none;
	}
.ButtonSmall
	{
	background-color:#ccc;
	background-image:url(../images/button.png);
	background-position:top;
	background-repeat:repeat-x;
	border-color:#999;
	border-radius:6px;
	border-style:solid;
	border-width:1px;
	color:#000;
	font-size:10px;
	height:10px;
	line-height:10px;
	padding:2px 6px;
	text-align:center;
	text-shadow:#999 1px 2px 3px;
	cursor:pointer;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	}
.ButtonSmall a
	{
	color:#000;
	font-size:10px;
	text-decoration:none;
	text-shadow:#999 1px 2px 3px;
	}
.ButtonSmall a:hover
	{
	text-decoration:none;
	text-shadow:none;
	}
span.ButtonSmall
	{
	display:inline-block;
	}
span.ButtonSmall:hover
	{
	text-shadow:none;
	}