html, body {height:100%; width:100%}
body {margin:0; padding: 0; background:#fff; font-size:160%;}
body, p, div, span, li, input, select, textarea, td, h1, h2, h3, h4, h5, h6, h7 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color: #333226; line-height: 130%; font-weight:normal}


#content {
	position: absolute
}

a, a:visited  {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #680105;
	text-decoration: none;
}

table { width:100%; height:100%; text-align:center; vertical-align:middle;}
 

.table_decoration {
	border-collapse: collapse;
	border: #FF9933 dashed 0px;
	background-color: #FF9933;
	empty-cells:hide
}

.table_auth {
	border: #3399ff dotted 1px;
}

.top-links a { font-size:12px;}

.space {
	font-size: 2px;
}

.textfield {
	font-family: Arial,Verdana;
	color: #666666;
	border: solid 1px;
	border-color: #DBDBDB;
	background-image: url('textfield.gif');
}

.button {
	color: #FFFFFF;
	background-color: #3399FF;
	border: solid 0px;
}

textarea {
	color: #666666;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #DBDBDB;
	overflow:hidden;
}

.text-copy_link {
	color: #C0C0C0;
	text-decoration: none;
	font-size: 11px;
	cursor: default;
}

.select {
	color: #666666;
	background-color: #FFFFFF;
}

