/*--------------------------------------------
	Document: Cascading Style Sheets (CSS 2.0)
	Project: InstantReg.Com. Events Registration Application Interface
	Author: Tahir Iqbal - tahirikbal@gmail.com
	Date: Tuesday, November 28, 2006
	Copyrights: © Tahir Iqbal
---------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
}
*/
body{
	background: url(../images/blue/background.jpg) repeat-x top;
}

input.buttonSubmit{
	background: url(../images/blue/btnSubmit.gif) no-repeat;
}


div#wrapper{
	text-align: center;
	background: url(../images/blue/footer_bg.jpg) repeat-x bottom;
	
}
div#header div#header-inner{
	/*background: url(../images/blue/isna_logo.jpg) no-repeat left bottom;*/
	background-position: 0 22px;
	padding: 10px;
	text-align: right;

}
/*Registration Steps
------------------------------------*/
div#reg-steps{
	position: absolute;
	top: 75px;
	width: 760px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

div#reg-steps ul,
div#reg-steps li{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #CCE8C7;
	white-space:nowrap;
}

div#reg-steps li{
	padding: 10px 0px 8px 0px;
	float: left;
	font-weight: bold;
	color: #CCE8C7;
	font-size: 12px;
	width: 106px;
	text-align: center;
}

div#reg-steps li.visited-tab{
	background: url(../images/layout/tab_visited.gif) no-repeat right;
}


div#reg-steps li.selected-tab{
	background: url(../images/blue/tab.gif) no-repeat top;
	color: #fff;
	z-index: 2;
}

/*Event Title
----------------------------------------*/
div#event-title{
	width: 600px;
	margin-left: 185px;
	text-align: center;
}

div#event-title h4{
	color: #000;
}
/*Contents
--------------*/
div#contents{
	margin-top: 35px;
}


div#footer{
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

div#footer li{
	width: 379px;
}

.special_1 {
	background: #D4E8FC;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.special_2 {
	background: #E9EEF3;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}





