.survey .profile {
	width: 45%;
	float: left;
	margin-right:20px;;
}
.survey .friends {
	width: 45%;
	float: left;
}
.survey .questions td {
	padding: 0 20px;
	text-align: left;
}
.survey .profile label, .survey .friends label {
	display: block;
	clear: both;
	width: 100%;
	font-size:11px;
	color:#888888;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.survey .profile label span, .survey .friends label span {
	width: 42%;
	display: block;
	float: left;
	text-align: right;
	margin-right: 3%;
}
.survey .profile label.txt input, .survey .friends label.txt input {
	width: 130px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
}
.questions,
.survey .profile .agree,
.survey .profile .submit,
.survey .profile h3 {
	text-align: left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#888888;
}
.survey .friends h3 {
	text-align: left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#888888;
}

p .friendsFoot {
	font-size:9px;
	color:#888888;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.survey .questions table {
	margin: 0 auto;
}
.survey .msg {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	
}
.survey .captcha {
	text-align: center;
}
.survey .captcha img {
	float: left;
}
.survey .captcha label {
	width: 300px;
	clear: none;
}
.survey .captcha strong {
}

.survey input{
	border: 1px solid #dddddd;
}