body {
	margin: 10px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
div.tabs {
	display: block;
	border-bottom: 1px solid grey;
	width: auto;
}

div.tab,div.active_tab,div.logout {
	margin-left: 4px;
	margin-right: 4px;
	padding: 4px 8px;
	position: relative;
	top: 1px;
	z-index: 2;
}

div.tab {
	display: block;
	float: left;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor: pointer;
}

div.tab:hover {
	border-top: 1px dashed grey;
	border-left: 1px dashed grey;
	border-right: 1px dashed grey;
	border-bottom: 1px solid grey;
	background-color: #eee;
}

div.active_tab {
	display: block;
	float: left;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	cursor: pointer;
}

div.logout {
	display: block;
	float: right;
	background-color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

label#upload_license_label{
	display: block;
	clear: both;
	font-weight: bold;
}
