*{ 
	margin: 0; 
	padding: 0; 
}

body { 
	font-family: "Century Gothic","Helvetica Neue",Helvetica,Arial,sans; 
	font-size: 14px; 
	font-weight: lighter; 
	line-height: 18px; 
	letter-spacing: 1px; 
	background: url(../images/login-page-bg1.jpg) top center no-repeat #c4c4c4; 
	color: #3a3a3a;  
}

.clear { 
	clear: both; 
}

form { 
	width: 406px; 
	margin: 180px auto 0; 
}

.upload{
	width: 100%;
	margin-top:0px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:2px solid #D1E2EF;
}

input { 
	outline:none;
	width: auto; 
	display: block; 
	padding: 4px 10px 4px 10px; 
	color: #3a3a3a; 
	text-shadow: 0.0em 0.1em #fff;
	font-family: "Century Gothic","Helvetica Neue",Helvetica,Arial,sans; 
	font-size: 14px; 
	font-weight: lighter; 
	line-height: 18px; 
	letter-spacing: 1px; 
}
					  
.button { 
	background: url(../images/button-bg.png) repeat-x top center; 
	border: 1px solid #999;
	-moz-border-radius: 5px; 
	padding: 5px; 
	color: #000; 
	font-weight: bold;
	-webkit-border-radius: 5px; 
	font-size: 13px;  
	width: 70px; 
	float:right;
}

.button:hover { 
	background: #fff; 
	color: #000; 
}

.hr {
	width:406px; 
	margin:60px 0 12px 0; 
	border:1 inset #D5E8F4;
}

.link {
	margin-left:10px;
	font-size:11px;
	color: #8C98A0;
	text-decoration:none;
	background-color: #CCDDEC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:2px solid #D1E2EF;
	padding:2px 10px 2px 10px;
}

.link:hover {
	margin-left:10px;
	font-size:11px;
	color: #DBECFF;
	text-decoration:none;
	background-color: #69888F;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:2px solid #69888F;
	padding:2px 10px 2px 10px;
}

/* @group Scrollbars */

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Mac */
	body {
		overflow: hidden;
	}
	#tapmates {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 8px;
		overflow: auto;
	}
}

@media only screen and (max-device-width:480px) { /* iPhone */
	body {
		overflow: auto;
	}
	
	#tapmates {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		overflow: auto;
	}
	
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;

	}
	
::-webkit-scrollbar-button:start:decrement {
	display: block;
	width: 5px;
	height: 5px;
	background-color: transparent;

	}
	
::-webkit-scrollbar-button:end:increment {
	display: block;
	width: 5px;
	height: 5px;
	background-color: transparent;
	
	}
	
::-webkit-scrollbar-track:enabled {
	background-color: transparent;
	
	}
	
::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.09);
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 5px;
	margin: 10px 0;
	
	}
	
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);

	}

::-webkit-scrollbar-thumb:horizontal {
	width: 50px;
	background-color: rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;

	}

/* @end */

