.body_black {
	background-color: #000000;
	color: #e5e5e5;
	font-family: 'helvetica', sans-serif;
	margin: 0;
	padding: 0;
}

.btnGrey {
	color: #e9e9e9;
	border: solid 1px #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	cursor:  hand;
}
.btnGrey:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	cursor:  hand;
}
.btnGrey:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
	cursor:  hand;
}
.btnGrey:disabled {
	color: #222222;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
	cursor:  default;
}

.btnSize5 {
	font-size: 18px;
	padding: .6em 1em .6em;   
}

.button {
	display: inline-block;
	zoom: 1;  /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em; 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.header_Grey {
 	background-color: #555555;
	color: #ffffff;
	margin-bottom: 2px;
}

.testSelect {
	font-size: 20px;
	border-radius: .3em;
   	height: 34px;
   	max-width: 350px;
   	width: 97%;
}

.testTextbox {
	font-size: 20px;
	border-radius: .3em;
   	height: 34px;
   	max-width: 350px;
   	width: 97%;
}

