/*
 * $author: bugx
 * $desc: define the global
 * $date: 2007-03-30
 */
 
 /*
	label: debug
	toolTip: debug
*/
 /*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/

body {
	font-family: 'lucida grande',verdana,arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#fff;
	color:#7C7C7C

}

ul{
	margin:0;
	padding:0;
}
ul li{
	list-style-type:none;
}

form{
	margin:0;
	padding:0;
}
input{
	margin:0;
	padding:0;
}
.hidden{
	display:none;
}
h1,h2,h3,h4{
	font-family:Arial;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:14px;
}
p{
	margin:0;
	padding:0;
}
img{
	border:0;
}

div{
	overflow:hidden;
}
div.hackbox{
	clear:both;
	margin:0;
	padding:0;
	height:0px;
}

a:link {
	color:#384469;
	text-decoration:none;
}
a:visited {
	color:#384469;
	text-decoration:none;
}
a:hover {
	color:#0033ff;
	border-bottom:1px solid #f60;
}
.input {
	border-right: #fff4e9 1px solid;
	padding:1px;
	border-top: #fff4e9 1px solid; 
	border-left: #fff4e9 1px solid; 
	COLOR: #ffffff; 
	border-bottom: #fff4e9 1px solid; 
	height: 20px; 
	background-color: #ff9f0d
}

