/* CSS Document */
	
	#login_container {
		line-height:1em;
	}
	#bib .container_input, #ceb .container_input {
		margin-left:10px;
	}
	#bib p, #ceb p{
		margin:0;
		padding:0;
	}
	
	#bib h3, #ceb h3{
		margin-left:5px;
		margin-bottom:5px;
		color:#FFFFFF;
	}
	#bib table, #ceb table{
		font-weight:bold;
		padding:0;
		margin-top:-10px;
		margin-bottom: 6px;
		margin-left: 8px;
		color: #ffffff;	
	}	
	#bib .container_text, #ceb .container_text {
		margin-left:10px;
	}
	
	#bib .required, #ceb .required {
		color:#FF0000; 
	}	

	#bib .button, #ceb .button {
		background-color:#91B48F;
		color:#36395B;
		font-weight:bold;
		margin-left:5px;
		margin-right:5px;
	}		
