


	label {
		padding-right: 12px;
		padding-bottom: 4px;
	}

	
	.submit_button {
		float: right;
		margin-right: 140px;
		
	}
	
	
	
	.inputstyle {
		border: 1px solid #bbbbbb;
		background: #fbfcfc;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 14px;
		color: #4f4f4f;
		padding: 4px;

	}

	.inputstyle_light {
		border: 1px solid #bbbbbb;
		background: #fbfcfc;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 14px;
		color: #bcbcbc;
		padding: 4px;
	}	

	.selectstyle {
		border: 1px solid #bbbbbb;
		background: #fbfcfc;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 11px;
		color: #4f4f4f;
		padding: 4px;
	}
	
	.inputstyle:focus {
		border: 1px solid #bbbbbb;
		background: #ffffff;
		color: #454743;
	}

	#user_amount_box {
		visibility: hidden;

	}	
	
	#form_spacer {
		height: 4px;
		width: 100%;
	}
	
	
	
	
	
	
	
/*
	
Registration Form CSS
	
	
*/
	
fieldset   {
    margin: 0em 0;
    border: none;
}

.registration_form legend {
    margin: .7em 0;
    padding: 0 .3em;
    color: #999999;
    background: transparent;
    font-size: 1em;
    font-weight: bold;


}

.registration_form label {
    float: left;
    width: 110px;
    padding: 0 1em;
    font-size: 11pt;
    text-align: right;
}



.registration_form div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}


.registration_form .inputstyle {
	border: 1px solid #bbbbbb;
	background: #fbfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4f4f4f;
	padding: 4px;
    width: 250px;

}

.registration_form .inputstyle_text {
	border: 1px solid #bbbbbb;
	background: #fbfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4f4f4f;
	padding: 4px;
    width: 400px;

}


p#optreqlink {
    margin: 0;
    font-size: 10pt;
}

.cselect {
    width: 163px;
    background-color : #fff; 
    font-size : 11px; 
    font-weight: normal;
    color : #000; 
    font-family : Verdana, arial, helvetica, sans-serif; 
    text-decoration : none; 
}



div.newsletter div {
    margin: 5px 0;
}
div.newsletter input {
    width: 1em;
}
div.newsletter label {
    display: block;
    width: 80px;
    padding-left: 5em;
    text-align: left;
}

#butdiv {
    clear: both;
    padding-top: 1em;
    text-align: center;
}

/* This is the hacking and geeking part */
/* required fields - does not work in IE */
.registration_form  fieldset div.reqfield {
    font-weight: bold;
}
fieldset div.reqfield label:before {
    content: "* "; /* does not work in IE */
}
