/* Page Elements */
	body {
	font-family:		helv, arial, verdana, sans-serif;
	font-size:			66%;
	color:				#1E1903;
	margin:				0;
	padding:			0;
	background-color: #000;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center center;
	}
	#content {
	position:			relative;
	width:				675px;
	margin:				0 auto;
	padding:			0;
	background-color: transparent;
	background-image: url(../Images/Forms/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
	#content form {
		margin-left:		30px;
		margin-right:		30px;
	}
	label{
		position: relative;
		clear: left;
		float: left;
		width: 15em;
		padding-right: 20px;
		line-height: 3em;
		margin-right: 5px;
		text-align: right;
	}
	label span{
		position: absolute;
		left: - 10000px;
		top: 0px;
	}
	label.required{
	background-color: transparent;
	background-image: url(../Images/Forms/required-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	input{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #999;
	color: #000;
	background-image: none;
	background-color: #CCC;
	}
	p span.required{
	display: inline-block;
	vertical-align: middle;
	line-height: 3em;
	width: 25px;
	line-height: 3.4em;
	text-indent: -10000px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../Images/Forms/required-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	
	
	
		
/* End Page Elements */

/* Begin Form Elements */
	fieldset{
	margin: 10px 0 0 0;
	padding: 0;
	background: transparent url(../Images/Forms/fieldsetBackground.gif) no-repeat bottom right;
	}
	legend{
		text-transform: uppercase;
		font-size: 1.3em;
		padding: 5px;
		margin-left: 1em;
		color: #ffffff;
		background: #900;
	}
	fieldset ol{
		padding: 10px 10px 0 10px;
		list-style: none;
	}
	fieldset li{
		position relative;
	padding-bottom: 1em;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
	fieldset#submitform{
		background-image: none;
		border-style: none;
	}
	fieldset#submitform{
		background-image: none;
		border-style: none;
	}
	fieldset#questionfieldset{
	background-image: none;
	}
	fieldset#magazinedetails{
		background-image: none;
	}
	.warning{
		font-weight: bold;
		color:#F00;
	}
	
	.checkbox {
	width: 3.4em;
	height: 3.4em;
	}
	#website{
		display: none;
	}

