#content .header {
	color: #fe7c49;
	float: left;
	font-size: 2.25em;
	line-height: 1.1;
	margin: 0;
	padding: .25em 0 0;
	width: 36%;
}


/**
 * Content
 */
#content .main .people {
	left: 120%;
	top: 50px;
}


/**
 * Pencil Panel
 */
#content .pencil_panel {
	float: left;
	left: 20px;
	margin: -1.5em 40px 1em 7%;
	position: relative;
	width: 74%;
}

#content .pencil_panel .people {
	left: auto;
	margin-right: 10px;
	right: 100%;
}

#content .pencil_panel .content {
	background: #848484;
	clear: left;
	padding: 10px 10px;
	zoom: 1;
}

#content .pencil_panel .content:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#content .pencil_panel .cn_lt,
#content .pencil_panel .cn_lb {
	background: url(icons.png) no-repeat;
	display: block;
	height: 5px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 5px;
}

#content .pencil_panel .cn_lt {
	top: 0;
}

#content .pencil_panel .cn_lb {
	background-position: 0 -5px;
	margin-top: -5px;
}

#content .pencil_panel .end {
	background: #fff;
	display: block;
	height: 100%;
	left: 1px;
	margin-left: 89%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 11%;
}

#content .pencil_panel .end .t {
	background: url(icons.png) -10px 0 no-repeat;
	display: block;
	height: 50%;
	left: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .pencil_panel .end .b {
	background: url(icons.png) -10px bottom no-repeat;
	display: block;
	height: 50%;
	left: 5px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#content .pencil_panel .end .line {
	background: #fff;
	height: 100%;
	left: 66%;
	position: absolute;
	top: 0;
	width: 5px;
}

#content .name {
	color: #fff;
	float: left;
	font-size: .75em;
	width: 53%;
}

#content .name a {
	color: #ababab;
}

#content .name p {
	margin: 0 0 .3em;
}

#content .name h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}


/**
 * Order Question
 */
#content .order_question {
	float: left;
	font-size: .875em;
	margin: -2.5em 0 -100%;
	width: 14%;
}

#content .order_question h3 {
	font-size: 1.286em;
	margin-top: 0;
	padding-top: 0;
}

#content .order_question h3 .pseudo {
}

#content .order_question p {
	font-size: .929em;
	line-height: normal;
}


/**
 * Content
 */
#content .trainer {
	margin-bottom: 0;
}


/**
 * Message Header
 */
#content .message_header {
	overflow: hidden;
	position: relative;
}

#content .message_header h3,
#content .message_header p {
	float: left;
	margin-right: 2em;
}

#content .message_header p {
	line-height: 2;
}

#content .message_header a {
	text-decoration: none;
}


/**
 * Messages
 */
#content .message {
	color: #7a7a7a;
	margin-bottom: 2.5em;
	padding-left: 40px;
	position: relative;
	zoom: 1;
}

#content .message .number {
	color: #848585;
	left: 0;
	line-height: normal;
	position: absolute;
	top: .2em;
}

#content .message .pseudo {
	color: #9e5c38;
}

.js #content .message .end {
	display: none;
}

.js #content .messages .selected .pseudo {
	color: #f66c1f;
}

.js #content .messages .selected .end {
	display: inline;
}
