/* FOR LOGIN / REGISTER PAGE */
/* Content */
#inner {
	clear:both;
	margin: auto;
	width: 842px;
	min-height:638px;
	border: 1px solid #cccccc;
	background:url('../images/contentbg.jpg') no-repeat;
	background-position: 0px 30px;
	background-color:#FFFFFF;
}
#content {
	clear:both;
	width:795px;
	min-height: 424px;
	margin: 18px 0px 0px 23px;
}
#content h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 25px 0px;
	font-size: 3.2em;
	color: #4f324c;
	background:url('../images/h1rule.png') no-repeat;
	background-position: bottom;
}

#content td {
	padding:5px;
}

/* New Customers Box */
#newCustomers {
	float: left;
	margin: 0px 0px 150px 40px;
	padding: 14px 0px 0px 13px;
	width: 307px;
	height: 177px;
	background:url('../images/loginregister/newcustomerbg.jpg') no-repeat;
}
#newCustomers h1 {
	margin: 0px 0px 16px 0px;
	font-size: 1.4em;
	font-weight:bold;
	color:#4f324c;
	background:none;
}
#newCustomers p {
	margin: 0px 0px 16px 0px;
	width: 280px;
	font-size: 1.3em;
	font-weight:normal;
	color:#4f324c;
	line-height: 1.5em;
}
#newCustomers a {
	float:right;
	margin: 0px 25px 0px 0px;
	font-size: 1.3em;
	color:#4f324c;
	font-weight:bold;
	text-decoration:underline;
}
#newCustomers a:hover {
	text-decoration:none;
}


/* Registered Customers Box */
#registeredCustomer {
	float:left;
	margin: 0px 0px 150px 65px;
	padding: 14px 0px 0px 13px;
	width: 307px;
	height: 177px;
	background:url('../images/loginregister/registeredcustomerbg.jpg') no-repeat;
}
#registeredCustomer h1 {
	margin: 0px 0px 16px 0px;
	font-size: 1.4em;
	font-weight:bold;
	color:#4f324c;
	background:none;
}
#registeredCustomer p {
	margin: 0px 0px 10px 0px;
	width: 280px;
	font-size: 1.3em;
	font-weight:normal;
	color:#4f324c;
	line-height: 1.5em;
}
#registeredCustomer th {
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color:#4f324c;
}
#registeredCustomer a {
	font-size: 1.1em;
	color:#545354;
}
#registeredCustomer a:hover {
	text-decoration:none;
}

#registeredCustomer .loginButton {
	width: 51px;
	height: 25px;
	background:url('../images/loginButton.jpg' ) no-repeat;
	cursor:pointer;
	border:0px;
}

#registeredCustomer td {
	padding: 5px;
}
#registeredCustomer td input {
	border: 1px solid #b2afaf;
	background:url('../images/inputbg.jpg') repeat-x;
	height: 22px;
	width: 130px;
}

/* Forgotten Password Box */
#forgottenPassword {
	margin: auto;
	margin-bottom: 120px;
	padding: 14px 0px 0px 13px;
	width: 321px;
	height: 221px;
	background:url('../images/loginregister/forgottenpasswordbg.jpg') no-repeat;
}
#forgottenPassword h1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
	font-weight: bold;
	color:#4f324c;
	background:none;
}
#forgottenPassword p {
	margin: 0px 0px 5px 0px;
	width: 260px;
	font-size:1.3em;
	color:#4f324c;
}
#forgottenPassword th {
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color:#4f324c;
}
#forgottenPassword .requiredFieldsText {
	font-style:italic;
	font-weight:normal;
}
#forgottenPassword .backToLoginLink {
	padding: 0px 0px 0px 15px;
}
#forgottenPassword td {
	padding: 5px;
}
#forgottenPassword td input {
	border: 1px solid #b2afaf;
	background:url('../images/inputbg.jpg') repeat-x;
	height: 22px;
	width: 260px;
}
#forgottenPassword table {
	margin: 0px 0px 20px 0px;
}
#forgottenPassword a {
	color:#4f324c;
}
#forgottenPassword a:hover {
	text-decoration:none;
}
#forgottenPassword .submitButton {
	width:59px;
	height:25px;
	border:0px;
	background:url('../images/submitButton.jpg') no-repeat;
	cursor:pointer;
}

/* Register Page */
#personalInformation {
	margin: 20px 0px 0px 55px;
	width: 735px;
}
#personalInformation h1 {
	margin: 0px 0px 5px 0px;
	font-size: 1.4em;
	font-weight:bold;
	color:#4f324c;
	background:none;
}
#personalInformation th {
	padding: 5px;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color:#4f324c;
}
#personalInformation table {
	margin: 0px 0px 10px 0px;
}
#personalInformation td input {
	border: 1px solid #b2afaf;
	background:url('../images/inputbg.jpg') repeat-x;
	height: 22px;
	width: 200px;
}

#loginInformation {
	margin: 0px 0px 70px 55px;
	padding: 15px 0px 0px 0px;
	width: 735px;
	background:url('../images/h1rule.png' ) no-repeat;
	background-position:top;
}
#loginInformation h1 {
	margin: 0px 0px 5px 0px;
	font-size: 1.4em;
	font-weight:bold;
	color:#4f324c;
	background:none;
}
#loginInformation th {
	padding: 5px;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color:#4f324c;
}
#loginInformation table {
	margin: 0px 0px 10px 0px;
}

#loginInformation td input {
	border: 1px solid #b2afaf;
	background:url('../images/inputbg.jpg') repeat-x;
	height: 22px;
	width: 200px;
}
#loginInformation .submitButton {
	width:59px;
	height:25px;
	border:0px;
	background:url('../images/submitButton.jpg') no-repeat;
	cursor:pointer;
}


/* Other */
.redStar {
	color:#fd207c;
}