﻿.fb {
	background-color: #fbfbfb;
	border: 1px solid #7FD0FD;
	margin-left: 30px;
	width: 400px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.fb-contentTitle {
	width: 100%;
	float: left;
	text-align: center;
}
.fb-contentTitleTxt {
	color: #FF0000;
	margin: 0;
}
.well {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 75px;
	width: 250px;
	float: left;
}
.fb-in { 
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
.fb-input { 
	width: 250px;
	height: 25px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.fb-input-text { 
	width: 250px;
	height: 80px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.fb-checkbox {
	color: #ff0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
	float: left;
}
.feedback {
	color: #ffffff;
	font-size: 18px;
	font-family: verdana, geneva, sans-serif;
	padding-bottom: 4px;
	width: 250px;
	height: 40px;
	position: relative;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #c0c0c0;
	-webkit-box-shadow: 2px 2px 5px #c0c0c0;
	box-shadow: 2px 2px 5px #c0c0c0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4AC71D), to(#1a9f29));
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4AC71D), to(#1a9f29));
	background: -webkit-linear-gradient(#4AC71D, #1a9f29);
	background: -moz-linear-gradient(#4AC71D, #1a9f29);
	background: -ms-linear-gradient(#4AC71D, #1a9f29);
	background: -o-linear-gradient(#4AC71D, #1a9f29);
	background: linear-gradient(#4AC71D, #1a9f29);
}
.fb-pc {
	margin-top: 20px;
	width: 100%;
	float: left;
	text-align: center;
}
.fb-pk { 
	margin-bottom: 5px;
	width: 100%;
	float: left;
}