@charset "iso-8859-1";
/*
 redefine some styles for this plugin's content...
 styles using '* html' are only being applied by IE... :-D
*/


.form_tabs {
	width: 610px;
	height: 70px; 
	overflow: hidden;
	background-color: #DDD;
	padding: 4px 3px 6px 3px;	
}
* html .form_tabs {
	width: 600px;	
	height: 86px; 
	padding: 4px 4px 6px 6px;		
}

.form_tabs a  {
	line-height: 22px;
	padding: 2px 13px 1px 13px; 
	margin: 6px -2px 7px 1px; 
	color: #000;
	font-weight: normal;
}
* html .form_tabs a {
	line-height: 15px;	
	padding: 1px 10px 0px 10px; 
	margin: 2px -2px 4px 1px; 
}

.form_tabs a:hover, .form_tabs a.tab-active  {
	color: #FFF;
	background-color: #999;
} 

.form_tabs a.tab-active {
	font-weight: bold;
}

.form_tabs_container {
	background-color: #FFF; 
	margin: 4px;
}

.form_tabs_content { 
	width: 610px;
	height: 820px;
	border: solid 2px #BBB;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFEB;
	overflow: auto;
}

.form_prompt {
	background-color: #FFFFEB;
}
/*
* html .form_tabs_content {
	width: 614px;
}
*/