body {
	background:#ededed;
    color:#585b5c;
	font-size:12px;
	border-top: 4px solid #29313a;
	margin: 0px;
	font-family: 'Ubuntu', sans-serif;
}

.content {
	width: 950px;
	text-align: center;
	text-align: left;
}

.logo {
	margin: 20px 0px 40px; 
}

.none {
	cursor: hand;
	cursor: pointer;
}

label {
	cursor: hand;
	cursor: pointer;
}

h1 {
	font: 17px 'Ubuntu', sans-serif;
	font-weight: bold;
	color: #c02432;
}

input, select, textarea {
	padding: 2px;
	font: 12px 'Ubuntu', sans-serif;
}

#data td {
	padding: 5px;
	border-bottom: 1px solid #d1d1d1;
}

.top {
	position: relative;
	margin-top: -20px;
	top: -80px;
	float: right;
	margin-right: 20px;
	text-align: right;
}

a {
	text-decoration: none;
	color: #585b5c;
}

a:hover {
	text-decoration: underline;
	color: #585b5c;
}

.main_title {
	padding-left: 10px;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.filter {
	position: relative;
	margin-left: 335px;
	margin-top: 5px;
	margin-bottom: -157px;
	background: #ededed;
	padding: 10px;
}

.table td {
	padding: 10px;
}