/*--------------------------------------------
	Document: Cascading Style Sheets (CSS 2.0)
	Project: InstantReg.Com. Events Registration Application Interface
	Author: Tahir Iqbal - tahirikbal@gmail.com
	Date: Tuesday, December 26, 2006
	Copyrights: © Tahir Iqbal
---------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
}
*/
body{
	background: #EFE8DC url(../images/blue_one_column/background.gif) repeat-y top;
}

input.buttonSubmit{
	background: url(../images/blue/btnSubmit.gif) no-repeat;
}


div#wrapper{
	text-align: center;	
}

div#wrapper{
	background: url(../images/blue_one_column/header_bg.jpg) repeat-x top;
	width: 802px;
	margin: 0 auto;
}

div#header{
	/*background: url(../images/blue_one_column/header_bg.jpg) repeat-x top;*/
}

div#header div#header-inner{
	/*background: url(../images/blue_one_column/isna_logo.jpg) no-repeat left bottom;*/
	background-position: 0 22px;
}
/*Registration Steps
------------------------------------*/
div#reg-steps{
	text-align: center;
	float: left;
}

div#reg-steps li.selected-tab{
	background: url(../images/blue_one_column/tab.gif) no-repeat top;
	color: #fff;
	z-index: 2;
}
div#event-title h4{
	color: #fff;
}


/*Footer
----------------------------------------*/

div#footer{
	width: 782px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 20px;
	background: url(../images/blue/footer_bg.jpg) repeat-x bottom;
}
div#footer li{
	width: 369px;
}

