@charset "utf-8";
/* CSS Document */

.lineBreak {
	border-top:1px solid #DDDDDD;
	height:1px;
}
.formContent1 {
	color:#FFFFFF;
	position:relative;
	padding:10px 20px 50px 20px;
	margin:0px 1px;
	background:#EE3251 url(../images/form_bck_01.jpg) repeat-x left top;
	overflow:hidden;
}
.formSplat {
	position:absolute;
	bottom:0px;
	right:153px;
	width:147px;
	height:68px;
	background: url(../images/form_splat.gif) no-repeat left bottom;
	z-index:0;
}
.formGraphic01 {
	position:absolute;
	top:0px;
	right:1px;
	width:153px;
	height:456px;
	background: url(../images/form_graphic_01.jpg) no-repeat top left;
	z-index:1;
}
.formRow1, .formRow1error, .formBtn1 {
	position:relative;
	width:500px;
	padding:3px 20px 3px 3px;
	background:#8B1C26;
	margin:2px 0px;
	clear:both;
	border:0px;
	z-index:3;
}
.formRow1error {
	background-color:#FF0000;
}
.formBtn1 {
	width:330px;
	padding:3px 11px 3px 182px;
}
.formRow1 label, .formRow1error label {
	float:left;
	width:150px;
	text-align:right;
	padding:2px 14px 2px 10px;
	background:url(../images/bullet_04.gif) no-repeat center right;
}
.formRow1error label {
	background:url(../images/bullet_05.gif) no-repeat center right;
}
.formRow1 input, .formRow1 textarea, .formRow1 select, .formRow1error input, .formRow1error textarea, .formRow1error select {
	float:right;
}
.textBox1, .textBox2, .textBox3 {
	width:314px;
	height:16px;
	padding:3px 3px;
	margin:0px;
	color: #000000;
	background:#FF97B6 url(../images/textbox1.gif);
	border: 0px;
}
.textBox2 {
	height:111px;
	background:#FF97B6 url(../images/textbox2.gif);
}
.formNotice1 {
	position:relative;
	width:499px;
	background-color:#FFFFFF;
	padding:10px;
	border:2px solid #FF97B6;
	color:#FF0000;
	margin:10px 0px;
	z-index:4;
}
/* DISPLAY OPTIONS */
.displayOptions {
	background:#8A1B2C url(../images/displayOptions.jpg) no-repeat top left;
	height:122px;
	width:180px;
	padding:11px 21px;
	margin-top:7px;
}
.displayOptions form {
	background:#8B1C26;
	padding:4px 0px 3px 0px;
}
.displayOptionsHd {
	color:#FFFFFF;
	font-size:14px;
	padding-bottom:3px;
}
.formRow {
	text-align:center;
	padding:3px;
}
.textBox3 {
	height:22px;
	width:158px;
	background:#FF97B6 url(../images/textbox1.gif);
}