/*  -------------- FORM STYLES --------------  */
form {
	margin: 0px;
}
#form-frame {
	vertical-align: top;
	background-position: right;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	padding-left: 0px;
}
#form-frame p {
	margin-bottom: 0px;
}
#form-frame a {
	text-decoration: underline;
}
#form-frame a:hover {
	text-decoration: none;
}
div.left-align {
	text-align: left;
	width: 300px;
	margin-bottom: 10px;
}
input, textarea {
	border: 1px solid #579B57;
	background-image: url(../images/form-cell-shadow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 1px;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	height: 16px;
	margin-top: 2px;
	line-height: 18px;
}
textarea {
	height: 46px;
	width: 302px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
label {
	color: #BED8C2;
	font-weight: bold;
}
label.compo {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
}
label.name input, label.compo input {
	width: 300px;
}
#buttons {
	text-align: left;
	width: 300px;
}
#buttons input{
	height: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/button-bk.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}
label#submit-button input {
	width: 172px;
	background-position: left;
	cursor: pointer;
}


/*  ------------------------------------------------------------------  */
.red-bold {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	line-height: 14px;
}
