*{
	font-size: 11px;
}
body {
    background-image:url(../images/background-box-sign-up.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px;
}
A	{
	color: #000;
	text-decoration: none;
}
A:hover	{
	color: #000;
	text-decoration: underline;
	
}
A.sec	{
	color: #FFF;
	text-decoration: none;
}
A.sec:hover	{
	color: #FFF;
	text-decoration: underline;
}
input.txttry	 {
	vertical-align: middle;
	font-size:14px;
	height:19px;
	background-image:url(../images/txtfield.gif); 
	background-position:left top;
	background-repeat:no-repeat;
 	border: none; 
	width:203px; 
	background-color:#FFF;
  	font-family:verdana; 
	color:#000;
}	
.txt_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.txt_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
}
.txt_white2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size: 10px;
	font-weight:bold;
	color: #FFF;
}
.txt_white3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size: 10px;
	color: #FFF;
}
#button {
	font-family: VERDANA;	
	font-weight:bold; 
	background: #004978; 
	font-size: 12px; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	vertical-align:middle;
	color: #fff;
	width: 100px;
	height: 20px;
	cursor:pointer;
}
.button_SUB {
	font-family: VERDANA;	
	font-weight:bold; 
	background: #004978; 
	font-size: 12px; 
	text-decoration: none;  
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border: #004978; 
	color: #fff;
	width:100px;
}
.but_02 {
	font-family: Arial;
	background: #DDD;
	font-size: 9;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000;
	width:40px;
}
.but_03 {
	font-family: Arial; 
	background: #DDD; 
	font-size: 10; 
	text-decoration: none;  
	border-top-width: 3px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	color: #000;
	width:40px;
	padding: 0 2px 0 2px;
}

.but_04 {	
	font-family: Arial; 
	background: #DDD; 
	font-size: 11px; 
	text-decoration: none;  
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border: #CCC; 
	color: #000;
	width:100px;
	padding: 1px 30px;
}
.txtbox_200 {	
	border: #000;
	font-size:13px;
	background-image:url(../images/txtfield.gif);
	background-repeat:no-repeat;
	background: #ffffff;
	border-style: none;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	font-family: Verdana; 
	font-size: 12; 
	color: #333333;
	width: 193px;
}
.txtbox_70 {	
	border: #000;
	font-size:11px;
	background: #ffffff; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	font-family: Arial; 
	font-size: 11; 
	color: #333333;
	width: 70px;
}
#ImportList{
	position: absolute;
	border: 2px solid gray;
	padding: 5px;
	margin: 100px 0 0 500px;
}
#CreateList{
	position: absolute;
	border: 2px solid gray;
	padding: 5px;
	margin: 100px 0 0 500px;
}
#but_logout{
	
	margin-top: 5px;
	
}
.field_edit{
	font-size: 11px;
}
.arrow a{
	border:0px;
}
.arrow{
	border: 0px;
	width: 16px;
	
}


* html * { color: expression( (function(who){ if(!who.MXPC){
 who.MXPC = '1';
 if(who.nodeName != 'A'){
  who.onmouseenter=function(){ who.className += ' hover'};
  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }

