﻿a.button, .button {
	border: none;
	width:12em;
	padding:10px;
	display:inline-block;
	background:#831f20;
	color:#eadcbb;
	text-align:center;
	font-size: 130%;
	line-height: normal;
	margin:10px;
	cursor: pointer;
}

.button:hover, .button:focus {
	border: none;
	color:#eadcbb;
	background:#ce6400;
	text-decoration:none;
}

.button_small {
	border:#999 1px solid;
	background: #C8C8C8 url(/Content/Default/gfx/button/buttonBkgdGrayOff.jpg) repeat-x center;
	display:inline-block;
	color: #fff;
	padding: 1px 3px 1px 3px;
	margin: 2px 3px 2px 4px;
}

.button_small:hover {
	color: #333;
	background: #999 url(/Content/Default/gfx/button/buttonBkgdGrayOver.jpg) repeat-x center;
	border:#999 1px solid;	
}
	
.button_small:focus {
	border:#999 1px solid;
	background: #999 url(/Content/Default/gfx/button/buttonBkgdGrayOver.jpg) repeat-x center;
}

.controls {
  position: relative;
  display: inline-block;
  float: right;
  top: -10px;
  height: 0px;
}

.controls a {
  margin-left: 6px;
}

a.close, a.close_x {
  display: inline-block;
  height: 0px;
  float: right;
}

a.close_x {  
  margin-right:10px; 
  font-weight:bold; 
  font-size:11pt;
}

a.close_x:hover {
  text-decoration: none;
}