.wrapper {
	background: white;
	padding: 20px;
	text-align: left;
	width: 710px;
}

#sponsor_edit_list {
	float: right;
	width: 220px;
	padding: 10px;
}
	
#sponsor_attributes {
	flort: left;
}
	
#sponsor_edit_list li {
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #EEEEDD;
}

#sponsor_edit_list ol {
	list-style: decimal inside;
	margin-left: 0;
	padding-left: 0;
}

table.admin {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	background: #EEEEDD;
}
table.admin th {
	border: none;
	border: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	background: #C7C6B9;
	vertical-align: bottom;
}
	
table.admin td {
	border: 1px solid #999999;
	padding: 4px 4px 4px 4px;
}

.tool_group {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	border: 1px solid silver;
	background-color: #EEEEDD;
}

.tool_group_header {
	display: block;
	line-height: 1.6em;
	text-indent: 10px;
	background: #C7C6B9;
	margin: 0;
	padding: 0;
}

.tool_header {
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
	font: 130%/1.5em Georgia, "Times New Roman", Times, serif;
}

.tool {
	width: 215px;
	float: left;
	padding: 10px;
}

.tool_full {
	width: 450px;
	padding: 10px;
}


.admin_forms, #team_time_zone {
	width: 150px;
}

.linkbutton_backup{
	background-color: #ff6600;
	border: 1px #ff6600 outset;
	padding: 2px 2px;
	color: maroon;
	text-decoration: none;
	font: bold 10px Verdana;
	float: left;
}

.linkbutton:hover, .linkbutton:active{
	color:#336699;
}

.formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	width: 50px;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/images/default/formbg.gif) repeat-x left top;
}

.linkbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	width: 50px;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 5px;
	background:url(/images/default/formbg.gif) repeat-x left top;
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
