/*
----------------------------------

FORM

----------------------------------
*/

.form {
	padding-top: 7px;
	border-top: 1px solid #cccccc;
}

.form .note {
	margin-left: 15px;
}

.form .note p {
	font-size: 12px;
	line-height: 150%;
}

.form .note p.indent {
	padding-left: 15px;
}

.form .note p.right {
	text-align: right;
}

.form .note p span {
	color: #cc0033;
}

.form .note p a, .form .note p a:visited {
	color: #311b09;
}

.form .note ul {
	list-style-type: disc;
}

.form .note ul li {
	margin: 5px 0 0 20px;
	font-size: 12px;
	line-height: 14px;
	color: #cc0033;
}

.form fieldset {
	border: 0 none;
	border-style: none;
	border-color: #efefef;
	border-bottom: 1px solid #cccccc;
}

.form fieldset.submit {
	padding: 5px 0 0 0;
	border: 0 none;
	border-bottom: none;
}

.form legend {
	display: none;
}

.form label {
	float: left;
	width: 285px;
	/*width: 270px;
	margin-left: 15px;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.form label.indent {
	margin-left: 30px;
}

.form label.error {
	color: #cc0033;
}

.form label.error.large {
	font-size: 16px;
}

.form label em {
	color: #cc0033;
}

.form .item {
	margin-top: 2px;
}

.form .item p.error {
	padding: 0 15px 5px 285px;
	color: #cc0033;
}

.form .item p.message {
	padding: 0 15px 5px 300px;
}

.form .item .field-wrapper {
	float: left;
	display: inline;
	width: 230px;
	margin: 0 0 10px 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.form .text {
	width: 230px;
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 12px;
}

.form .text.short {
	width: 35px;
	margin-left: 5px;
}

.form .text.medium {
	width: 50px;
	margin-right: 5px;
}

.form .text.long {
	width: 80px;
	margin-right: 5px;
}

.form .select {
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: verdana, tahoma, arial, "sans serif";
}

.form .button {
	float: right;
	border: 0;
	overflow: visible;
	height: 35px;
	cursor: pointer;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 0 15px 15px 0;
	text-align: center;
	background: url(../images/form-btn-right.gif) scroll right top no-repeat;
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}


.form .button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-family: verdana, tahoma, arial, "sans serif";
	color: #ffffff;
	background: url(../images/form-btn-left.gif) scroll left top no-repeat;
}

.form .button.secondary {
	background: none;
}

.form .button.secondary span {
	color: #5c3311;
	background: none;
}
