.ui {
	background: #eee url(../images/global/buttonbg.png) repeat-x bottom;
	padding: 15px 15px 20px 15px;
	border: solid 1px #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.red {
	color: red;
}

tr.alt td{
	background: #eee;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

#content h2 {
	text-transform: none;
}

#content .project-details {
	position: relative;
	top: -45px;
}

#content .project-details div {
	background: #666;
	border-color: #000;
	padding: 20px 0;
}

#content .project-details h3 {
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
	text-shadow: 1px 1px #333;
	text-transform: uppercase;	
}

#content .project-details p {
	font-size: 12px;
	line-height: 21px;
	color: #eee;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	padding: 0 20px;
}

#content .project-details p.strong {
	color: #fff;
	border-top: solid 1px #333;
	border-bottom: solid 1px #444;
	background: #555;
	padding: 3px 20px;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: Arial;
	text-shadow: 1px 1px #333;
}

#content .project-status {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}

#content .project-status h3 {
	font-weight: normal;
	letter-spacing: normal;
}

#content .status-info p {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 12px;
}

#content .status-info.feedback {
	padding: 20px;
	margin: 20px 0;
	background: #fff;
	border: solid 1px #ccc;
}

#content .status-info.feedback p {
	margin-bottom: 5px;
}

#content .logo {
	text-align: center;
	margin-bottom: 10px;
}

#content .feedback-input {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .feedback-input div {
	padding: 20px;
	background: #ddd;
	border: solid 1px #ccc;	
}

#content .feedback-input div p {
	margin-bottom: 2px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 12px;
}

#content .upload p {
	font-size: 12px;
}

#content .upload #MultiFile1_wrap_labels div {
	padding: 5px;
	margin-top: 5px;
	border: solid 1px #333;
	background: #555;
	color: #ccc;
	width: 50%;
}

#content .button.submit {
	margin-top: 20px;
	width: 75px;
}

#content .button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.button.request-changes {
	background-color: red;
	color: #fff;
	float: left;
	margin-right: 20px;
}

.button.finish-project {
	background-color: #44a2ff;
	float: left;
}

.button.green {
	background-color: #00c000;
}