.title_table {
	background-color: #666;
}
.field_error {
	background-color: #CC0000;
}
.cells_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../../page/images/bg_grey50.png);
}
tr.cells_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.teamsheet_con {
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
/*
input.button {
	background-color:#59BEFD;
	color:#1B1B1B;
	height:21px;
	padding-bottom: 5px;
	margin: 5px 0px 0px 10px;
	text-decoration: none;
	
}
*/
input.button {
	background-color:#59BEFD;
	color:#1B1B1B;
	height:21px;
	padding-bottom: 5px;
	margin: 5px 0px 0px 10px;
	text-decoration: none;
	
}

a.button-link{
	display:block;
	float:right;
	background-color:#59BEFD;
	color:#1B1B1B;
	padding: 2px 10px;
	margin: 5px 0px 0px 10px;
	text-decoration: none;
	white-space:nowrap;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

