/* CONTACT PAGE */

#contact-form {
	position: absolute;
	top: 178px;
	right: 10px;
	width: 400px;
	background: #ededed;
	border: 1px solid #999;
	padding: 10px;
	}
	#contact-form table input {
		margin-right: 10px;
		}
		
.contact-text { margin-bottom: 10px; }
.message-error { clear: left; color: #a70000; font-weight: bold; padding: 0; margin: 0; }
.message-success { color: green; font-weight: bold; }

/* CREATE ACCOUNT */

#personal-details {
	position:absolute;
	top:240px;
	left:26px;
	}

#personal-details td,
#contact-details td,
#account-details td,
#communication-pref {
	padding-left: 10px;
	}

.star { color: #0099ff; }
			
.grey-bar {
	position: absolute;
	width: 915px;
	height: 18px;
	left: 15px;
	padding-top: 3px;
	background: #ebebeb;
	}
	.grey-bar span {
		padding-left: 10px;
		font-weight: bold;
		}
		
/* ORDER FOOTER */

#order-footer-left,
#order-footer-right {
	float: left;
	width: 50%;
	}

#order-footer-top {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
	}