.column-1,	
.column-2 {
	float: left;
	}	
.column-1 {
	width: 230px;
	}	
.column-2 {
	width: 500px;
	position: relative;
	}
.column-1 textarea,
.column-1 span.element {
	width: 200px!important;
	}
.column-1 span.desc,	
.column-2 span.desc,
.column-1 span.element,	
.column-2 span.element {
	float: none;
	display: block;
	padding: 0px 10px 10px 10px!important;
	text-align: left;
	}
.column-1 span.desc,	
.column-2 span.desc {
	padding-top: 10px;
	font-weight: bold;
	white-space: nowrap;
	}	
.comments .item .item-details {
	padding-top: 0;
	}
.comments .item .item-details .comment {
	margin-bottom: 10px;
	}
.comments .item .item-details .comment em {
	font-size: 10px;
	color: #C26929;
	font-style: normal;
	}		
										
