#extLoginModForm {
	background-color: transparent;
}

#extLoginModForm div.tabbed_area {
	height: 238px;
	overflow: hidden;
}

#extLoginModForm a {
	outline:none;
	text-decoration:none;
}

#extLoginModForm #tabbed_box_1 {
	margin: 0 auto 0 auto;
	width:293px;
}

#extLoginModForm .tabbed_box h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}

#extLoginModForm .tabbed_box h4 span {
	color:#a8a7a7;
}

#extLoginModForm ul.tabs {
	margin: 5px 0px;
	padding:0;
}

#extLoginModForm ul.tabs li {
	list-style:none;
	display:inline;
}

#extLoginModForm ul.tabs li a {
	background: #C0C0C0 url(http://images.onesite.com/static.com/tabBG.gif) repeat-x scroll 0 0;
	color:#444444;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:normal;
	border:0 none;
}

#extLoginModForm ul.tabs li a:hover {
	background-color:#9c8aa5;
	border-color:#2f343a;
	color: #5C1C5C;
}

#extLoginModForm ul.tabs li a.active {
	background: #FFFFFF none repeat scroll 0 0;
	color:#5c1c5c;
	border:0 none; 
}

#extLoginModForm .content {
	background-color:#ffffff;
	padding:10px;
	border:0 none; 	
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(/resources/images/contentBG.gif);
	background-repeat:repeat-x;	 
	background-position:bottom;
	height:190px;	
	overflow: hidden;
}

#extLoginModForm .hiddenContent {
	display:none;
	height: 0px;
}

#extLoginModForm .content fieldset {
	border:0;
	margin:0;
	padding: 10px 15px 5px 20px;
}

#extLoginModForm .content fieldset div {
	padding-bottom:5px
}

#extLoginModForm .content label {
	color:#868686;
	font-size:12px;
	font-weight:bold;

}
#extLoginModForm .content fieldset .bgInput {
	background:url(/resources/images/inputFormBG.gif) top left #FFF;
	border:1px solid #9eb6d8;
	font-size:16px;
	padding:4px;
	width:220px;
}

#extLoginModForm #bottom {
	text-align:center;
}

#extLoginModForm .tosLink {
	margin-top: 5px;
}