/* FeedBack */

.feedBackLeftSide{
	width: 135;
	text-align: left;
}

.feedBackLeftSideBug, .feedBackMessageSideBug{
	width: 135;
	text-align: left;
	font-weight: bold;
	color: #FA2222;
}

.feedBackText{
	font-size: 11px;
	width: 100%;
	height: 18;
	border: 1px solid #C7CDD9;
}

.feedBackTextDefault, .feedBackTextAreaDefault{
	width: 100%;
	border: 1px solid #FFAF7E;
}

.feedBackText:hover, .feedBackTextDefault:hover, .feedBackTextAreaDefault:hover{
	border: 1px solid #D26800;
}

.feedBackTextArea{ 
	font-size: 11px;
	width: 100%;
	border: 1px solid #000000;
}

.feedBackDefaultLegend{
	display: inline;
	background-color: #FFAF7E;
}

.feedBackDefaultLegendDesc{
	color: #AAA6A7;
	font-size: 10px;
}

.feedBackErrorsLine{
	background-color: #D71515;
}

.feedBackSubmit {
	color: white; 
	font-size: 12px;
	font-weight: bold;
	background-color: #FE843A;
	border-width: 0px;  
	border-color: #ffffff; 
	cursor: pointer; cursor: hand;
	width: 126;
	height: 20;
}
