div#main_container h1#packet_title {
	width: 183px;
	height: 22px;
	background-image: url(../images/request_title.png);
}

/* FORM STYLES */
form {
	padding: 15px 0 75px 0;
	margin: 0px;
	float: left;
	width: 998px;
}

form fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

form fieldset.column {
	float: left;
	width: 480px;
}

form fieldset.checkbox_container {
	float: left;
	width: 176px;
	padding: 6px 0 0 0;
}

form fieldset.checkbox_container input {
	float: left;
	margin: 0px;
	display: none;
}

form fieldset.checkbox_container label {
	float: left;
	width: 158px;
	font-size: 12px;
	color: #d3d3d3;
	padding: 0px 0 20px 4px;
}

form fieldset.column label { display: block; }

form fieldset.column label.left_label {
	float: left;
	width: 218px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #d3d3d3;
	padding: 5px 10px 0 0;
}

form fieldset.column label.right_label {
	float: left;
	width: 85px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #d3d3d3;
	padding: 5px 10px 0 0;
}

form fieldset.column input.input_text {
	border: 1px solid;
	border-color: #b2587f;
	background-color: #481128;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d3d3d3;
	width: 241px;
	height: 19px;
	padding: 4px 4px 1px 4px;
	margin: 0 0 10px 0;
}

form fieldset.column textarea {
	float: left;
	border: 1px solid;
	border-color: #b2587f;
	background-color: #481128;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d3d3d3;
	padding: 4px 4px 4px 4px;
	width: 354px;
	height: 83px;
	overflow: hidden;
}

div#send_container {
	float: left;
	width: 444px;
	height: 27px;
	padding: 14px 0 0 15px;
}

form fieldset input.error, form fieldset textarea.error {
	border-color: #41001b !important;
	background-color: #85405d !important;
}

div#send_container a {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 84px;
	height: 27px;
	background-image: url(../images/send.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#send_container a:hover { background-position: 0px -27px; }

a.custom_check {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background-image: url(../images/checkbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.customChecked { background-position: 0px -13px; }