/* Global */
* {
	font-size: 10px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
}

label {
	display: block;
	color: #666;
}

form, input {
	margin: 0;
	padding: 0;
}

#page-wrapper {
	margin: 0 auto;
	padding: 0;
}

#userplane-medallion {
	width: 198px;
	height: 98px;
	margin: 0 auto;
	background: #F6F6F6;
	border: 1px solid #CCC;
}

#titlebar {
	height: 15px;
	padding: 3px 6px 2px;
	background: scroll #FFF url(../../assets/images/instantInstall_titlebar_gradient.gif) bottom left repeat-x;
	border-bottom: 1px solid #CCC;
	color: #666;
}

#titlebar a, #content a {
	color: #666;
	text-decoration: none;
}

#titlebar a:hover, #content a:hover {
	color: #FFA500;
}

#content {
	height: 65px;
	padding: 6px 0;
	*padding: 0;				/* IE Hack */
}

.content-section {
	padding: 0 6px;
	color: #666;
}

.section-right {
	float: right;
	text-align: right;
}

#content .section-right a {
	position: relative;
	top: 1px;
	color: #FFA500;
	text-decoration: underline;
}

#content input.readonly {
	padding-left: 0;
	border: 0 !important;
	background: transparent;
	font-weight: bold;
	color: #666;
}

/* Messages */
#content .error {
	margin: 4px 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5em;
}

#content .error a {
	color: #FF4200;
	text-decoration: underline;
}

/* Login */
#toggle-signup a#signup_link {
	*position: relative;
	*top: 5px;					/* IE Hack */
}

#toggle-id input {
	*vertical-align: middle;	/* IE Hack */
}

#toggle-id a {
	margin-left: 6px;
	*margin-left: 0;			/* IE Hack */
	*position: relative;		/* IE Hack */
	*top: 1px;					/* IE Hack */
	text-decoration: none;
}

#content-login {
	margin: 6px 0 3px;
	*margin: 3px 0 0;			/* IE Hack */
}

#up_username, #up_password {
	*position: relative;		/* IE Hack */
	*top: -1px;					/* IE Hack */
	width: 116px;
	*width: 110px;				/* IE Hack */
	padding: 1px 6px;
	*padding-bottom: 2px;		/* IE Hack */
	border: 1px solid #CCC;
	color: #666;
}

#up_login {
	padding: 0 6px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	color: #666;
}

#up_login:hover {
	background: #FFA500;
	color: #FFF;
}

#content-tos {
	margin-top: 5px;
	text-align: center;
	color: #AAA;
}

#content-tos a {
	color: #AAA;
	text-decoration: underline;
}
