/*
**  Generic styles for forms pages on the United Biscuits 123 Healthy Balance website.
**
**  This file does NOT need to be included in every page that contains a form tag,
**  only pages that ARE forms, such as Contact Us forms.
**
**  @author Owen Blacker, Wheel:, London, GB
**  @version $Id: forms.css,v 1.7 2004/12/22 10:44:10 freelancer Exp $
*/

form {
	width: 515px;
	display: block;
	padding: 0;
	margin: 0;
}

form.contact {
	margin-bottom: 1em;
}

label {
	float: left;
	clear: all;
	text-align: right;
	width: 100px;
	margin-right: 10px;
	padding-top: 4px;
}

.contact input, .contact textarea, .contact select {
	float: left;
	clear: right;
	color: black;
	border: solid 1px #a5acb2;
	margin-bottom: 10px;
}

.contact input, .contact textarea {
	width: 400px;
}

.contact textarea {
	height: 6em;
}

.contact input.button {
	width: auto !important;
	float: inherit;
	clear: inherit;
	color: inherit;
	border: none;
}

input.primaryAction {
	float: right !important;
	clear: both !important;
}

.contact.box-rhn {
	background: #fff url(../i/boxes/box-blue-grad.gif) bottom center repeat-x;
}

.contact .box-inner {
	background: url(../i/boxes/box-rhn-border.gif) top center repeat-y;
}

.contact .box-content {
	background: url(../i/boxes/box-contact-footer.gif) bottom center no-repeat;
	padding-bottom: 20px;
}

#contact-alternatives .box-header {
	height: 49px;
	background: url(../i/boxes/box-callus-header.gif) top center no-repeat;
}

#email .box-header {
	height: 49px;
	background: url(../i/boxes/box-email-header.gif) top center no-repeat;
}

.firstform {
	height: 10px;
}

p.error {
	color: #f3b73a !important;
}