body{font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

#main{
	background:url(pic/bg.png) repeat-x;
	height:29px;
	line-height:29px;
}
	#main ul, #main li, 
	#main form,
	#main button {
		border:0; margin:0; padding:0; list-style:none;
	}
	#main li a{
		margin:0 6px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		border-bottom:dotted 1px #000000;
	}
	#login_menu{
	background:#aaaaaa;
	border:solid 1px #666666;
	width:340px;
	padding:10px;
	color:#FFFFFF;
	position:absolute;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	left: 227px;
	top: 168px;
	height: 116px;
	}
	#login_menu li{
		padding-bottom:6px;
		text-align:right;
	}
	#registration_form{
	background:#aaaaaa;
	border:solid 1px #666666;
	width:340px;
	padding:10px;
	color:#FFFFFF;
	position:absolute;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	left: 227px;
	top: 168px;
	height: 166px;
	}
	#registration_form li{
		padding-bottom:6px;
		text-align:right;
	}
	
	#new-user-col{
		padding-right:10px;
		border-right:1px #DEDEDE solid;
		height:120px;
		width:100px;
		float:left;
		line-height:12px;
	}
	#signup-user-col{
		padding-left:20px;
		height:120px;
		width:250px;
		float:left;
		line-height:12px;
		text-align:right;
	}

	#register-col{
		padding-left:20px;
		height:180px;
		width:300px;
		float:left;
		line-height:12px;
		text-align:right;
	}
	
	#login_menu label{font-size:11px; font-weight:normal;}
	#login_menu input{font-size:11px; color:#333333; margin-left:10px;}

	#registration_form label{font-size:11px; font-weight:normal;}
	#registration_form input{font-size:11px; color:#333333; margin-left:10px;}
		
	#login_menu button{
		line-height:24px;
		float:right;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center; 
		cursor:pointer;
	}
	#registration_form button{
		line-height:24px;
		float:right;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center; 
		cursor:pointer;
	}	

	.green-button{
		background:url(pic/button.png);
		display:block;
		color:#FFFFFF;
		font-size:11px;
		text-decoration:none;
		width:81px;
		height:26px;
		line-height:24px;
		text-align:center;
	}
	
.spacer{clear:both; height:1px;}
.style1 {font-size: 16px}

.msgbox{border:solid 1px #CC0000; padding:4px; background:#F3AAAE; margin-bottom:20px;}
