#dialog{
	display:none;
	position: absolute;
	top:0px;
	width: 100%;
	height: 620px;
}

#dialog #dialog_shadow{
	background-color: #000000; 
	opacity: 0.7;
	filter: alpha(opacity=70)
	width: 100%;
	height: 620px;
}
#dialog #dialog_container_form{
	position: absolute;
	left:0px;
	top:10%;
	width:100%;
}
#dialog_form{
	background-color: #ffffff; 
	width: 500px;
	opacity: 2;
	border: 1px #000000 solid;
	padding: 10px 20px;
	margin-left: auto;
	margin-right: auto;
}
#dialog_form .help_text{
	font-size: 14px;
	font-weight: bold !important;
	margin-bottom: 1em;
}
#dialog_form #dialog_form_close{
	float:right;
	cursor: pointer;
}
#dialog_from_main dt{
	float:left;
}
#dialog_from_main dd{
	margin-left: 120px;
}
#questions_amount{
	margin: 1em 0em 2em;
	text-align: center;
}
.btn_framed_blue .c {
	padding: 3px 15px 3px 15px !important;
}
#models_list dl{
	margin: 0px;
}
#models_list dd{
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0.7em;
	margin-top: 0.5em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
}
#models_list dd.selected {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #F0E600;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}
#error {
	color: #ff0000;
	display: none;
}
#request_link{
	display: none;
	font-weight: bold;
}