/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

#Login{
	width:170px; 
	margin-top:6px; 
	height:90px; 
	position:relative; 
	right: -618px; 
	top: -48px;
	z-index: 1000;
	overflow: hidden;
	visibility: visible;
}
#Login form{
	padding:5px 5px 5px 5px;
}
#Reg{
	margin-top:12px;
	width:75px;
	float:left;
	margin-left:3px;
}
#Forgot{
	margin-top:12px; 
	float:left;
}
#Reg a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-style: italic;
}
#Reg a, #Reg a.visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	font-style: italic;
}
#Forgot a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-style: italic;
}
#Forgot a, #Forgot a.visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	font-style: italic;
}
#txtEmail{
	height:13px;
	width:143px;
	padding:3px;
	color:black;
	margin-bottom: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#txtPassword{
	height:13px;
	width:84px;
	padding:3px;
	margin-right:0px;
	color:black;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#button {
	position: absolute;
	top: 28px;
	right: 2px;
}
/*#btnLogin{
	background-color:#404a34; 
	border:solid 1px #ffffff; 
	color:white; 
	padding:2px 8px; 
	cursor:pointer; 
	margin:6;
}*/
/*#btnLogin{
	background:#404a34;
	color:#fff;
	font-weight: bold;
	cursor:pointer;
	padding:3px 6px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}*/
