body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	height:100%;
}

h1 {
	font-size:16px;
	border-bottom: 1px solid black;
}

#footer {
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	width:650px;
	border-top:1px #CCC solid;
	padding-top:5px;
	color:#999999;
}

#footer a {
	color:#3366CC;
	text-decoration:none;
}

#footer a:hover {
	color:#CCCC33;
}

/* ---------------------------- login popup -------------------------- */

div#popupcontainer {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent url('http://www.frazit.com/images/transbg.gif');
	z-index: 2;
}
div#popupshadow {
	background: #999;
	width: 290px;
	margin: 0 auto;
	position: relative;
	display: block; 
	margin-top: 150px;
}
div#popup { 
	background: white;
	padding: 20px;
	width: 250px;
	position: relative; 
	top:-4px;
	left: -8px;
	border: 2px solid #666;
	display: block; 
}
div#popup table {
	margin: 10px 0;
}
div#popup table td {
	padding: 5px 20px 0 0;
}
div#popup p {
	margin: 5px 0 10px;
}
div#popup p#message, div#popup p.compact {
	margin: 0;
	padding: 2px 0 0 0;
}


/* ------------------ register ----------------------- */

#register {
	width: 300px;
	padding: 0;
	margin: 0 auto;
}
#register table td {
	padding: 3px 20px 3px 0;
	white-space: nowrap;
}
#register table {
	padding: 10px 0;
}

.f-right {
float:right;
}

img {
	border:none;
	display:block;
}

input {
	padding:2px;
	font-size:16px;
	border:1px solid #ccc;
}

label {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#FF6600;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#FF3300;
	text-decoration:underline;
}

h2 {
	font-weight:bold;
	font-size:18px;
}
