

.loginL {
		margin-left:70%;
}

.headLine .loginL a {
	text-align:center;
	margin-right:1em;
}

.step {
	width:1000px;
	margin: 5px auto;
	text-align: center;
}

.clear {
	clear:both;
}

.formContent {
	margin: 0px auto;
	text-align:left;
	width:600px;
	background:white;
	list-style: none;
	display: block;
}

.memberLogin{
	width:400px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% ËÎÌå,verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

fieldset {
  clear: both;         /*  note that this clear causes inputs to break to left in ie5.x mac, 			   commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  border:0px;
 border-top:1px dotted #666666;
 border-bottom:1px dotted #666666;
  color:#000;
}

fieldset a {
	color:#0098E0;
	text-decoration:none;
}

fieldset a:hover {
	text-decoration:underline;
}

legend {
	color:#0098E0;
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */
	 /* be careful with padding, it'll shift the nice offset on top of border  */
}

label { 
	color:#666;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:15px;
	font-weight: normal;
}

input, textarea ,img,select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	height:20px;
	border: 1px solid #666;
	
}

input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

 .required{font-weight:bold;} /* uses class instead of div, more efficient */

 br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.registButton {
	height:20px;
	background:#8EDBFF;
	border:1px solid #666;
	color:#000;
	line-height:120%;
	padding:0px;
}

fieldset.em {
	font-size:12px;
	color:#666£»
}

b {
	margin:0px;
	padding:0px;
}

p {
	color:#666;
}

.textA{
	width:700px;
	margin:0px auto;
	padding-top:15px;
}	

.fu {
	display:block;
	border-bottom:1px solid #666;
}

textarea {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	WIDTH: 98%;
	LINE-HEIGHT: normal;
	FONT-STYLE: normal;
	HEIGHT: 310px;
	FONT-VARIANT: normal
}

fieldset p .pageup {
	padding-left:1em;
	font-size: 12px;
	text-decoration:underline;
	color: green;
}


ul li.r_left { width: 120px; text-align:right; font-size:14px;}
ul li.r_leftnone { width: 150px;height:0; padding:0; margin:0; display: compact} 

ul li.r_right {text-align:left; width:185px;}
ul li.r_msg { color: #666; font-size:12px; font-style:italic; padding:0; margin:0} 
.okimg{vertical-align:top; display:none}
.ob_pws{width:183px; background-color:#F1F1F1; font-size:9pt; text-align:center; float:left;display:inline;}				
.ob_pws0{width:60px;float:left;display:inline;}
.ob_pws1{width:60px;float:left; background-color:#FF3300 ;display:inline;}
.ob_pws2{width:60px;float:left; background-color:#FFFF99;display:inline; }
.ob_pws3{width:60px;float:left; background-color:#00CC66;display:inline; }
.input_onFocus { background: #FFC!important; }
.input_onBlur { background: #FFf!important; }
.d_default{
padding:2px 0 2px 4px;
border:1px solid #f7f7f7 ;
}
.d_on{
padding:2px 0 2px 4px;
border:1px solid #FFCC00;
color:#000;
background-color:#FFFFDD;
}
.d_ok{
padding:2px 0 2px 24px;
border:1px solid #00BE00;
color:#000;
background:#E6FFE6 url(li_ok.gif) no-repeat 4px;
}
.d_err{
border:1px solid #F30;
color:#F00;
font-size:12px;
padding:2px 0 2px 24px;
background:#FFF1E4 url(li_err.gif) no-repeat 4px;
}

.r_right {
	font-size:12px;
}