/* 
    Document   : Event booking
    Created on : Sep 9, 2011, 9:56:25 AM
    Author     : Lucnd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.ajax-loading {
	padding: 20px 0;
	background: url(../img/spinner.gif) no-repeat center;
}
.save_loading{
	background: url(../img/throbber_16x16.gif) no-repeat center;
	width: 16px;
	height: 16px;
}
input#jform_startdate {
	float: left;
	
}