/* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
*/
body {
	/*margin: 0 auto;
	width: 500px; */
	border-radius: 5px;	 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

h1 {
	color: #303030; 
}

#loginHome {
	z-index:1001; 	
   font-size:12px;
   margin-left:140px;
	margin-top:10px;
	background-color: #CECECE;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 5px;
	color: #FFF;
	width: 100px;
}

 #loginHome a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#loginHome a:hover {
	text-decoration: underline;
}

#loginpanel {
	background-color: #CECECE;
	display:none; 
	width: 180px; 
	padding: 10px;
	z-index:1001; 
	text-align: left;
	position:  absolute;
	right: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#loginpaneli {
	background-color: #303030;
	display:none; 
	width: 100px; 
	padding: 10px;
	z-index:1001; 
	text-align: left;
	position:  absolute;
	right: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#loginpanel input {
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 18px;
	color: gray;
	font-size: 12px;
	padding: 2px;
	width: 95%;	
	margin: 0 auto;
	margin-bottom: 10px;
}

#loginpanel button {
	padding: 5px;
}

footer {
	border-top: 1px solid #999;
	margin-top: 100px;	
	color: #666;
	font-size: 12px;	
	width: 100%;
	text-align: right;
}

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

footer a:hover {
	text-decoration: underline;
}
