@charset "utf-8";
/* CSS Document */

/*****************************************************/
/*  This document is for the special purpose pages   */
/*  (i.e. login, privacy policy, terms of use, etc.  */
/*****************************************************/

#logo {
	height:185px;
	margin-left:40px;
}

#login {
	background-image:url(../../images/wood/wood_goBack.png);
	margin-top:-89px;
	margin-right:95px;
}

#content.login {
	background:#070302 url(../../images/wood/wood_signInBkgnd.gif) bottom right no-repeat;
	height:545px;
	padding-left:10px;
	font-size:14px;
	color:#ffffff;
	text-align:left;
}

#corner-logo {
	background:url(../../images/mediumLogo.png) top right no-repeat;
	width:70px;
	height:65px;
	margin-right:20px;
	float:right;
}

.titleImg {
	margin:25px 0px 15px 0px;
}

p {
	margin-left:4px;
	margin-bottom:12px;
}

	p.label {
		margin-top:15px;
		font-size:16px;
		font-weight:bold;
		color:#e39b36;
	}

a {
	color:#e39b36;
}
	
	a.signUp {
		font-weight:bold;
	}

input[type=text], input[type=password] {
	background:#ffffff;
	width:310px;
	height:30px;
	margin-left:4px;
	font-size:24px;
	line-height:28px;
	border:#ffffff solid 1px;
}

input[type=image] {
	margin:20px;
	margin-left:140px;
}

textarea {
	background:#ffffff;
	width:310px;
	max-width:312px;
	height:90px;
	max-height:90px;
	margin-left:4px;
	font-size:14px;
	
}

#copy-info {
	background:#070302;
	width:796px;
	margin:0px;
	margin-left:27px;
	margin-bottom:30px;
	padding-bottom:10px;
}