/* signup styles */

#signClick:hover {
	cursor: pointer;
}

#signDiv {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 400px;
	display: none;
}

#formBkgrnd {
	background: #dcdcdc url("/img/frmBkgrnd.png") no-repeat 0 0;
	width: 720px;
	height: 300px;
	padding: 30px 0px 0px 40px;
	margin: 0px 75px 0px 75px;
	display: block;
	overflow: hidden;
	color: #f3f3f3;
}

#formTop, #formBottom {
	width: 525px;
	clear: both;
	float: none;
}

#formTop {
	margin-bottom: 20px;
}

#formLeft {
	float: left;
	width: 300px;
	margin-right: 40px;
}

#formRight {
	float: left;
	width: 200px;
}