#text_area {
	padding: 0px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 60px;
}
#form_holder {
	background-color: #e5e0da;
	padding: 8px;
	text-align: right;
	padding-top: 5px;
}
.button {
	margin-bottom: 20px;
}
#form_holder .button {
	margin-right: 20px;
}
#details {
	font-size: 12px;
}
#form_holder a.tooltip {
	background: none;
	color: #333333;
	float: right;
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	clear: both;
}
#form_holder a.tooltip span {
	display: none;
}
#form_holder a.tooltip:hover span {
	display: block;
	margin-top: -30px;
	right: 40px;
	position: absolute;
	font-size: 12px;
	padding: 15px;
}
#login {
	width: 50%;
	text-align: right;
}
#thumbnail {
	float: left;
	border: 4px solid #e7d6c4;
	padding: 0px;
}
#form_holder .bordered a {
	display: inline;
	text-align: left;
	background: none;
}
#navigation {
	display: none;
}
#user {
	display: none;
}
#text_area {
	margin-top: 30px;
}
.bordered {
	margin: 10px;
}
img#img_loading, img#img_loading2 {
	border: 0px;
	clear: both;
	float: right;
}


#list {
	margin-top: 15px;
}
#list a {
	display: block;
	background: #e5e0da;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	clear: both;
}
#list a:hover {
	background: none;
}


#status span.value {
	float: right;
	text-align: center;
	min-width: 120px;
	border-left: 1px dashed #cccccc;
}
#status span.status {
	float: right;
	text-align: center;
	min-width: 80px;
	border-left: 1px dashed #cccccc;
}
#status span.id {
	float: left;
	min-width: 100px;
	text-align: center;
	border-right: 1px dashed #cccccc;
	margin-right: 20px;
}
#status a span.agreed {
	color: #FF3333;
}
#status a {
	text-align: left;
}
#form_holder .error_box a.approval {
	background: none;
	color: #3c3b89;
	text-decoration: underline;
	text-align: right;
}