#feedbackDIV br {
	margin-bottom:10px;
	display:block;
}

#feedbackDIV input, #feedbackDIV select, #feedbackDIV textarea {
	border:1px solid #DADADA;
	color:#6E6F72;
	font-size:12px;
	font-weight:normal;
	margin:0;
}

#feedbackDIV input {
	height:16px;
	padding:5px;
}

#feedbackDIV select {
	height:26px;
}

#feedbackDIV textarea {
	height:120px;
}

.w280 {
	width:280px;
	float:left;
}
.w560 {
	width:560px;
}

.feedbackLabel {
	width:80px;
	float:left;
}
.feedbackInput {
	width:200px;
	float:left;
}

.w560 input, .w560 textarea, .w560 select {
	width:460px;
	margin-bottom: 20px;
}

.w280 input, .w280 textarea, .w280 select {
	width:170px;
	margin-bottom: 20px;
	float:none;
}

.w280 textarea {
	width:180px;
}

.w280 select {
	width:183px;
}

#feedbackDIV .formHeadline {
	font-weight: bold;
	background-image: url(../img/general/dotted560px.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#feedbackDIV .formSep {
	background-image: url(../img/general/dotted560px.png);
	background-repeat: no-repeat;
	height: 1px;
	margin-bottom: 20px;
	clear:both;
}

#feedbackDIV .buttons {
	text-align:right;
	padding-right: 20px;
	margin-bottom: 0px;
}

#feedbackDIV .inputSubmit {
	background-color:#1A5DAB;
	border: none;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:5px;
	margin-top:5px;
	padding:3px;
	width:80px;
	height:24px;
}

select.genderSel {	
	width: 183px;
}

#feedbackDIV .breakDIV {
	height:10px;
	clear:both;
	}
