/* CSS Document */
#reset, #forgot, #log_in {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:30px;
	background-color:#fbfbfb;
	border:1px solid #E5E5E5;
	width:310px;
}
#forgot {
	width:600px;
}
#reset {
	width:400px;
}
#reset .th, #forgot .th, #log_in .th {
	font-size:10px;
	color:#666666;
	text-align:left;
}
#login_img {
	position:relative;
	top:5px;
	left:10px;
	margin-right:20px;
}
.spacer {
	line-height:5px;
}	
#title {
	background-image:url(../images/setupHeaderBG.gif);
	font-size:11px;
	color:#FFFFFF;
	height:18px;	
	text-align:left;
	padding-left:5px;
}
.input {
	font-size:11px;
	padding:1px 3px;
	border:1px solid #d6d8ed;
}
.btn {
	font-size:11px;
	padding:0px 15px;
}
#msg {
	font-size:10px;
	font-weight:bold;
	color:red;
}
.link {
	font-size:10px;
}