.right_bar_float{
	width:220px;
	background:#2a2a2a;
	position:fixed;
	z-index:100;
	top:130px;
	right:0px;
	border-radius:10px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.head_quick{
	border-bottom:1px solid #fff;
	font-size:15px;
	font-weight:bold;
	padding-left:20px;
	line-height:35px;
	margin-bottom:10px;
	color:#FFF;	
}

.right_bar_float label{
	padding:0px;
	margin:0px;
	font-size:13px;	
	display:block;
	color:#FFF;
	cursor:pointer;
	padding-bottom:0px;
}

.right_bar_float label span{
	color:#F00;	
}

.right_bar_float .error_txt{
	color:#D10D0D;
	display:none;
	font-size:12px;
}

.right_bar_float .error{
	box-shadow:#8A0C0C 0px 0px 6px inset;
	border:1px #B40000 solid;
}
.right_bar_float input,.right_bar_float textarea{	
	width:175px;
	padding-left:5px;
	box-shadow:#C9C9C9 0px 0px 5px inset;
	color:#000;
	border:1px #666666 solid;
	padding-bottom:3px;
	margin-bottom:7px;
}

input[type="checkbox"] {
	margin:0px 5px 0px 0px;
}

input.float_call_back{
	box-shadow:none;
	width:auto;
	margin-top:4px;
	float:left;
}

input.float_submit{
	background:#66a35e;
	border-radius:3px;
	color:#FFF;
	font-size:15px;
	width:85px;
	font-weight:bold;
	padding:7px 10px;
	box-shadow:#333333 0px 0px 5px inset;
	border:0px none;
	margin-left:99px;
	margin-top:10px;	
	margin-bottom:12px;
}
