/* LGA - Events */

/* Controls display of error messages in events section*/
div.event-messages-ui {
	color: #dd0000;
	margin-bottom: 50px;
}

div.bubble-form select {
	clear: both;
	display: block;
}


.delCount {
	width:40px;			
}

div.options {
	margin-bottom: 10px;
}
/*GSM: IE 6 fix for checkbox list*/
.radiolist input, div.options ul li{
	margin-top: 0 !important;
	margin-top: -5px;
	float:left;
	clear:both;
}

div.options .text{
	width:10%;
}
	
div.options input {	
	display: inline;
	float: left !important;
	margin-right: 10px !important;
}
	
div.options label{
	margin-top: 2px;
	clear: none !important;
	font-weight: normal;
}			

div.options select {	
	display: inline;
	float: left !important;
	margin-right: 10px !important;
}


.left-button {
	float 			: left !important;
}

.right-button {
	float 			: right !important;
}	

	
	

	