.form_wide {
	width: 594px;
	overflow: hidden;
}

	.form_wide #form_wide_top {
		background-image: url(../_images/_backgrounds/form_wide_top.png);
		background-position: center top;
		background-repeat: no-repeat;
		width: 594px;
		height: 10px;
		font-size: 8px;
	}
	
	.form_wide #form_wide_middle {
		background-image: url(../_images/_backgrounds/form_wide_middle.png);
		background-position: center top;
		background-repeat: repeat-y;
		width: 594px;
	}

		.form_wide #form_wide_middle #form_content {
			padding: 15px;
			overflow: hidden;
		}

	.form_wide #form_wide_bottom {
		background-image: url(../_images/_backgrounds/form_wide_bottom.png);
		background-position: center top;
		background-repeat: no-repeat;
		width: 594px;
		height: 10px;
		font-size: 8px;
	}

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

	fieldset legend {
		font-family: "Arial Black",Gadget,sans-serif;
		position: relative;
		font-size: 25px;
		color: #B40651;
		padding: 0px;
		font-weight: bold;
		text-align: left;
		white-space: nowrap;
		letter-spacing: -1px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.sIFR-hasFlash fieldset legend {
		position: relative;
		visibility: hidden;
		font-size: 20px;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
	}

	.sIFR-hasFlash fieldset legend a.sifr-ghost {
		visibility: visible !important;
		font: bold Arial;
		font-size: 102% !important;
		letter-spacing: 150%;
		display: block;
		text-decoration: none;
		line-height: 0;
		position: absolute;
		z-index: 99;
		top: -1px;
		left: 0;
		width: auto;
		padding: 0;
		margin: 0;
		overflow: hidden;
		background-image: none !important;
		white-space: nowrap;
	}
			
	fieldset ul, fieldset li {
		border: 0px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	fieldset li {
		clear: both;
		list-style: none;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 0px;
		margin: 0px;
	}

		fieldset li #form_item_text {
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			letter-spacing: -1px;
			font-weight: bold;
			color: #ffffff;
		}
		
	fieldset input, fieldset select, fieldset textarea {
		border-bottom: 1px #CCCCCC solid;
		border-right: 1px #CCCCCC solid;
		border-top: 1px #CCCCCC solid;
		border-left: 1px #CCCCCC solid;
		background-color: #FFFFFF !important;
		padding-left: 3px;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-right: 3px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		font-size: 12px;
		font-weight: bold;
		color: #666666 !important;
	}

	.fileinputs {
		position: relative;
		float: left;
		width: 300px;
	}

	.fakefile {
		position: absolute;
		top: -5px;
		left: 0px;
		z-index: 1;
	}

		.fakefile img {
			display: inline;
			position: absolute;
			width: 60px;
		}
	
	fieldset input.file {
		position: relative;
		text-align: right;
		-moz-opacity:0 ;
		filter:alpha(opacity: 0);
		opacity: 0;
		z-index: 2;
	}

	fieldset  {
		color: #000000;
	}

	fieldset textarea {
		resize: none;
	}
	
	fieldset label {
		width: 140px;
		float: left;
		font-size: 14px;
		font-weight: bold;
		color: #999999;
		letter-spacing: -1px;
		cursor: pointer;
	}
	
	fieldset button {
		border: 0px;
		margin: 0px;
		padding: 0px;
		clear: both;
		width: 125px;
		height: 31px;
		background: transparent url(../_images/_buttons/form__submit.png);
		background-repeat: no-repeat;
		background-position: center center;
		text-align: center;
		line-height: 31px;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -1px;
		cursor: pointer;
		vertical-align: top;
	}

	fieldset button:hover {
		border: 0px;
		margin: 0px;
		padding: 0px;
		clear: both;
		width: 125px;
		height: 31px;
		background: transparent url(../_images/_buttons/form__submit.png);
		background-repeat: no-repeat;
		background-position: center center;
		text-align: center;
		line-height: 31px;
		color: #b6cbe0;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -1px;
		cursor: pointer;
		vertical-align: top;
	}

.form_large_message_align {
	float: right;
}

.form_large_message_wrapper {
	position: relative;
	display: none;
	top: 5px;
}

	.form_large_message_wrapper .form_large_message {
		position: absolute;
		background-image: url(../_images/_elements/large_messagebox_corner.png);
		background-repeat: no-repeat;
		background-position: left top;
		color: #ffffff;
		padding-top: 22px; 
		width: 200px;
	}

			.form_large_message_wrapper .form_large_message .form_large_message_text {
				font-weight: bold;
				font-size: 11px;
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 6px;
				text-align: left;
			}
		
		.form_large_message_wrapper .form_large_message a:link, .form_message_large_wrapper .form_large_message a:active, .form_large_message_wrapper .form_large_message a:visited {
			color:#ffffff;
			text-decoration: underline;
		}
	
		.form_large_message_wrapper .form_large_message a:hover {
			color:#ffffff;
			text-decoration: none;
		}

.form_large_message_reverse_align {
	float: right;
}

.form_large_message_reverse_wrapper {
	position: relative;
	display: none;
	top: 5px;
}

	.form_large_message_reverse_wrapper .form_large_message {
		position: absolute;
		background-image: url(../_images/_elements/large_messagebox_corner_reverse.png);
		background-repeat: no-repeat;
		background-position: left top;
		color: #ffffff;
		padding-top: 22px; 
		width: 318px;
	}

			.form_large_message_reverse_wrapper .form_large_message .form_large_message_text {
				font-weight: bold;
				font-size: 11px;
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 6px;
				text-align: left;
			}
		
		.form_large_message_reverse_wrapper .form_large_message a:link, .form_message_large_reverse_wrapper .form_large_message a:active, .form_large_message_reverse_wrapper .form_large_message a:visited {
			color:#ffffff;
			text-decoration: underline;
		}
	
		.form_large_message_reverse_wrapper .form_large_message a:hover {
			color:#ffffff;
			text-decoration: none;
		}
s

