/* 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 #3f6889;
	background-color: #FFF;
}

.feedBackTextDefault, .feedBackTextAreaDefault{
	width: 100%;
	border: 1px solid #3f6889;
	background-color: #E9F1F4;
}

.feedBackText:hover, .feedBackTextDefault:hover, .feedBackTextAreaDefault:hover{
	border: 1px solid #214561;
}

.feedBackTextArea{ 
	font-size: 11px;
	width: 100%;
	border: 1px solid #3f6889;
	background-color: #FFF;
}

.feedBackDefaultLegend{
	display: inline;
	background-color: #CFE1E8;
}

.feedBackDefaultLegendDesc{
	font-size: 10px;
}

.feedBackErrorsLine{
	background-color: #D71515;
}

.feedBackSubmit {
	padding-bottom: 2px;
	color: white; 
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/general/btn_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ed1c91;
	border: 1px solid #ed1c91;
	cursor: pointer; cursor: hand;
	height: 18;
	width: 113;
}
