/*CSS File for register generated 9/12/2008*/
#Submit{
margin-right:47px;
}

#emailaddress{
	margin-left:-7px;
}


/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;		 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ccc;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	padding:15px 0px 15px 5px;
	background-color:#ddd;
		
}
/* each cell within each pane */
div.css-panes div p{
	display:block;
	background:#fff; 
	width:550px; 	 
	padding:0; 
	margin:0 0 10px 0; 
	color:#000; 

}
div.css-panes div ul li{
	width:550px;
	padding:5px 0;
	margin-bottom:10px;
	list-style:none;
	border-bottom:1px dotted #ccc;

}

/* alternate colors: skin2 */
ul.skin2 a {
	background-color:#e3e3e3;		
	color:#666 !important;
}

/* mouseover state */
ul.skin2 a:hover {
	background-color:#CF753F;
	color:#fff !important;
}

/* active tab */
ul.skin2 a.current {
	color:#fff !important;
	background-color:#a0400d;
	border-bottom:2px solid #785038;	
}

/* tab pane with background gradient */
div.skin2 div {
	color:#000;
	background:#fff;
	height:350px;
	overflow:scroll; 
	
}

