.contact label {
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
}
.contact input, .contact textarea {
	margin-bottom: 5px;
	width: 400px;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #909090;
	border-top: 1px solid #909090;
	line-height: 18px;
	height: 18px;
}
.contact textarea { height: 100px; }
.securitycode { margin: 10px 0 10px 105px; }
.contact .button {
	margin-left: 106px;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	font-size: 12px;
}
#username_exists {
	font-size: 11px;
	font-weight: bold;
	color:#FF3300;
	margin: 0 0 10px 110px;
}
.shop label { width: 150px; }
.shop .securitycode { margin-left: 155px; }
.shop .button { margin-left: 156px; }
.shop #username_exists { margin-left: 160px; }