.question {
	background: url('http://test1.ru/buy/img/help.png') 0 0 no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	cursor: help;
	position: absolute;
	right: 0px;
	top: 0;
	border: 0;
	text-indent: -10000px;
}





.assa_form {
	width: 300px;
	padding: 7px;
	border: 1px solid #E8E8E8;
	margin: 0 auto;
	background-color:   #dcf2ff;
	text-align: left;
	position: relative;
}


.assa_form .assa_radio {
	position: relative;

	left: 0;
}


.assa_form label {
	width: auto;
	padding: 5px 0 2px 0;
	margin: 0 0 5px 0;
	cursor: pointer;
	position: relative;
	display: block;
}
.assa_form input, .assa_form select {
	top: 0;
	right: 20px;
	background-color: #F1FBFF;
	border: 1px solid #BBBBBB;
	position: absolute;
	overflow: hidden;
}
.assa_form .submit {
	left: 0;
	width: 100%;
	margin-top: 3px;
	background: #4eb1eb;
	border: 1px solid #888;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}







#tooltip {
	background-color: #EFF7FF;
	border: 1px dotted #99BCDF;
	padding:7px;
	text-align:justify;
	width: 180px;
	position: absolute;
	right: -200px;
	top: 10px;
	display: none;
}

