.pgfeedback #header #nav {
	border-bottom:4px solid #67BC76;
}

.pgfeedback .boxxbig .boxmid h1 {
	color:#67BC76;
}
.pgfeedback .boxbig .boxmid h1 {
	color:#67BC76;
}

.pgfeedback #content #colmain {
	margin:0px;
	margin-left:190px;
}

.pgfeedback .boxxbig {
	clear:right;
	border:0px dotted #FFcccc;
}

.pgfeedback .boxxbig .boxtop {	
	background: #FFFFFF url("images/box_xlarge_top.gif") no-repeat top left;
	height:16px;
	font-size:0px; /* This is needed for IE fix as IE does not allow height to be less than the font-size height */
	border:0px dotted #FFcccc;
}
.pgfeedback .boxxbig .boxmid {
	background: #FFFFFF url("images/box_xlarge_middle.gif") repeat-y top left;
	border:0px dotted #551111;
	padding:0px 10px;	
}
.pgfeedback .boxxbig .boxbottom {
	background: #FFFFFF url("images/box_xlarge_bottom.gif") no-repeat top left;
	height:16px;
	font-size:0px; /* This is needed for IE fix as IE does not allow height to be less than the font-size height */	
}


.pgfeedback .qblock {
	margin:14px 2px;
}

.pgfeedback .qno {
	float:left;
	font-weight:bold;
	width:40px;
}

.pgfeedback .qtxt {
	margin-left:50px;
}

.pgfeedback textarea {
	width:340px;
	height:60px;
}

.pgfeedback .qblock .left {
	display:inline-block;
	float:left;	
	width:80px;
}