/*********************************************************************************
* 2013 QuestIT s.r.l.                                                            *
* Powered by Tiziano Papini, Carlo Politi, Alessandro Gronchi and Marco Bongini  *
**********************************************************************************/

.loading_bar {
	height: 40px;
	width: 40px;
	height: 100%;
	width: 100%;
	background: transparent url(../img/ajax-loader-1.gif) no-repeat 50% 50%;
}

.loading_bar_inline {
	display: inline;
	margin-left: 10px;
}

.loading_bar_body {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../img/ajax-loader-2.gif) no-repeat 50% 50%;
}

.system-header{
	border-bottom: solid #CBCBCB;
	border-bottom-width: 1px;
	padding-bottom: 3px;
}

.system-header-radiochoice{
	display: inline-block;
	vertical-align: bottom;
	margin-top: 20px;
	margin-right: 5px;
}
