/* GENERAL STYLES */
form {
	float: left;
	width: 674px;
	margin: 0px;
	padding: 44px 0 20px 8px;
}

form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0 0 14px 0;
	float: left;
	width: 460px;
	min-height: 49px;
}

form fieldset.submit_container {
	width: 625px;
}

form fieldset label {
	display: block;
	float: left;
	width: 148px;
	padding: 0 10px 0 0;
	text-align: right;
	line-height: 47px;
	font-size: 16px;
	color: #2d2d2d;
	font-weight: bold;
}

form fieldset input.input_text {
	float: left;
	width: 288px;
	height: 26px;
	border: 1px solid;
	border-color: #020202;
	margin: 9px 0 7px 0;
	font-size: 16px;
	padding: 4px 3px 1px 3px;
	background-color: #f4f4f4;
}

form fieldset select.input_select {
	float: left;
	width: 296px;
	height: 32px;
	border: 1px solid;
	border-color: #020202;
	margin: 9px 0 7px 0;
	font-size: 16px;
	padding: 4px 3px 1px 3px;
	background-color: #f4f4f4
}

form fieldset textarea.input_area {
	width: 288px;
	height: 147px;
	background-color: #f4f4f4;
	border: 1px solid;
	border-color: #020202;
	margin: 7px 0 7px 0;
	padding: 4px 3px 4px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

form div.warning_icon {
	float: left;
	width: 39px;
	height: 42px;
	background-image: url(../../assets/images/warning_icon.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	display: none;
}

div#error_msg {
	float: left;
	width: 220px;
	background-color: #811115;
	margin: 0 0 0 14px;
	display: none;
}

div#error_msg p {
	padding: 4px 4px 4px 4px;
	margin: 0px;
	font-size: 14px;
	color: #ffffe7;
	float: left;
	line-height: normal;
	width: 212px;
}

/* LOGIN STYLES */
form fieldset a#login_submit {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../../assets/images/login.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form fieldset a#login_submit:hover {
	background-position: 0px -33px;
}

/* REGISTER STYLES */
form fieldset a#signup_submit {
	display: block;
	float: left;
	width: 132px;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../../assets/images/register.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form fieldset a#signup_submit:hover {
	background-position: 0px -33px;
}

/* EDIT PROFILE STYLES */
form fieldset a#edit_submit {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../../assets/images/save.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form fieldset a#edit_submit:hover {
	background-position: 0px -33px;
}

/* ADD ADDRESS STYLES */
form fieldset a#add_submit {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../../assets/images/save.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form fieldset a#add_submit:hover {
	background-position: 0px -33px;
}

form fieldset a#add_cancel {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	background-image: url(../../assets/images/cancel.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form fieldset a#add_cancel:hover {
	background-position: 0px -33px;
}

/* CONTACT US STYLES */
form fieldset a#contact_submit {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../../assets/images/send.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form fieldset a#contact_submit:hover {
	background-position: 0px -33px;
}