.input label {float: none; display: block; font-weight: bold; color: #273564}
.checkbox, .radio {clear: left; width: auto}
.checkbox label, .radio label {float: none; display: inline; font-weight: normal;}
.radio label {margin-right: 12px;}
.radio label.head {width: auto; display: block; font-weight: bold; color: #273564}
.checkbox-wide .checkbox {float: left; width: 200px; clear: none; }
.sep {border-bottom: 1px solid #999999; margin-bottom: 10px; padding-top: 10px; clear: both;}
.sep-nb {margin-bottom: 7px; padding-top: 7px; clear: both;}
.message {color:#EE5555; font-weight:bold; margin-left:17px; margin-right:17px; margin-top:17px;}
.disabled {display: inline;}
.paging {margin: 10px 5px; text-align: center;}
.checkbox .left {padding: 3px 3px 3px 1px; margin: 0; cursor:pointer; }
.checkbox .leftover {background-color: #fad184;}

.content label {width: auto;}

.tooltip { 
    display:none; 
	/*
	background-color:#fff;
    background-image:url(http://static.flowplayer.org/tools/img/tooltip/white_big.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:0 0; 
	padding:40px 30px 10px 30px;
	*/
	 
	color: #273564;
	width: 400px;
    background-color:#F6F5FA;
    border:1px solid #273564;
    padding:5px; 
    font-size:13px; 
} 
span.highlight {
    background-color:#ffff00;
}
