#demoWrapper {
	padding : 8px;
	width : 350px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/sign_up_background_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	box-shadow: inset 0px 1px 3px rgba(7,70,85,.5);
	-webkit-box-shadow: inset 0px 1px 4px 1px rgba(7,70,85,.6);
	-moz-box-shadow: inset 0px 1px 3px rgba(7,70,85,.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
}

.gray_bkg {
	
	background: rgb(239,239,239);

background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(193,193,193,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(193,193,193,1)));

background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(193,193,193,1) 100%);

background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(193,193,193,1) 100%);

background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(193,193,193,1) 100%);

background: linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(193,193,193,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#c1c1c1',GradientType=0 );


}



#fieldWrapper {
}
#demoNavigation {
	margin-top : 0.5em;
	margin-right : 1em;
	text-align: right;
}
#data {
	font-size : 0.7em;
}
#demoWrapper input {
	width: 140px;
	margin-right: 0.1em;
	margin-bottom: 0.2em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #FFFFFF;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#d9d9d9 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px 1px 3px rgba(7,70,85,.5);
	-webkit-box-shadow: inset 0px 1px 3px rgba(7,70,85,.5);
	-moz-box-shadow: inset 0px 1px 3px rgba(7,70,85,.5);
	line-height: 20px;
}
#demoWrapper .input_field_25em {
	width: 2.5em;
}
#demoWrapper .input_field_3em {
	width: 3em;
}
#demoWrapper .input_field_35em {
	width: 3.5em;
}
#demoWrapper .input_field_12em {
	width: 12em;
}
#demoWrapper label {
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}
#demoWrapper label.error {
	color: red;
	font-size: 0.8em;
	margin-left : 0.5em;
}
#demoWrapper .formstep span {
	float: left;
	font-weight: bold;
	padding-right: 0.8em;
}
#demoWrapper .navigation_button {
	width : 70px;
	color: #666;
}
#data {
	overflow : auto;
}

fieldset label.infield /* .infield label added by JS */ {
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    position: absolute;
    text-align: left;
    top: 3px !important;
    left: 35px !important;
    line-height: 29px;
    }
.sign_up_bkg {
	background-image: url(/images/sign_up_background_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: rgba(188,188,188,1);
}

.sign_up_bkg2 {
	background-image: url(/images/sign_up_background_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.membership_option {
	font-size: 14px;
	font-weight: bold;
	color: rgba(0,124,176,1);
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 9px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(102,102,102,1);
	width: 175px;
}
