#bubble {
	float: left;
	margin: 30px 0px 0px 110px;	 
	_margin: 30px 0px 0px 55px;	 /*ie6*/
}

#feedback_form{
/*margin:0 auto;*/
margin-left: 10px;
smargin-right: auto;
margin-top: 30px;
width:500px;
padding:14px;
border:solid 2px #A1C6D8;
background:#EAF6FC;
overflow:auto;
float: left;
z-index: 2;
}

#feedback_form label{
display:block;
font-weight:normal;
text-align:right;
width:140px;
float:left;
clear:left;
}

#feedback_form input, #feedback_form select, #feedback_form textarea{
display:block;
float:left;
font-size:12px;
spadding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:0px 0 20px 10px;
}

#feedback_form textarea{
width:300px;
}

/*
#feedback_form button{
clear:both;
margin-left:150px;
width:147px;
height:31px;
background: url('/images/bt-sendfeedback.gif') no-repeat;
stext-align:center;
sline-height:31px;
scolor:#FFFFFF;
sfont-size:11px;
sfont-weight:bold;
sborder: 1px solid red;
}*/

/*#feedback_form button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border: 1px solid red;
}*/

p {
	font: normal 12px Verdana, Arial;
	color:#000000;
	margin-bottom: 20px;
}

.submit_button {
	margin: 0px 0px 0px 300px;
}

.submit_button img {
	background-image: url('/images/bt-sendfeedback.gif');
	background-repeat: no-repeat;
	width: 147px;
	height: 31px;
	border: 0px;
}

#captcha {
	margin: 0px 0 20px 100px;
}

#captcha img {
	border: 2px solid #A1C6D8;
	width: 120px;
	height: 40px;
	padding: 1px 1px 1px 1px;
}

#captcha input {
	width: 120px;
	margin: 0 0 0 20px;
	text-align: center;
}

#captcha label {
	margin: 0 0 10px 20px;
	text-align: left;
}

#result {
	margin: 0px 0px 20px 100px;
}
